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

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

Request message for ApiGatewayService.CreateApiConfig

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_config

def api_config() -> ::Google::Cloud::ApiGateway::V1::ApiConfig
Returns

#api_config=

def api_config=(value) -> ::Google::Cloud::ApiGateway::V1::ApiConfig
Parameter
Returns

#api_config_id

def api_config_id() -> ::String
Returns
  • (::String) — Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.

#api_config_id=

def api_config_id=(value) -> ::String
Parameter
  • value (::String) — Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
Returns
  • (::String) — Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*
Returns
  • (::String) — Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*