Class FrameworkComplianceSummary (0.7.0)

public final class FrameworkComplianceSummary extends GeneratedMessageV3 implements FrameworkComplianceSummaryOrBuilder

The details for a framework compliance summary.

Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceSummary

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_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

Static Methods

getDefaultInstance()

public static FrameworkComplianceSummary getDefaultInstance()
Returns
Type Description
FrameworkComplianceSummary

getDescriptor()

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

newBuilder()

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

newBuilder(FrameworkComplianceSummary prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

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 = 2;

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 = 2;

Returns
Type Description
ControlAssessmentDetailsOrBuilder

getDefaultInstanceForType()

public FrameworkComplianceSummary getDefaultInstanceForType()
Returns
Type Description
FrameworkComplianceSummary

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 by the framework.

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

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 by the framework.

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

Returns
Type Description
int

The count of frameworkCategories.

getFrameworkCategoriesList()

public List<FrameworkCategory> getFrameworkCategoriesList()

The list of framework categories supported by the framework.

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

Returns
Type Description
List<FrameworkCategory>

A list containing the frameworkCategories.

getFrameworkCategoriesValue(int index)

public int getFrameworkCategoriesValue(int index)

The list of framework categories supported by the framework.

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

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 by the framework.

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

Returns
Type Description
List<Integer>

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

getFrameworkDisplayName()

public String getFrameworkDisplayName()

Optional. The display name for the framework.

string framework_display_name = 6 [(.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 = 6 [(.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 = 3;

Returns
Type Description
Framework.FrameworkType

The frameworkType.

getFrameworkTypeValue()

public int getFrameworkTypeValue()

The type of framework.

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

Returns
Type Description
int

The enum numeric value on the wire for frameworkType.

getMajorRevisionId()

public long getMajorRevisionId()

The major revision ID of the framework.

int64 major_revision_id = 8;

Returns
Type Description
long

The majorRevisionId.

getMinorRevisionId()

public long getMinorRevisionId()

The minor revision ID of the framework.

int64 minor_revision_id = 9;

Returns
Type Description
long

The minorRevisionId.

getName()

public String getName()

Identifier. The name of the framework compliance summary.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the framework compliance summary.

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

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<FrameworkComplianceSummary> getParserForType()
Returns
Type Description
Parser<FrameworkComplianceSummary>
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 = 4;

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 = 4;

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 = 4;

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 = 4;

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 = 4;

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 for the framework.

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

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetails

getTargetResourceDetailsCount()

public int getTargetResourceDetailsCount()

The target resource details for the framework.

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

Returns
Type Description
int

getTargetResourceDetailsList()

public List<TargetResourceDetails> getTargetResourceDetailsList()

The target resource details for the framework.

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

Returns
Type Description
List<TargetResourceDetails>

getTargetResourceDetailsOrBuilder(int index)

public TargetResourceDetailsOrBuilder getTargetResourceDetailsOrBuilder(int index)

The target resource details for the framework.

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

Parameter
Name Description
index int
Returns
Type Description
TargetResourceDetailsOrBuilder

getTargetResourceDetailsOrBuilderList()

public List<? extends TargetResourceDetailsOrBuilder> getTargetResourceDetailsOrBuilderList()

The target resource details for the framework.

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

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

hasControlAssessmentDetails()

public boolean hasControlAssessmentDetails()

The control assessment details of the framework.

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

Returns
Type Description
boolean

Whether the controlAssessmentDetails 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 FrameworkComplianceSummary.Builder newBuilderForType()
Returns
Type Description
FrameworkComplianceSummary.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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