public interface CreateFrameworkDeploymentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrameworkDeployment()
public abstract FrameworkDeployment getFrameworkDeployment()Required. The framework deployment that you're creating.
.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. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated.
string framework_deployment_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The frameworkDeploymentId. |
getFrameworkDeploymentIdBytes()
public abstract ByteString getFrameworkDeploymentIdBytes()Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is 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 framework deployment that you're creating.
.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FrameworkDeploymentOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}.
Only the 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. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}.
Only the 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 framework deployment that you're creating.
.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment framework_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frameworkDeployment field is set. |