Class GenerateClientCertificateRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
      • getDefaultInstanceForType

        public GenerateClientCertificateRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GenerateClientCertificateRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GenerateClientCertificateRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateClientCertificateRequest.Builder>
      • 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 interface GenerateClientCertificateRequestOrBuilder
        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 interface GenerateClientCertificateRequestOrBuilder
        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 interface GenerateClientCertificateRequestOrBuilder
        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 interface GenerateClientCertificateRequestOrBuilder
        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.v1beta.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1beta/service.proto;l=1351
         Optional. A pem-encoded X.509 certificate signing request (CSR).
         
        string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPemCsr in interface GenerateClientCertificateRequestOrBuilder
        Returns:
        The pemCsr.
      • getPemCsrBytes

        @Deprecated
        public com.google.protobuf.ByteString getPemCsrBytes()
        Deprecated.
        google.cloud.alloydb.v1beta.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1beta/service.proto;l=1351
         Optional. A pem-encoded X.509 certificate signing request (CSR).
         
        string pem_csr = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPemCsrBytes in interface GenerateClientCertificateRequestOrBuilder
        Returns:
        The bytes for pemCsr.
      • setPemCsr

        @Deprecated
        public GenerateClientCertificateRequest.Builder setPemCsr​(String value)
        Deprecated.
        google.cloud.alloydb.v1beta.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1beta/service.proto;l=1351
         Optional. 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.v1beta.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1beta/service.proto;l=1351
         Optional. 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.v1beta.GenerateClientCertificateRequest.pem_csr is deprecated. See google/cloud/alloydb/v1beta/service.proto;l=1351
         Optional. 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 interface GenerateClientCertificateRequestOrBuilder
        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 interface GenerateClientCertificateRequestOrBuilder
        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 interface GenerateClientCertificateRequestOrBuilder
      • 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 interface GenerateClientCertificateRequestOrBuilder
        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.