- 2.60.0 (latest)
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public static final class Compliance.Builder extends GeneratedMessageV3.Builder<Compliance.Builder> implements ComplianceOrBuilder
Contains 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/benchmark e.g. 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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Parameter | |
---|---|
Name | Description |
value | String The 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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The 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/benchmark e.g. 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()
Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
Returns | |
---|---|
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;
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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Parameter | |
---|---|
Name | Description |
index | int The 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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Parameter | |
---|---|
Name | Description |
index | int The 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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for standard. |
getVersion()
public String getVersion()
Version of the standard/benchmark e.g. 1.1
string version = 2;
Returns | |
---|---|
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
Version of the standard/benchmark e.g. 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/benchmark e.g. A.12.4.1
repeated string ids = 3;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The 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)
Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
Parameter | |
---|---|
Name | Description |
value | String The standard to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The 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/benchmark e.g. 1.1
string version = 2;
Parameter | |
---|---|
Name | Description |
value | String The 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/benchmark e.g. 1.1
string version = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
Compliance.Builder | This builder for chaining. |