public static final class RegulatoryStandard.Builder extends GeneratedMessage.Builder<RegulatoryStandard.Builder> implements RegulatoryStandardOrBuilderCompliances associated with signals.
Protobuf type google.cloud.databasecenter.v1beta.RegulatoryStandard
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RegulatoryStandard.BuilderImplements
RegulatoryStandardOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RegulatoryStandard.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RegulatoryStandard.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
RegulatoryStandard.Builder |
This builder for chaining. |