Class: Google::Cloud::ApiGateway::V1::CreateApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::CreateApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.CreateApi
Instance Attribute Summary collapse
-
#api ⇒ ::Google::Cloud::ApiGateway::V1::Api
Required.
-
#api_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#api ⇒ ::Google::Cloud::ApiGateway::V1::Api
Returns Required. API resource.
443 444 445 446 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443 class CreateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#api_id ⇒ ::String
Returns Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
443 444 445 446 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443 class CreateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource of the API, of the form:
projects/*/locations/global
.
443 444 445 446 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443 class CreateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |