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()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllIds(Iterable<String> values)
public Compliance.Builder addAllIds(Iterable<String> values)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The ids to add. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addIds(String value)
public Compliance.Builder addIds(String value)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ids to add. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addIdsBytes(ByteString value)
public Compliance.Builder addIdsBytes(ByteString value)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the ids to add. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Compliance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
build()
public Compliance build()| Returns | |
|---|---|
| Type | Description |
Compliance |
|
buildPartial()
public Compliance buildPartial()| Returns | |
|---|---|
| Type | Description |
Compliance |
|
clear()
public Compliance.Builder clear()| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public Compliance.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
clearIds()
public Compliance.Builder clearIds()Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Compliance.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
clearStandard()
public Compliance.Builder clearStandard()Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clearVersion()
public Compliance.Builder clearVersion()Version of the standard or benchmark, for example, 1.1
string version = 2;
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
clone()
public Compliance.Builder clone()| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
getDefaultInstanceForType()
public Compliance getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Compliance |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIds(int index)
public String getIds(int index)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The ids at the given index. |
getIdsBytes(int index)
public ByteString getIdsBytes(int index)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the ids at the given index. |
getIdsCount()
public int getIdsCount()Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of ids. |
getIdsList()
public ProtocolStringList getIdsList()Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the ids. |
getStandard()
public String getStandard()Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The standard. |
getStandardBytes()
public ByteString getStandardBytes()Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for standard. |
getVersion()
public String getVersion()Version of the standard or benchmark, for example, 1.1
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Version of the standard or benchmark, for example, 1.1
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Compliance other)
public Compliance.Builder mergeFrom(Compliance other)| Parameter | |
|---|---|
| Name | Description |
other |
Compliance |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Compliance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Compliance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Compliance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public Compliance.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
setIds(int index, String value)
public Compliance.Builder setIds(int index, String value)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe ids to set. |
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
setStandard(String value)
public Compliance.Builder setStandard(String value)Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe standard to set. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setStandardBytes(ByteString value)
public Compliance.Builder setStandardBytes(ByteString value)Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for standard to set. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Compliance.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
|
setVersion(String value)
public Compliance.Builder setVersion(String value)Version of the standard or benchmark, for example, 1.1
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public Compliance.Builder setVersionBytes(ByteString value)Version of the standard or benchmark, for example, 1.1
string version = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
Compliance.Builder |
This builder for chaining. |