Class FrameworkComplianceReport.Builder (0.7.0)

public static final class FrameworkComplianceReport.Builder extends GeneratedMessageV3.Builder<FrameworkComplianceReport.Builder> implements FrameworkComplianceReportOrBuilder

The response message for [GetFrameworkComplianceReport][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceReport

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFrameworkCategories(Iterable<? extends FrameworkCategory> values)

public FrameworkComplianceReport.Builder addAllFrameworkCategories(Iterable<? extends FrameworkCategory> values)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
values Iterable<? extends com.google.cloud.cloudsecuritycompliance.v1.FrameworkCategory>

The frameworkCategories to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addAllFrameworkCategoriesValue(Iterable<Integer> values)

public FrameworkComplianceReport.Builder addAllFrameworkCategoriesValue(Iterable<Integer> values)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
values Iterable<Integer>

The enum numeric values on the wire for frameworkCategories to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addAllSupportedCloudProviders(Iterable<? extends CloudProvider> values)

public FrameworkComplianceReport.Builder addAllSupportedCloudProviders(Iterable<? extends CloudProvider> values)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
values Iterable<? extends com.google.cloud.cloudsecuritycompliance.v1.CloudProvider>

The supportedCloudProviders to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addAllSupportedCloudProvidersValue(Iterable<Integer> values)

public FrameworkComplianceReport.Builder addAllSupportedCloudProvidersValue(Iterable<Integer> values)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
values Iterable<Integer>

The enum numeric values on the wire for supportedCloudProviders to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addAllTargetResourceDetails(Iterable<? extends TargetResourceDetails> values)

public FrameworkComplianceReport.Builder addAllTargetResourceDetails(Iterable<? extends TargetResourceDetails> values)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
values Iterable<? extends com.google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails>
Returns
Type Description
FrameworkComplianceReport.Builder

addFrameworkCategories(FrameworkCategory value)

public FrameworkComplianceReport.Builder addFrameworkCategories(FrameworkCategory value)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
value FrameworkCategory

The frameworkCategories to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addFrameworkCategoriesValue(int value)

public FrameworkComplianceReport.Builder addFrameworkCategoriesValue(int value)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
value int

The enum numeric value on the wire for frameworkCategories to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FrameworkComplianceReport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

addSupportedCloudProviders(CloudProvider value)

public FrameworkComplianceReport.Builder addSupportedCloudProviders(CloudProvider value)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
value CloudProvider

The supportedCloudProviders to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addSupportedCloudProvidersValue(int value)

public FrameworkComplianceReport.Builder addSupportedCloudProvidersValue(int value)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
value int

The enum numeric value on the wire for supportedCloudProviders to add.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

addTargetResourceDetails(TargetResourceDetails value)

public FrameworkComplianceReport.Builder addTargetResourceDetails(TargetResourceDetails value)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
value TargetResourceDetails
Returns
Type Description
FrameworkComplianceReport.Builder

addTargetResourceDetails(TargetResourceDetails.Builder builderForValue)

public FrameworkComplianceReport.Builder addTargetResourceDetails(TargetResourceDetails.Builder builderForValue)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
builderForValue TargetResourceDetails.Builder
Returns
Type Description
FrameworkComplianceReport.Builder

addTargetResourceDetails(int index, TargetResourceDetails value)

public FrameworkComplianceReport.Builder addTargetResourceDetails(int index, TargetResourceDetails value)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameters
Name Description
index int
value TargetResourceDetails
Returns
Type Description
FrameworkComplianceReport.Builder

addTargetResourceDetails(int index, TargetResourceDetails.Builder builderForValue)

public FrameworkComplianceReport.Builder addTargetResourceDetails(int index, TargetResourceDetails.Builder builderForValue)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameters
Name Description
index int
builderForValue TargetResourceDetails.Builder
Returns
Type Description
FrameworkComplianceReport.Builder

addTargetResourceDetailsBuilder()

public TargetResourceDetails.Builder addTargetResourceDetailsBuilder()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
TargetResourceDetails.Builder

addTargetResourceDetailsBuilder(int index)

public TargetResourceDetails.Builder addTargetResourceDetailsBuilder(int index)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetails.Builder

build()

public FrameworkComplianceReport build()
Returns
Type Description
FrameworkComplianceReport

buildPartial()

public FrameworkComplianceReport buildPartial()
Returns
Type Description
FrameworkComplianceReport

clear()

public FrameworkComplianceReport.Builder clear()
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

clearControlAssessmentDetails()

public FrameworkComplianceReport.Builder clearControlAssessmentDetails()

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Returns
Type Description
FrameworkComplianceReport.Builder

clearField(Descriptors.FieldDescriptor field)

public FrameworkComplianceReport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

clearFramework()

public FrameworkComplianceReport.Builder clearFramework()

The name of the framework.

string framework = 1;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearFrameworkCategories()

public FrameworkComplianceReport.Builder clearFrameworkCategories()

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearFrameworkDescription()

public FrameworkComplianceReport.Builder clearFrameworkDescription()

The description of the framework.

string framework_description = 2;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearFrameworkDisplayName()

public FrameworkComplianceReport.Builder clearFrameworkDisplayName()

Optional. The display name for the framework.

string framework_display_name = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearFrameworkType()

public FrameworkComplianceReport.Builder clearFrameworkType()

The type of framework.

.google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType framework_type = 5;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearMajorRevisionId()

public FrameworkComplianceReport.Builder clearMajorRevisionId()

The latest major revision ID of the framework.

int64 major_revision_id = 10;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearMinorRevisionId()

public FrameworkComplianceReport.Builder clearMinorRevisionId()

The latest minor revision ID of the latest major revision of the framework.

int64 minor_revision_id = 11;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearName()

public FrameworkComplianceReport.Builder clearName()

Identifier. The name of the framework compliance report.

string name = 9 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FrameworkComplianceReport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

clearSupportedCloudProviders()

public FrameworkComplianceReport.Builder clearSupportedCloudProviders()

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

clearTargetResourceDetails()

public FrameworkComplianceReport.Builder clearTargetResourceDetails()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
FrameworkComplianceReport.Builder

clearUpdateTime()

public FrameworkComplianceReport.Builder clearUpdateTime()

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FrameworkComplianceReport.Builder

clone()

public FrameworkComplianceReport.Builder clone()
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

getControlAssessmentDetails()

public ControlAssessmentDetails getControlAssessmentDetails()

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Returns
Type Description
ControlAssessmentDetails

The controlAssessmentDetails.

getControlAssessmentDetailsBuilder()

public ControlAssessmentDetails.Builder getControlAssessmentDetailsBuilder()

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Returns
Type Description
ControlAssessmentDetails.Builder

getControlAssessmentDetailsOrBuilder()

public ControlAssessmentDetailsOrBuilder getControlAssessmentDetailsOrBuilder()

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Returns
Type Description
ControlAssessmentDetailsOrBuilder

getDefaultInstanceForType()

public FrameworkComplianceReport getDefaultInstanceForType()
Returns
Type Description
FrameworkComplianceReport

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFramework()

public String getFramework()

The name of the framework.

string framework = 1;

Returns
Type Description
String

The framework.

getFrameworkBytes()

public ByteString getFrameworkBytes()

The name of the framework.

string framework = 1;

Returns
Type Description
ByteString

The bytes for framework.

getFrameworkCategories(int index)

public FrameworkCategory getFrameworkCategories(int index)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
FrameworkCategory

The frameworkCategories at the given index.

getFrameworkCategoriesCount()

public int getFrameworkCategoriesCount()

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Returns
Type Description
int

The count of frameworkCategories.

getFrameworkCategoriesList()

public List<FrameworkCategory> getFrameworkCategoriesList()

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Returns
Type Description
List<FrameworkCategory>

A list containing the frameworkCategories.

getFrameworkCategoriesValue(int index)

public int getFrameworkCategoriesValue(int index)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of frameworkCategories at the given index.

getFrameworkCategoriesValueList()

public List<Integer> getFrameworkCategoriesValueList()

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for frameworkCategories.

getFrameworkDescription()

public String getFrameworkDescription()

The description of the framework.

string framework_description = 2;

Returns
Type Description
String

The frameworkDescription.

getFrameworkDescriptionBytes()

public ByteString getFrameworkDescriptionBytes()

The description of the framework.

string framework_description = 2;

Returns
Type Description
ByteString

The bytes for frameworkDescription.

getFrameworkDisplayName()

public String getFrameworkDisplayName()

Optional. The display name for the framework.

string framework_display_name = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The frameworkDisplayName.

getFrameworkDisplayNameBytes()

public ByteString getFrameworkDisplayNameBytes()

Optional. The display name for the framework.

string framework_display_name = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for frameworkDisplayName.

getFrameworkType()

public Framework.FrameworkType getFrameworkType()

The type of framework.

.google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType framework_type = 5;

Returns
Type Description
Framework.FrameworkType

The frameworkType.

getFrameworkTypeValue()

public int getFrameworkTypeValue()

The type of framework.

.google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType framework_type = 5;

Returns
Type Description
int

The enum numeric value on the wire for frameworkType.

getMajorRevisionId()

public long getMajorRevisionId()

The latest major revision ID of the framework.

int64 major_revision_id = 10;

Returns
Type Description
long

The majorRevisionId.

getMinorRevisionId()

public long getMinorRevisionId()

The latest minor revision ID of the latest major revision of the framework.

int64 minor_revision_id = 11;

Returns
Type Description
long

The minorRevisionId.

getName()

public String getName()

Identifier. The name of the framework compliance report.

string name = 9 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the framework compliance report.

string name = 9 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getSupportedCloudProviders(int index)

public CloudProvider getSupportedCloudProviders(int index)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
CloudProvider

The supportedCloudProviders at the given index.

getSupportedCloudProvidersCount()

public int getSupportedCloudProvidersCount()

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Returns
Type Description
int

The count of supportedCloudProviders.

getSupportedCloudProvidersList()

public List<CloudProvider> getSupportedCloudProvidersList()

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Returns
Type Description
List<CloudProvider>

A list containing the supportedCloudProviders.

getSupportedCloudProvidersValue(int index)

public int getSupportedCloudProvidersValue(int index)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of supportedCloudProviders at the given index.

getSupportedCloudProvidersValueList()

public List<Integer> getSupportedCloudProvidersValueList()

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for supportedCloudProviders.

getTargetResourceDetails(int index)

public TargetResourceDetails getTargetResourceDetails(int index)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetails

getTargetResourceDetailsBuilder(int index)

public TargetResourceDetails.Builder getTargetResourceDetailsBuilder(int index)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetails.Builder

getTargetResourceDetailsBuilderList()

public List<TargetResourceDetails.Builder> getTargetResourceDetailsBuilderList()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
List<Builder>

getTargetResourceDetailsCount()

public int getTargetResourceDetailsCount()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
int

getTargetResourceDetailsList()

public List<TargetResourceDetails> getTargetResourceDetailsList()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
List<TargetResourceDetails>

getTargetResourceDetailsOrBuilder(int index)

public TargetResourceDetailsOrBuilder getTargetResourceDetailsOrBuilder(int index)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetailsOrBuilder

getTargetResourceDetailsOrBuilderList()

public List<? extends TargetResourceDetailsOrBuilder> getTargetResourceDetailsOrBuilderList()

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.TargetResourceDetailsOrBuilder>

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasControlAssessmentDetails()

public boolean hasControlAssessmentDetails()

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Returns
Type Description
boolean

Whether the controlAssessmentDetails field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeControlAssessmentDetails(ControlAssessmentDetails value)

public FrameworkComplianceReport.Builder mergeControlAssessmentDetails(ControlAssessmentDetails value)

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Parameter
Name Description
value ControlAssessmentDetails
Returns
Type Description
FrameworkComplianceReport.Builder

mergeFrom(FrameworkComplianceReport other)

public FrameworkComplianceReport.Builder mergeFrom(FrameworkComplianceReport other)
Parameter
Name Description
other FrameworkComplianceReport
Returns
Type Description
FrameworkComplianceReport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FrameworkComplianceReport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FrameworkComplianceReport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FrameworkComplianceReport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

mergeUpdateTime(Timestamp value)

public FrameworkComplianceReport.Builder mergeUpdateTime(Timestamp value)

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
FrameworkComplianceReport.Builder

removeTargetResourceDetails(int index)

public FrameworkComplianceReport.Builder removeTargetResourceDetails(int index)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameter
Name Description
index int
Returns
Type Description
FrameworkComplianceReport.Builder

setControlAssessmentDetails(ControlAssessmentDetails value)

public FrameworkComplianceReport.Builder setControlAssessmentDetails(ControlAssessmentDetails value)

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Parameter
Name Description
value ControlAssessmentDetails
Returns
Type Description
FrameworkComplianceReport.Builder

setControlAssessmentDetails(ControlAssessmentDetails.Builder builderForValue)

public FrameworkComplianceReport.Builder setControlAssessmentDetails(ControlAssessmentDetails.Builder builderForValue)

The control assessment details of the framework.

.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;

Parameter
Name Description
builderForValue ControlAssessmentDetails.Builder
Returns
Type Description
FrameworkComplianceReport.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FrameworkComplianceReport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

setFramework(String value)

public FrameworkComplianceReport.Builder setFramework(String value)

The name of the framework.

string framework = 1;

Parameter
Name Description
value String

The framework to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkBytes(ByteString value)

public FrameworkComplianceReport.Builder setFrameworkBytes(ByteString value)

The name of the framework.

string framework = 1;

Parameter
Name Description
value ByteString

The bytes for framework to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkCategories(int index, FrameworkCategory value)

public FrameworkComplianceReport.Builder setFrameworkCategories(int index, FrameworkCategory value)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameters
Name Description
index int

The index to set the value at.

value FrameworkCategory

The frameworkCategories to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkCategoriesValue(int index, int value)

public FrameworkComplianceReport.Builder setFrameworkCategoriesValue(int index, int value)

The list of framework categories supported.

repeated .google.cloud.cloudsecuritycompliance.v1.FrameworkCategory framework_categories = 7;

Parameters
Name Description
index int

The index to set the value at.

value int

The enum numeric value on the wire for frameworkCategories to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkDescription(String value)

public FrameworkComplianceReport.Builder setFrameworkDescription(String value)

The description of the framework.

string framework_description = 2;

Parameter
Name Description
value String

The frameworkDescription to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkDescriptionBytes(ByteString value)

public FrameworkComplianceReport.Builder setFrameworkDescriptionBytes(ByteString value)

The description of the framework.

string framework_description = 2;

Parameter
Name Description
value ByteString

The bytes for frameworkDescription to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkDisplayName(String value)

public FrameworkComplianceReport.Builder setFrameworkDisplayName(String value)

Optional. The display name for the framework.

string framework_display_name = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The frameworkDisplayName to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkDisplayNameBytes(ByteString value)

public FrameworkComplianceReport.Builder setFrameworkDisplayNameBytes(ByteString value)

Optional. The display name for the framework.

string framework_display_name = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for frameworkDisplayName to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkType(Framework.FrameworkType value)

public FrameworkComplianceReport.Builder setFrameworkType(Framework.FrameworkType value)

The type of framework.

.google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType framework_type = 5;

Parameter
Name Description
value Framework.FrameworkType

The frameworkType to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setFrameworkTypeValue(int value)

public FrameworkComplianceReport.Builder setFrameworkTypeValue(int value)

The type of framework.

.google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType framework_type = 5;

Parameter
Name Description
value int

The enum numeric value on the wire for frameworkType to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setMajorRevisionId(long value)

public FrameworkComplianceReport.Builder setMajorRevisionId(long value)

The latest major revision ID of the framework.

int64 major_revision_id = 10;

Parameter
Name Description
value long

The majorRevisionId to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setMinorRevisionId(long value)

public FrameworkComplianceReport.Builder setMinorRevisionId(long value)

The latest minor revision ID of the latest major revision of the framework.

int64 minor_revision_id = 11;

Parameter
Name Description
value long

The minorRevisionId to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setName(String value)

public FrameworkComplianceReport.Builder setName(String value)

Identifier. The name of the framework compliance report.

string name = 9 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FrameworkComplianceReport.Builder setNameBytes(ByteString value)

Identifier. The name of the framework compliance report.

string name = 9 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FrameworkComplianceReport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

setSupportedCloudProviders(int index, CloudProvider value)

public FrameworkComplianceReport.Builder setSupportedCloudProviders(int index, CloudProvider value)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameters
Name Description
index int

The index to set the value at.

value CloudProvider

The supportedCloudProviders to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setSupportedCloudProvidersValue(int index, int value)

public FrameworkComplianceReport.Builder setSupportedCloudProvidersValue(int index, int value)

The list of cloud providers supported by the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.CloudProvider supported_cloud_providers = 6;

Parameters
Name Description
index int

The index to set the value at.

value int

The enum numeric value on the wire for supportedCloudProviders to set.

Returns
Type Description
FrameworkComplianceReport.Builder

This builder for chaining.

setTargetResourceDetails(int index, TargetResourceDetails value)

public FrameworkComplianceReport.Builder setTargetResourceDetails(int index, TargetResourceDetails value)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameters
Name Description
index int
value TargetResourceDetails
Returns
Type Description
FrameworkComplianceReport.Builder

setTargetResourceDetails(int index, TargetResourceDetails.Builder builderForValue)

public FrameworkComplianceReport.Builder setTargetResourceDetails(int index, TargetResourceDetails.Builder builderForValue)

The target resource details of the framework.

repeated .google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails target_resource_details = 12;

Parameters
Name Description
index int
builderForValue TargetResourceDetails.Builder
Returns
Type Description
FrameworkComplianceReport.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final FrameworkComplianceReport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

setUpdateTime(Timestamp value)

public FrameworkComplianceReport.Builder setUpdateTime(Timestamp value)

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
FrameworkComplianceReport.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public FrameworkComplianceReport.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last updated time of the report.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FrameworkComplianceReport.Builder