public final class FrameworkComplianceSummary extends GeneratedMessageV3 implements FrameworkComplianceSummaryOrBuilder
The details for a framework compliance summary.
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceSummary
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FrameworkComplianceSummary.Builder newBuilder()
newBuilder(FrameworkComplianceSummary prototype)
public static FrameworkComplianceSummary.Builder newBuilder(FrameworkComplianceSummary prototype)
public static FrameworkComplianceSummary parseDelimitedFrom(InputStream input)
public static FrameworkComplianceSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FrameworkComplianceSummary parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FrameworkComplianceSummary parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceSummary parseFrom(CodedInputStream input)
public static FrameworkComplianceSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceSummary parseFrom(InputStream input)
public static FrameworkComplianceSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FrameworkComplianceSummary parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FrameworkComplianceSummary> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getControlAssessmentDetails()
public ControlAssessmentDetails getControlAssessmentDetails()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 2;
getControlAssessmentDetailsOrBuilder()
public ControlAssessmentDetailsOrBuilder getControlAssessmentDetailsOrBuilder()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 2;
getDefaultInstanceForType()
public FrameworkComplianceSummary getDefaultInstanceForType()
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;
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;
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()
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()
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
|
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;
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
|
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FrameworkComplianceSummary.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FrameworkComplianceSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public FrameworkComplianceSummary.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides