Interface CreateFrameworkRequestOrBuilder (0.7.0)

public interface CreateFrameworkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFramework()

public abstract Framework getFramework()

Required. The resource being created.

.google.cloud.cloudsecuritycompliance.v1.Framework framework = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Framework

The framework.

getFrameworkId()

public abstract String getFrameworkId()

Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework.

string framework_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The frameworkId.

getFrameworkIdBytes()

public abstract ByteString getFrameworkIdBytes()

Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework.

string framework_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for frameworkId.

getFrameworkOrBuilder()

public abstract FrameworkOrBuilder getFrameworkOrBuilder()

Required. The resource being created.

.google.cloud.cloudsecuritycompliance.v1.Framework framework = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FrameworkOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.

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 name, in the format organizations/{organization}/locations/{location}. The only supported location is global.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasFramework()

public abstract boolean hasFramework()

Required. The resource being created.

.google.cloud.cloudsecuritycompliance.v1.Framework framework = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the framework field is set.