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

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

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

        public CreateCertificateMapEntryRequest 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<CreateCertificateMapEntryRequest.Builder>
      • getParent

        public String getParent()
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateCertificateMapEntryRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateCertificateMapEntryRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateCertificateMapEntryRequest.Builder setParent​(String value)
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        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 CreateCertificateMapEntryRequest.Builder clearParent()
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateCertificateMapEntryRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        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.
      • getCertificateMapEntryIdBytes

        public com.google.protobuf.ByteString getCertificateMapEntryIdBytes()
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCertificateMapEntryIdBytes in interface CreateCertificateMapEntryRequestOrBuilder
        Returns:
        The bytes for certificateMapEntryId.
      • setCertificateMapEntryId

        public CreateCertificateMapEntryRequest.Builder setCertificateMapEntryId​(String value)
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The certificateMapEntryId to set.
        Returns:
        This builder for chaining.
      • clearCertificateMapEntryId

        public CreateCertificateMapEntryRequest.Builder clearCertificateMapEntryId()
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setCertificateMapEntryIdBytes

        public CreateCertificateMapEntryRequest.Builder setCertificateMapEntryIdBytes​(com.google.protobuf.ByteString value)
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for certificateMapEntryId to set.
        Returns:
        This builder for chaining.
      • hasCertificateMapEntry

        public boolean hasCertificateMapEntry()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasCertificateMapEntry in interface CreateCertificateMapEntryRequestOrBuilder
        Returns:
        Whether the certificateMapEntry field is set.
      • setCertificateMapEntry

        public CreateCertificateMapEntryRequest.Builder setCertificateMapEntry​(CertificateMapEntry value)
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergeCertificateMapEntry

        public CreateCertificateMapEntryRequest.Builder mergeCertificateMapEntry​(CertificateMapEntry value)
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearCertificateMapEntry

        public CreateCertificateMapEntryRequest.Builder clearCertificateMapEntry()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
      • getCertificateMapEntryBuilder

        public CertificateMapEntry.Builder getCertificateMapEntryBuilder()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];