Class Certificate.SelfManagedCertificate.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<Certificate.SelfManagedCertificate.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<Certificate.SelfManagedCertificate.Builder>
      • getDefaultInstanceForType

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

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

        public Certificate.SelfManagedCertificate 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<Certificate.SelfManagedCertificate.Builder>
      • getPemCertificate

        public String getPemCertificate()
         Input only. The PEM-encoded certificate chain.
         Leaf certificate comes first, followed by intermediate ones if any.
         
        string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
        Specified by:
        getPemCertificate in interface Certificate.SelfManagedCertificateOrBuilder
        Returns:
        The pemCertificate.
      • getPemCertificateBytes

        public com.google.protobuf.ByteString getPemCertificateBytes()
         Input only. The PEM-encoded certificate chain.
         Leaf certificate comes first, followed by intermediate ones if any.
         
        string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
        Specified by:
        getPemCertificateBytes in interface Certificate.SelfManagedCertificateOrBuilder
        Returns:
        The bytes for pemCertificate.
      • setPemCertificate

        public Certificate.SelfManagedCertificate.Builder setPemCertificate​(String value)
         Input only. The PEM-encoded certificate chain.
         Leaf certificate comes first, followed by intermediate ones if any.
         
        string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
        Parameters:
        value - The pemCertificate to set.
        Returns:
        This builder for chaining.
      • clearPemCertificate

        public Certificate.SelfManagedCertificate.Builder clearPemCertificate()
         Input only. The PEM-encoded certificate chain.
         Leaf certificate comes first, followed by intermediate ones if any.
         
        string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        This builder for chaining.
      • setPemCertificateBytes

        public Certificate.SelfManagedCertificate.Builder setPemCertificateBytes​(com.google.protobuf.ByteString value)
         Input only. The PEM-encoded certificate chain.
         Leaf certificate comes first, followed by intermediate ones if any.
         
        string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
        Parameters:
        value - The bytes for pemCertificate to set.
        Returns:
        This builder for chaining.
      • getPemPrivateKeyBytes

        public com.google.protobuf.ByteString getPemPrivateKeyBytes()
         Input only. The PEM-encoded private key of the leaf certificate.
         
        string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Specified by:
        getPemPrivateKeyBytes in interface Certificate.SelfManagedCertificateOrBuilder
        Returns:
        The bytes for pemPrivateKey.
      • setPemPrivateKey

        public Certificate.SelfManagedCertificate.Builder setPemPrivateKey​(String value)
         Input only. The PEM-encoded private key of the leaf certificate.
         
        string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Parameters:
        value - The pemPrivateKey to set.
        Returns:
        This builder for chaining.
      • clearPemPrivateKey

        public Certificate.SelfManagedCertificate.Builder clearPemPrivateKey()
         Input only. The PEM-encoded private key of the leaf certificate.
         
        string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        This builder for chaining.
      • setPemPrivateKeyBytes

        public Certificate.SelfManagedCertificate.Builder setPemPrivateKeyBytes​(com.google.protobuf.ByteString value)
         Input only. The PEM-encoded private key of the leaf certificate.
         
        string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Parameters:
        value - The bytes for pemPrivateKey to set.
        Returns:
        This builder for chaining.