Class: Google::Cloud::ApiGateway::V1::ListApisResponse

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

Overview

Response message for ApiGatewayService.ListApis

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns APIs.

Returns:



416
417
418
419
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 416

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

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



416
417
418
419
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 416

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

#unreachable_locations::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



416
417
418
419
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 416

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