public interface CreateFrameworkRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. ID of the framework. This is not the full name of the framework. This is 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. ID of the framework. This is not the full name of the framework. This is 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}
.
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}
.
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. |