public interface ComplianceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getIds(int index)
Policies within the standard/benchmark e.g.
|
ByteString |
getIdsBytes(int index)
Policies within the standard/benchmark e.g.
|
int |
getIdsCount()
Policies within the standard/benchmark e.g.
|
List<String> |
getIdsList()
Policies within the standard/benchmark e.g.
|
String |
getStandard()
Refers to industry wide standards or benchmarks e.g.
|
ByteString |
getStandardBytes()
Refers to industry wide standards or benchmarks e.g.
|
String |
getVersion()
Version of the standard/benchmark e.g.
|
ByteString |
getVersionBytes()
Version of the standard/benchmark e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getStandard()
Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
ByteString getStandardBytes()
Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
String getVersion()
Version of the standard/benchmark e.g. 1.1
string version = 2;
ByteString getVersionBytes()
Version of the standard/benchmark e.g. 1.1
string version = 2;
List<String> getIdsList()
Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
int getIdsCount()
Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
String getIds(int index)
Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
index
- The index of the element to return.ByteString getIdsBytes(int index)
Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.