Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::GetDeploymentRequest.
Request message to get a deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The full resource name of the deployment to get.
Example:
projects/my_project/deployments/my_deployment
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The full resource name of the deployment to get.
Example:
projects/my_project/deployments/my_deployment
.
Returns
-
(::String) — Required. The full resource name of the deployment to get.
Example:
projects/my_project/deployments/my_deployment
.