public interface FrameworkDeploymentReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrameworkDeployment()
public abstract String getFrameworkDeployment()Output only. The name of the FrameworkDeployment. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The frameworkDeployment. |
getFrameworkDeploymentBytes()
public abstract ByteString getFrameworkDeploymentBytes()Output only. The name of the FrameworkDeployment. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string framework_deployment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for frameworkDeployment. |
getFrameworkDisplayName()
public abstract String getFrameworkDisplayName()Optional. The display name of the Framework that this FrameworkDeployment is for.
string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The frameworkDisplayName. |
getFrameworkDisplayNameBytes()
public abstract ByteString getFrameworkDisplayNameBytes()Optional. The display name of the Framework that this FrameworkDeployment is for.
string framework_display_name = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for frameworkDisplayName. |
getFrameworkReference()
public abstract FrameworkReference getFrameworkReference()Optional. The reference to the Framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }
.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FrameworkReference |
The frameworkReference. |
getFrameworkReferenceOrBuilder()
public abstract FrameworkReferenceOrBuilder getFrameworkReferenceOrBuilder()Optional. The reference to the Framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }
.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FrameworkReferenceOrBuilder |
|
hasFrameworkReference()
public abstract boolean hasFrameworkReference()Optional. The reference to the Framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }
.google.cloud.cloudsecuritycompliance.v1.FrameworkReference framework_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frameworkReference field is set. |