Package com.google.cloud.alloydb.v1alpha
Class GenerateClientCertificateRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
- com.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.Builder
-
- All Implemented Interfaces:
GenerateClientCertificateRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- GenerateClientCertificateRequest
public static final class GenerateClientCertificateRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder> implements GenerateClientCertificateRequestOrBuilder
Message for requests to generate a client certificate signed by the Cluster CA.
Protobuf typegoogle.cloud.alloydb.v1alpha.GenerateClientCertificateRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GenerateClientCertificateRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GenerateClientCertificateRequest
build()
GenerateClientCertificateRequest
buildPartial()
GenerateClientCertificateRequest.Builder
clear()
GenerateClientCertificateRequest.Builder
clearCertDuration()
Optional.GenerateClientCertificateRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GenerateClientCertificateRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GenerateClientCertificateRequest.Builder
clearParent()
Required.GenerateClientCertificateRequest.Builder
clearPemCsr()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated.GenerateClientCertificateRequest.Builder
clearPublicKey()
Optional.GenerateClientCertificateRequest.Builder
clearRequestId()
Optional.GenerateClientCertificateRequest.Builder
clearUseMetadataExchange()
Optional.GenerateClientCertificateRequest.Builder
clone()
com.google.protobuf.Duration
getCertDuration()
Optional.com.google.protobuf.Duration.Builder
getCertDurationBuilder()
Optional.com.google.protobuf.DurationOrBuilder
getCertDurationOrBuilder()
Optional.GenerateClientCertificateRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.String
getPemCsr()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated.com.google.protobuf.ByteString
getPemCsrBytes()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated.String
getPublicKey()
Optional.com.google.protobuf.ByteString
getPublicKeyBytes()
Optional.String
getRequestId()
Optional.com.google.protobuf.ByteString
getRequestIdBytes()
Optional.boolean
getUseMetadataExchange()
Optional.boolean
hasCertDuration()
Optional.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GenerateClientCertificateRequest.Builder
mergeCertDuration(com.google.protobuf.Duration value)
Optional.GenerateClientCertificateRequest.Builder
mergeFrom(GenerateClientCertificateRequest other)
GenerateClientCertificateRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GenerateClientCertificateRequest.Builder
mergeFrom(com.google.protobuf.Message other)
GenerateClientCertificateRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GenerateClientCertificateRequest.Builder
setCertDuration(com.google.protobuf.Duration value)
Optional.GenerateClientCertificateRequest.Builder
setCertDuration(com.google.protobuf.Duration.Builder builderForValue)
Optional.GenerateClientCertificateRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GenerateClientCertificateRequest.Builder
setParent(String value)
Required.GenerateClientCertificateRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.GenerateClientCertificateRequest.Builder
setPemCsr(String value)
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated.GenerateClientCertificateRequest.Builder
setPemCsrBytes(com.google.protobuf.ByteString value)
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated.GenerateClientCertificateRequest.Builder
setPublicKey(String value)
Optional.GenerateClientCertificateRequest.Builder
setPublicKeyBytes(com.google.protobuf.ByteString value)
Optional.GenerateClientCertificateRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GenerateClientCertificateRequest.Builder
setRequestId(String value)
Optional.GenerateClientCertificateRequest.Builder
setRequestIdBytes(com.google.protobuf.ByteString value)
Optional.GenerateClientCertificateRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GenerateClientCertificateRequest.Builder
setUseMetadataExchange(boolean value)
Optional.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
clear
public GenerateClientCertificateRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
getDefaultInstanceForType
public GenerateClientCertificateRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GenerateClientCertificateRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GenerateClientCertificateRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GenerateClientCertificateRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
setField
public GenerateClientCertificateRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
clearField
public GenerateClientCertificateRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
clearOneof
public GenerateClientCertificateRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
setRepeatedField
public GenerateClientCertificateRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
addRepeatedField
public GenerateClientCertificateRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
mergeFrom
public GenerateClientCertificateRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GenerateClientCertificateRequest.Builder>
-
mergeFrom
public GenerateClientCertificateRequest.Builder mergeFrom(GenerateClientCertificateRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
mergeFrom
public GenerateClientCertificateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GenerateClientCertificateRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public GenerateClientCertificateRequest.Builder setParent(String value)
Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public GenerateClientCertificateRequest.Builder clearParent()
Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public GenerateClientCertificateRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location}/clusters/{cluster}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getRequestId
public String getRequestId()
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getRequestId
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.ByteString getRequestIdBytes()
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getRequestIdBytes
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The bytes for requestId.
-
setRequestId
public GenerateClientCertificateRequest.Builder setRequestId(String value)
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The requestId to set.- Returns:
- This builder for chaining.
-
clearRequestId
public GenerateClientCertificateRequest.Builder clearRequestId()
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- This builder for chaining.
-
setRequestIdBytes
public GenerateClientCertificateRequest.Builder setRequestIdBytes(com.google.protobuf.ByteString value)
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
getPemCsr
@Deprecated public String getPemCsr()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1alpha/service.proto;l=1351Optional. A pem-encoded X.509 certificate signing request (CSR).
string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPemCsr
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The pemCsr.
-
getPemCsrBytes
@Deprecated public com.google.protobuf.ByteString getPemCsrBytes()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1alpha/service.proto;l=1351Optional. A pem-encoded X.509 certificate signing request (CSR).
string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPemCsrBytes
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The bytes for pemCsr.
-
setPemCsr
@Deprecated public GenerateClientCertificateRequest.Builder setPemCsr(String value)
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1alpha/service.proto;l=1351Optional. A pem-encoded X.509 certificate signing request (CSR).
string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The pemCsr to set.- Returns:
- This builder for chaining.
-
clearPemCsr
@Deprecated public GenerateClientCertificateRequest.Builder clearPemCsr()
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1alpha/service.proto;l=1351Optional. A pem-encoded X.509 certificate signing request (CSR).
string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
- Returns:
- This builder for chaining.
-
setPemCsrBytes
@Deprecated public GenerateClientCertificateRequest.Builder setPemCsrBytes(com.google.protobuf.ByteString value)
Deprecated.google.cloud.alloydb.v1alpha.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1alpha/service.proto;l=1351Optional. A pem-encoded X.509 certificate signing request (CSR).
string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The bytes for pemCsr to set.- Returns:
- This builder for chaining.
-
hasCertDuration
public boolean hasCertDuration()
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasCertDuration
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- Whether the certDuration field is set.
-
getCertDuration
public com.google.protobuf.Duration getCertDuration()
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getCertDuration
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The certDuration.
-
setCertDuration
public GenerateClientCertificateRequest.Builder setCertDuration(com.google.protobuf.Duration value)
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
-
setCertDuration
public GenerateClientCertificateRequest.Builder setCertDuration(com.google.protobuf.Duration.Builder builderForValue)
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
-
mergeCertDuration
public GenerateClientCertificateRequest.Builder mergeCertDuration(com.google.protobuf.Duration value)
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
-
clearCertDuration
public GenerateClientCertificateRequest.Builder clearCertDuration()
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getCertDurationBuilder
public com.google.protobuf.Duration.Builder getCertDurationBuilder()
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getCertDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getCertDurationOrBuilder()
Optional. An optional hint to the endpoint to generate the client certificate with the requested duration. The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.
.google.protobuf.Duration cert_duration = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getCertDurationOrBuilder
in interfaceGenerateClientCertificateRequestOrBuilder
-
getPublicKey
public String getPublicKey()
Optional. The public key from the client.
string public_key = 5 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPublicKey
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The publicKey.
-
getPublicKeyBytes
public com.google.protobuf.ByteString getPublicKeyBytes()
Optional. The public key from the client.
string public_key = 5 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPublicKeyBytes
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The bytes for publicKey.
-
setPublicKey
public GenerateClientCertificateRequest.Builder setPublicKey(String value)
Optional. The public key from the client.
string public_key = 5 [(.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The publicKey to set.- Returns:
- This builder for chaining.
-
clearPublicKey
public GenerateClientCertificateRequest.Builder clearPublicKey()
Optional. The public key from the client.
string public_key = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- This builder for chaining.
-
setPublicKeyBytes
public GenerateClientCertificateRequest.Builder setPublicKeyBytes(com.google.protobuf.ByteString value)
Optional. The public key from the client.
string public_key = 5 [(.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The bytes for publicKey to set.- Returns:
- This builder for chaining.
-
getUseMetadataExchange
public boolean getUseMetadataExchange()
Optional. An optional hint to the endpoint to generate a client ceritificate that can be used by AlloyDB connectors to exchange additional metadata with the server after TLS handshake.
bool use_metadata_exchange = 6 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getUseMetadataExchange
in interfaceGenerateClientCertificateRequestOrBuilder
- Returns:
- The useMetadataExchange.
-
setUseMetadataExchange
public GenerateClientCertificateRequest.Builder setUseMetadataExchange(boolean value)
Optional. An optional hint to the endpoint to generate a client ceritificate that can be used by AlloyDB connectors to exchange additional metadata with the server after TLS handshake.
bool use_metadata_exchange = 6 [(.google.api.field_behavior) = OPTIONAL];
- Parameters:
value
- The useMetadataExchange to set.- Returns:
- This builder for chaining.
-
clearUseMetadataExchange
public GenerateClientCertificateRequest.Builder clearUseMetadataExchange()
Optional. An optional hint to the endpoint to generate a client ceritificate that can be used by AlloyDB connectors to exchange additional metadata with the server after TLS handshake.
bool use_metadata_exchange = 6 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final GenerateClientCertificateRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
mergeUnknownFields
public final GenerateClientCertificateRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
-
-