Class FrameworkComplianceReport (0.7.0)

public final class FrameworkComplianceReport extends GeneratedMessageV3 implements FrameworkComplianceReportOrBuilder

The response message for [GetFrameworkComplianceReport][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceReport

Static Fields

CONTROL_ASSESSMENT_DETAILS_FIELD_NUMBER

public static final int CONTROL_ASSESSMENT_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_CATEGORIES_FIELD_NUMBER

public static final int FRAMEWORK_CATEGORIES_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_DESCRIPTION_FIELD_NUMBER

public static final int FRAMEWORK_DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_DISPLAY_NAME_FIELD_NUMBER

public static final int FRAMEWORK_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_FIELD_NUMBER

public static final int FRAMEWORK_FIELD_NUMBER
Field Value
Type Description
int

FRAMEWORK_TYPE_FIELD_NUMBER

public static final int FRAMEWORK_TYPE_FIELD_NUMBER
Field Value
Type Description
int

MAJOR_REVISION_ID_FIELD_NUMBER

public static final int MAJOR_REVISION_ID_FIELD_NUMBER
Field Value
Type Description
int

MINOR_REVISION_ID_FIELD_NUMBER

public static final int MINOR_REVISION_ID_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SUPPORTED_CLOUD_PROVIDERS_FIELD_NUMBER

public static final int SUPPORTED_CLOUD_PROVIDERS_FIELD_NUMBER
Field Value
Type Description
int

TARGET_RESOURCE_DETAILS_FIELD_NUMBER

public static final int TARGET_RESOURCE_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FrameworkComplianceReport getDefaultInstance()
Returns
Type Description
FrameworkComplianceReport

getDescriptor()

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

newBuilder()

public static FrameworkComplianceReport.Builder newBuilder()
Returns
Type Description
FrameworkComplianceReport.Builder

newBuilder(FrameworkComplianceReport prototype)

public static FrameworkComplianceReport.Builder newBuilder(FrameworkComplianceReport prototype)
Parameter
Name Description
prototype FrameworkComplianceReport
Returns
Type Description
FrameworkComplianceReport.Builder

parseDelimitedFrom(InputStream input)

public static FrameworkComplianceReport parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FrameworkComplianceReport parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FrameworkComplianceReport parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FrameworkComplianceReport parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FrameworkComplianceReport parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FrameworkComplianceReport parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FrameworkComplianceReport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FrameworkComplianceReport
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FrameworkComplianceReport> parser()
Returns
Type Description
Parser<FrameworkComplianceReport>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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.

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

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.

getParserForType()

public Parser<FrameworkComplianceReport> getParserForType()
Returns
Type Description
Parser<FrameworkComplianceReport>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FrameworkComplianceReport.Builder newBuilderForType()
Returns
Type Description
FrameworkComplianceReport.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FrameworkComplianceReport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FrameworkComplianceReport.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FrameworkComplianceReport.Builder toBuilder()
Returns
Type Description
FrameworkComplianceReport.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException