Class: Google::Cloud::ApigeeRegistry::V1::ListApiDeploymentRevisionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb

Overview

Response message for ListApiDeploymentRevisionsResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#api_deployments::Array<::Google::Cloud::ApigeeRegistry::V1::ApiDeployment>

Returns The revisions of the deployment.

Returns:



573
574
575
576
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 573

class ListApiDeploymentRevisionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



573
574
575
576
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 573

class ListApiDeploymentRevisionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end