public final class FrameworkComplianceReport extends GeneratedMessageV3 implements FrameworkComplianceReportOrBuilder
The response message for [GetFrameworkComplianceReport][].
Protobuf type google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceReport
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_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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FrameworkComplianceReport.Builder newBuilder()
newBuilder(FrameworkComplianceReport prototype)
public static FrameworkComplianceReport.Builder newBuilder(FrameworkComplianceReport prototype)
public static FrameworkComplianceReport parseDelimitedFrom(InputStream input)
public static FrameworkComplianceReport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FrameworkComplianceReport parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceReport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FrameworkComplianceReport parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceReport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceReport parseFrom(CodedInputStream input)
public static FrameworkComplianceReport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceReport parseFrom(InputStream input)
public static FrameworkComplianceReport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FrameworkComplianceReport parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FrameworkComplianceReport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FrameworkComplianceReport> 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 = 4;
getControlAssessmentDetailsOrBuilder()
public ControlAssessmentDetailsOrBuilder getControlAssessmentDetailsOrBuilder()
The control assessment details of the framework.
.google.cloud.cloudsecuritycompliance.v1.ControlAssessmentDetails control_assessment_details = 4;
getDefaultInstanceForType()
public FrameworkComplianceReport 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.
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;
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;
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()
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()
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
|
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;
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
|
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];
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FrameworkComplianceReport.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FrameworkComplianceReport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
toBuilder()
public FrameworkComplianceReport.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides