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
- (::Google::Cloud::ApiGateway::V1::ApiConfig) — Required. API resource.
#api_config=
def api_config=(value) -> ::Google::Cloud::ApiGateway::V1::ApiConfig
Parameter
- value (::Google::Cloud::ApiGateway::V1::ApiConfig) — Required. API resource.
Returns
- (::Google::Cloud::ApiGateway::V1::ApiConfig) — Required. API resource.
#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/*