public interface CloudControlDeploymentReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudControlDeployment()
public abstract String getCloudControlDeployment()
Output only. The name of the cloud control deployment. The format is: organizations/{org}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
string cloud_control_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The cloudControlDeployment. |
getCloudControlDeploymentBytes()
public abstract ByteString getCloudControlDeploymentBytes()
Output only. The name of the cloud control deployment. The format is: organizations/{org}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
string cloud_control_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cloudControlDeployment. |