Class: Google::Cloud::ApigeeRegistry::V1::GetApiDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::GetApiDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for GetApiDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment to retrieve.
Format: projects/*/locations/*/apis/*/deployments/*
.
473 474 475 476 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 473 class GetApiDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |