public static final class MysqlSslConfig.Builder extends GeneratedMessageV3.Builder<MysqlSslConfig.Builder> implements MysqlSslConfigOrBuilderMySQL SSL configuration information.
Protobuf type google.cloud.datastream.v1alpha1.MysqlSslConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MysqlSslConfig.BuilderImplements
MysqlSslConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MysqlSslConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MysqlSslConfig.Builder |
build()
public MysqlSslConfig build()| Type | Description |
| MysqlSslConfig |
buildPartial()
public MysqlSslConfig buildPartial()| Type | Description |
| MysqlSslConfig |
clear()
public MysqlSslConfig.Builder clear()| Type | Description |
| MysqlSslConfig.Builder |
clearCaCertificate()
public MysqlSslConfig.Builder clearCaCertificate()Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
string ca_certificate = 15 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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 = 13 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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 = 11 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| MysqlSslConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MysqlSslConfig.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| MysqlSslConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MysqlSslConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| MysqlSslConfig.Builder |
clone()
public MysqlSslConfig.Builder clone()| Type | Description |
| MysqlSslConfig.Builder |
getCaCertificate()
public String getCaCertificate()Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
string ca_certificate = 15 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 15 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| ByteString | The bytes for caCertificate. |
getCaCertificateSet()
public boolean getCaCertificateSet()Output only. Indicates whether the ca_certificate field is set.
bool ca_certificate_set = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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 = 13 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 13 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| ByteString | The bytes for clientCertificate. |
getClientCertificateSet()
public boolean getClientCertificateSet()Output only. Indicates whether the client_certificate field is set.
bool client_certificate_set = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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 = 11 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| 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 = 11 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| ByteString | The bytes for clientKey. |
getClientKeySet()
public boolean getClientKeySet()Output only. Indicates whether the client_key field is set.
bool client_key_set = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | The clientKeySet. |
getDefaultInstanceForType()
public MysqlSslConfig getDefaultInstanceForType()| Type | Description |
| MysqlSslConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(MysqlSslConfig other)
public MysqlSslConfig.Builder mergeFrom(MysqlSslConfig other)| Name | Description |
| other | MysqlSslConfig |
| Type | Description |
| MysqlSslConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MysqlSslConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| MysqlSslConfig.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public MysqlSslConfig.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| MysqlSslConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MysqlSslConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MysqlSslConfig.Builder |
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 = 15 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | StringThe caCertificate to set. |
| Type | Description |
| 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 = 15 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for caCertificate to set. |
| Type | Description |
| 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 = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | booleanThe caCertificateSet to set. |
| Type | Description |
| 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 = 13 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | StringThe clientCertificate to set. |
| Type | Description |
| 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 = 13 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for clientCertificate to set. |
| Type | Description |
| 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 = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | booleanThe clientCertificateSet to set. |
| Type | Description |
| 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 = 11 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | StringThe clientKey to set. |
| Type | Description |
| 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 = 11 [(.google.api.field_behavior) = INPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for clientKey to set. |
| Type | Description |
| 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 = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | booleanThe clientKeySet to set. |
| Type | Description |
| MysqlSslConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MysqlSslConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| MysqlSslConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MysqlSslConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| MysqlSslConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MysqlSslConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| MysqlSslConfig.Builder |