public interface CreateFrameworkDeploymentRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFrameworkDeployment()
public abstract FrameworkDeployment getFrameworkDeployment()
Required. The resource being created.
.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FrameworkDeployment |
The frameworkDeployment. |
getFrameworkDeploymentId()
public abstract String getFrameworkDeploymentId()
Optional. User provided identifier. It should be unique in scope of a parent Please note that this is optional and if not provided, a random UUID will be generated.
string framework_deployment_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The frameworkDeploymentId. |
getFrameworkDeploymentIdBytes()
public abstract ByteString getFrameworkDeploymentIdBytes()
Optional. User provided identifier. It should be unique in scope of a parent Please note that this is optional and if not provided, a random UUID will be generated.
string framework_deployment_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for frameworkDeploymentId. |
getFrameworkDeploymentOrBuilder()
public abstract FrameworkDeploymentOrBuilder getFrameworkDeploymentOrBuilder()
Required. The resource being created.
.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FrameworkDeploymentOrBuilder |
getParent()
public abstract String getParent()
Required. Value for parent. Supported formats: organizations/{organization}/locations/{location} Only global location is supported.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Value for parent. Supported formats: organizations/{organization}/locations/{location} Only global location is supported.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasFrameworkDeployment()
public abstract boolean hasFrameworkDeployment()
Required. The resource being created.
.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the frameworkDeployment field is set. |