Class: Google::Cloud::ApiGateway::V1::CreateApiConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::CreateApiConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.CreateApiConfig
Instance Attribute Summary collapse
-
#api_config ⇒ ::Google::Cloud::ApiGateway::V1::ApiConfig
Required.
-
#api_config_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#api_config ⇒ ::Google::Cloud::ApiGateway::V1::ApiConfig
Returns Required. API resource.
548 549 550 551 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548 class CreateApiConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#api_config_id ⇒ ::String
Returns Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.
548 549 550 551 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548 class CreateApiConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource of the API Config, of the form:
projects/*/locations/global/apis/*
.
548 549 550 551 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548 class CreateApiConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |