Class: Google::Cloud::ApigeeRegistry::V1::ListArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::ListArtifactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Response message for ListArtifacts.
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array<::Google::Cloud::ApigeeRegistry::V1::Artifact>
The artifacts from the specified publisher.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#artifacts ⇒ ::Array<::Google::Cloud::ApigeeRegistry::V1::Artifact>
Returns The artifacts from the specified publisher.
641 642 643 644 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 641 class ListArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
641 642 643 644 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 641 class ListArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |