Class: Google::Cloud::ApigeeRegistry::V1::ListApiVersionsResponse

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 ListApiVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#api_versions::Array<::Google::Cloud::ApigeeRegistry::V1::ApiVersion>

Returns The versions from the specified publisher.

Returns:



167
168
169
170
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 167

class ListApiVersionsResponse
  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.

Returns:

  • (::String)

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



167
168
169
170
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 167

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