Send feedback
Class AggregatedComplianceReport.Builder (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class AggregatedComplianceReport . Builder extends GeneratedMessageV3 . Builder<AggregatedComplianceReport . Builder > implements AggregatedComplianceReportOrBuilder
The aggregated compliance report.
Protobuf type google.cloud.cloudsecuritycompliance.v1.AggregatedComplianceReport
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AggregatedComplianceReport . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AggregatedComplianceReport build ()
buildPartial()
public AggregatedComplianceReport buildPartial ()
clear()
public AggregatedComplianceReport . Builder clear ()
Overrides
clearControlAssessmentDetails()
public AggregatedComplianceReport . Builder clearControlAssessmentDetails ()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
clearField(Descriptors.FieldDescriptor field)
public AggregatedComplianceReport . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AggregatedComplianceReport . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearReportTime()
public AggregatedComplianceReport . Builder clearReportTime ()
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
clone()
public AggregatedComplianceReport . Builder clone ()
Overrides
getControlAssessmentDetails()
public ControlAssessmentDetails getControlAssessmentDetails ()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
getControlAssessmentDetailsBuilder()
public ControlAssessmentDetails . Builder getControlAssessmentDetailsBuilder ()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
getControlAssessmentDetailsOrBuilder()
public ControlAssessmentDetailsOrBuilder getControlAssessmentDetailsOrBuilder ()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
getDefaultInstanceForType()
public AggregatedComplianceReport getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getReportTime()
public Timestamp getReportTime ()
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
Returns
Type
Description
Timestamp
The reportTime.
getReportTimeBuilder()
public Timestamp . Builder getReportTimeBuilder ()
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
getReportTimeOrBuilder()
public TimestampOrBuilder getReportTimeOrBuilder ()
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
hasControlAssessmentDetails()
public boolean hasControlAssessmentDetails ()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
Returns
Type
Description
boolean
Whether the controlAssessmentDetails field is set.
hasReportTime()
public boolean hasReportTime ()
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
Returns
Type
Description
boolean
Whether the reportTime field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeControlAssessmentDetails(ControlAssessmentDetails value)
public AggregatedComplianceReport . Builder mergeControlAssessmentDetails ( ControlAssessmentDetails value )
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
mergeFrom(AggregatedComplianceReport other)
public AggregatedComplianceReport . Builder mergeFrom ( AggregatedComplianceReport other )
public AggregatedComplianceReport . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AggregatedComplianceReport . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeReportTime(Timestamp value)
public AggregatedComplianceReport . Builder mergeReportTime ( Timestamp value )
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AggregatedComplianceReport . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setControlAssessmentDetails(ControlAssessmentDetails value)
public AggregatedComplianceReport . Builder setControlAssessmentDetails ( ControlAssessmentDetails value )
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
setControlAssessmentDetails(ControlAssessmentDetails.Builder builderForValue)
public AggregatedComplianceReport . Builder setControlAssessmentDetails ( ControlAssessmentDetails . Builder builderForValue )
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public AggregatedComplianceReport . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AggregatedComplianceReport . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setReportTime(Timestamp value)
public AggregatedComplianceReport . Builder setReportTime ( Timestamp value )
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
setReportTime(Timestamp.Builder builderForValue)
public AggregatedComplianceReport . Builder setReportTime ( Timestamp . Builder builderForValue )
The report time of the aggregated compliance report.
.google.protobuf.Timestamp report_time = 2;
Parameter
Name
Description
builderForValue
Builder
setUnknownFields(UnknownFieldSet unknownFields)
public final AggregatedComplianceReport . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]