Class MysqlSslConfig.Builder (1.40.0)

public static final class MysqlSslConfig.Builder extends GeneratedMessageV3.Builder<MysqlSslConfig.Builder> implements MysqlSslConfigOrBuilder

MySQL SSL configuration information.

Protobuf type google.cloud.datastream.v1.MysqlSslConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MysqlSslConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

build()

public MysqlSslConfig build()
Returns
TypeDescription
MysqlSslConfig

buildPartial()

public MysqlSslConfig buildPartial()
Returns
TypeDescription
MysqlSslConfig

clear()

public MysqlSslConfig.Builder clear()
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

clearCaCertificate()

public MysqlSslConfig.Builder clearCaCertificate()

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearCaCertificateSet()

public MysqlSslConfig.Builder clearCaCertificateSet()

Output only. Indicates whether the ca_certificate field is set.

bool ca_certificate_set = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearClientCertificate()

public MysqlSslConfig.Builder clearClientCertificate()

Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.

string client_certificate = 3 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearClientCertificateSet()

public MysqlSslConfig.Builder clearClientCertificateSet()

Output only. Indicates whether the client_certificate field is set.

bool client_certificate_set = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearClientKey()

public MysqlSslConfig.Builder clearClientKey()

Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

string client_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearClientKeySet()

public MysqlSslConfig.Builder clearClientKeySet()

Output only. Indicates whether the client_key field is set.

bool client_key_set = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public MysqlSslConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public MysqlSslConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

clone()

public MysqlSslConfig.Builder clone()
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

getCaCertificate()

public String getCaCertificate()

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
String

The caCertificate.

getCaCertificateBytes()

public ByteString getCaCertificateBytes()

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for caCertificate.

getCaCertificateSet()

public boolean getCaCertificateSet()

Output only. Indicates whether the ca_certificate field is set.

bool ca_certificate_set = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The caCertificateSet.

getClientCertificate()

public String getClientCertificate()

Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.

string client_certificate = 3 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
String

The clientCertificate.

getClientCertificateBytes()

public ByteString getClientCertificateBytes()

Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.

string client_certificate = 3 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for clientCertificate.

getClientCertificateSet()

public boolean getClientCertificateSet()

Output only. Indicates whether the client_certificate field is set.

bool client_certificate_set = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The clientCertificateSet.

getClientKey()

public String getClientKey()

Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

string client_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
String

The clientKey.

getClientKeyBytes()

public ByteString getClientKeyBytes()

Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

string client_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for clientKey.

getClientKeySet()

public boolean getClientKeySet()

Output only. Indicates whether the client_key field is set.

bool client_key_set = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The clientKeySet.

getDefaultInstanceForType()

public MysqlSslConfig getDefaultInstanceForType()
Returns
TypeDescription
MysqlSslConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(MysqlSslConfig other)

public MysqlSslConfig.Builder mergeFrom(MysqlSslConfig other)
Parameter
NameDescription
otherMysqlSslConfig
Returns
TypeDescription
MysqlSslConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MysqlSslConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MysqlSslConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MysqlSslConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

setCaCertificate(String value)

public MysqlSslConfig.Builder setCaCertificate(String value)

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueString

The caCertificate to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setCaCertificateBytes(ByteString value)

public MysqlSslConfig.Builder setCaCertificateBytes(ByteString value)

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for caCertificate to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setCaCertificateSet(boolean value)

public MysqlSslConfig.Builder setCaCertificateSet(boolean value)

Output only. Indicates whether the ca_certificate field is set.

bool ca_certificate_set = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The caCertificateSet to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientCertificate(String value)

public MysqlSslConfig.Builder setClientCertificate(String value)

Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.

string client_certificate = 3 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueString

The clientCertificate to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientCertificateBytes(ByteString value)

public MysqlSslConfig.Builder setClientCertificateBytes(ByteString value)

Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.

string client_certificate = 3 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for clientCertificate to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientCertificateSet(boolean value)

public MysqlSslConfig.Builder setClientCertificateSet(boolean value)

Output only. Indicates whether the client_certificate field is set.

bool client_certificate_set = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The clientCertificateSet to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientKey(String value)

public MysqlSslConfig.Builder setClientKey(String value)

Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

string client_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueString

The clientKey to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientKeyBytes(ByteString value)

public MysqlSslConfig.Builder setClientKeyBytes(ByteString value)

Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.

string client_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for clientKey to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setClientKeySet(boolean value)

public MysqlSslConfig.Builder setClientKeySet(boolean value)

Output only. Indicates whether the client_key field is set.

bool client_key_set = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The clientKeySet to set.

Returns
TypeDescription
MysqlSslConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public MysqlSslConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public MysqlSslConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final MysqlSslConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MysqlSslConfig.Builder
Overrides