Class RegulatoryStandard.Builder (0.6.0)

public static final class RegulatoryStandard.Builder extends GeneratedMessage.Builder<RegulatoryStandard.Builder> implements RegulatoryStandardOrBuilder

Compliances associated with signals.

Protobuf type google.cloud.databasecenter.v1beta.RegulatoryStandard

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public RegulatoryStandard build()
Returns
Type Description
RegulatoryStandard

buildPartial()

public RegulatoryStandard buildPartial()
Returns
Type Description
RegulatoryStandard

clear()

public RegulatoryStandard.Builder clear()
Returns
Type Description
RegulatoryStandard.Builder
Overrides

clearStandard()

public RegulatoryStandard.Builder clearStandard()

Name of industry compliance standards, such as such as CIS, PCI, and OWASP.

string standard = 1;

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.

clearVersion()

public RegulatoryStandard.Builder clearVersion()

Version of the standard or benchmark, for example, 1.1.

string version = 2;

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.

getDefaultInstanceForType()

public RegulatoryStandard getDefaultInstanceForType()
Returns
Type Description
RegulatoryStandard

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStandard()

public String getStandard()

Name of industry compliance standards, such as such as CIS, PCI, and OWASP.

string standard = 1;

Returns
Type Description
String

The standard.

getStandardBytes()

public ByteString getStandardBytes()

Name of industry compliance standards, such as 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RegulatoryStandard other)

public RegulatoryStandard.Builder mergeFrom(RegulatoryStandard other)
Parameter
Name Description
other RegulatoryStandard
Returns
Type Description
RegulatoryStandard.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RegulatoryStandard.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegulatoryStandard.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RegulatoryStandard.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RegulatoryStandard.Builder
Overrides

setStandard(String value)

public RegulatoryStandard.Builder setStandard(String value)

Name of industry compliance standards, such as such as CIS, PCI, and OWASP.

string standard = 1;

Parameter
Name Description
value String

The standard to set.

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.

setStandardBytes(ByteString value)

public RegulatoryStandard.Builder setStandardBytes(ByteString value)

Name of industry compliance standards, such as such as CIS, PCI, and OWASP.

string standard = 1;

Parameter
Name Description
value ByteString

The bytes for standard to set.

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.

setVersion(String value)

public RegulatoryStandard.Builder setVersion(String value)

Version of the standard or benchmark, for example, 1.1.

string version = 2;

Parameter
Name Description
value String

The version to set.

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.

setVersionBytes(ByteString value)

public RegulatoryStandard.Builder setVersionBytes(ByteString value)

Version of the standard or benchmark, for example, 1.1.

string version = 2;

Parameter
Name Description
value ByteString

The bytes for version to set.

Returns
Type Description
RegulatoryStandard.Builder

This builder for chaining.