Class: Google::Cloud::ApiGateway::V1::ListApiConfigsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_configs::Array<::Google::Cloud::ApiGateway::V1::ApiConfig>

Returns API Configs.

Returns:



506
507
508
509
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 506

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

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



506
507
508
509
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 506

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



506
507
508
509
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 506

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