public interface CloudControlDeploymentReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudControlDeployment()
public abstract String getCloudControlDeployment() Output only. The name of the CloudControlDeployment. The format is
organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}
or
projects/{project}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}.
The only supported location is global.
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 CloudControlDeployment. The format is
organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}
or
projects/{project}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}.
The only supported location is global.
string cloud_control_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cloudControlDeployment. |