Class: Google::Cloud::ApigeeRegistry::V1::ListApisResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#apis::Array<::Google::Cloud::ApigeeRegistry::V1::Api>

Returns The APIs from the specified publisher.

Returns:



59
60
61
62
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 59

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



59
60
61
62
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 59

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