API Gateway V1 API - Class Google::Cloud::ApiGateway::V1::ListApiConfigsResponse (v0.1.5)

Reference documentation and code samples for the API Gateway V1 API class Google::Cloud::ApiGateway::V1::ListApiConfigsResponse.

Response message for ApiGatewayService.ListApiConfigs

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_configs

def api_configs() -> ::Array<::Google::Cloud::ApiGateway::V1::ApiConfig>
Returns

#api_configs=

def api_configs=(value) -> ::Array<::Google::Cloud::ApiGateway::V1::ApiConfig>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Next page token.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Next page token.
Returns
  • (::String) — Next page token.

#unreachable_locations

def unreachable_locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations that could not be reached.

#unreachable_locations=

def unreachable_locations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations that could not be reached.
Returns
  • (::Array<::String>) — Locations that could not be reached.