Class: Google::Cloud::ApigeeRegistry::V1::CreateApiDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::CreateApiDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for CreateApiDeployment.
Instance Attribute Summary collapse
-
#api_deployment ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiDeployment
Required.
-
#api_deployment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#api_deployment ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiDeployment
Returns Required. The deployment to create.
495 496 497 498 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 495 class CreateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#api_deployment_id ⇒ ::String
Returns Required. The ID to use for the deployment, which will become the final component of the deployment's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Following AIP-162, IDs must not have the form of a UUID.
495 496 497 498 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 495 class CreateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of deployments.
Format: projects/*/locations/*/apis/*
.
495 496 497 498 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 495 class CreateApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |