public static final class Compliance.Builder extends GeneratedMessageV3.Builder<Compliance.Builder> implements ComplianceOrBuilderContains compliance information about a security standard indicating unmet recommendations.
Protobuf type google.cloud.securitycenter.v1.Compliance
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Compliance.BuilderImplements
ComplianceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addAllIds(Iterable<String> values)
public Compliance.Builder addAllIds(Iterable<String> values)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
values |
Iterable<String>The ids to add. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addIds(String value)
public Compliance.Builder addIds(String value)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
value |
StringThe ids to add. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addIdsBytes(ByteString value)
public Compliance.Builder addIdsBytes(ByteString value)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
value |
ByteStringThe bytes of the ids to add. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Compliance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Compliance.Builder |
build()
public Compliance build()| Type | Description |
Compliance |
buildPartial()
public Compliance buildPartial()| Type | Description |
Compliance |
clear()
public Compliance.Builder clear()| Type | Description |
Compliance.Builder |
clearField(Descriptors.FieldDescriptor field)
public Compliance.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
Compliance.Builder |
clearIds()
public Compliance.Builder clearIds()Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Compliance.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
Compliance.Builder |
clearStandard()
public Compliance.Builder clearStandard()Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clearVersion()
public Compliance.Builder clearVersion()Version of the standard/benchmark e.g. 1.1
string version = 2;
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clone()
public Compliance.Builder clone()| Type | Description |
Compliance.Builder |
getDefaultInstanceForType()
public Compliance getDefaultInstanceForType()| Type | Description |
Compliance |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getIds(int index)
public String getIds(int index)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The ids at the given index. |
getIdsBytes(int index)
public ByteString getIdsBytes(int index)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the ids at the given index. |
getIdsCount()
public int getIdsCount()Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Type | Description |
int |
The count of ids. |
getIdsList()
public ProtocolStringList getIdsList()Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Type | Description |
ProtocolStringList |
A list containing the ids. |
getStandard()
public String getStandard()Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Type | Description |
String |
The standard. |
getStandardBytes()
public ByteString getStandardBytes()Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Type | Description |
ByteString |
The bytes for standard. |
getVersion()
public String getVersion()Version of the standard/benchmark e.g. 1.1
string version = 2;
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Version of the standard/benchmark e.g. 1.1
string version = 2;
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(Compliance other)
public Compliance.Builder mergeFrom(Compliance other)| Name | Description |
other |
Compliance |
| Type | Description |
Compliance.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Compliance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
Compliance.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public Compliance.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
Compliance.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Compliance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Compliance.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Compliance.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Compliance.Builder |
setIds(int index, String value)
public Compliance.Builder setIds(int index, String value)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe ids to set. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Compliance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
Compliance.Builder |
setStandard(String value)
public Compliance.Builder setStandard(String value)Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Name | Description |
value |
StringThe standard to set. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setStandardBytes(ByteString value)
public Compliance.Builder setStandardBytes(ByteString value)Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Name | Description |
value |
ByteStringThe bytes for standard to set. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Compliance.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Compliance.Builder |
setVersion(String value)
public Compliance.Builder setVersion(String value)Version of the standard/benchmark e.g. 1.1
string version = 2;
| Name | Description |
value |
StringThe version to set. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public Compliance.Builder setVersionBytes(ByteString value)Version of the standard/benchmark e.g. 1.1
string version = 2;
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Type | Description |
Compliance.Builder |
This builder for chaining. |