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

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

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

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

        public LicenseVerificationArtifact.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    int index,
                                                                    java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LicenseVerificationArtifact.Builder>
      • addRepeatedField

        public LicenseVerificationArtifact.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LicenseVerificationArtifact.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LicenseVerificationArtifact.Builder>
      • mergeFrom

        public LicenseVerificationArtifact.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LicenseVerificationArtifact.Builder>
        Throws:
        java.io.IOException
      • hasLicenseType

        public boolean hasLicenseType()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLicenseType in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the licenseType field is set.
      • getLicenseType

        public java.lang.String getLicenseType()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseType in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The licenseType.
      • getLicenseTypeBytes

        public com.google.protobuf.ByteString getLicenseTypeBytes()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseTypeBytes in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The bytes for licenseType.
      • setLicenseType

        public LicenseVerificationArtifact.Builder setLicenseType​(java.lang.String value)
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The licenseType to set.
        Returns:
        This builder for chaining.
      • clearLicenseType

        public LicenseVerificationArtifact.Builder clearLicenseType()
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLicenseTypeBytes

        public LicenseVerificationArtifact.Builder setLicenseTypeBytes​(com.google.protobuf.ByteString value)
         Output only. License type / name.
         
        optional string license_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for licenseType to set.
        Returns:
        This builder for chaining.
      • hasLicenseNumber

        public boolean hasLicenseNumber()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLicenseNumber in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the licenseNumber field is set.
      • getLicenseNumber

        public java.lang.String getLicenseNumber()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseNumber in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The licenseNumber.
      • getLicenseNumberBytes

        public com.google.protobuf.ByteString getLicenseNumberBytes()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseNumberBytes in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The bytes for licenseNumber.
      • setLicenseNumber

        public LicenseVerificationArtifact.Builder setLicenseNumber​(java.lang.String value)
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The licenseNumber to set.
        Returns:
        This builder for chaining.
      • clearLicenseNumber

        public LicenseVerificationArtifact.Builder clearLicenseNumber()
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLicenseNumberBytes

        public LicenseVerificationArtifact.Builder setLicenseNumberBytes​(com.google.protobuf.ByteString value)
         Output only. License number.
         
        optional string license_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for licenseNumber to set.
        Returns:
        This builder for chaining.
      • hasLicenseeFirstName

        public boolean hasLicenseeFirstName()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLicenseeFirstName in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the licenseeFirstName field is set.
      • getLicenseeFirstName

        public java.lang.String getLicenseeFirstName()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseeFirstName in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The licenseeFirstName.
      • getLicenseeFirstNameBytes

        public com.google.protobuf.ByteString getLicenseeFirstNameBytes()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseeFirstNameBytes in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The bytes for licenseeFirstName.
      • setLicenseeFirstName

        public LicenseVerificationArtifact.Builder setLicenseeFirstName​(java.lang.String value)
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The licenseeFirstName to set.
        Returns:
        This builder for chaining.
      • clearLicenseeFirstName

        public LicenseVerificationArtifact.Builder clearLicenseeFirstName()
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLicenseeFirstNameBytes

        public LicenseVerificationArtifact.Builder setLicenseeFirstNameBytes​(com.google.protobuf.ByteString value)
         Output only. First name of the licensee.
         
        optional string licensee_first_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for licenseeFirstName to set.
        Returns:
        This builder for chaining.
      • hasLicenseeLastName

        public boolean hasLicenseeLastName()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLicenseeLastName in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the licenseeLastName field is set.
      • getLicenseeLastName

        public java.lang.String getLicenseeLastName()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseeLastName in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The licenseeLastName.
      • getLicenseeLastNameBytes

        public com.google.protobuf.ByteString getLicenseeLastNameBytes()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseeLastNameBytes in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The bytes for licenseeLastName.
      • setLicenseeLastName

        public LicenseVerificationArtifact.Builder setLicenseeLastName​(java.lang.String value)
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The licenseeLastName to set.
        Returns:
        This builder for chaining.
      • clearLicenseeLastName

        public LicenseVerificationArtifact.Builder clearLicenseeLastName()
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLicenseeLastNameBytes

        public LicenseVerificationArtifact.Builder setLicenseeLastNameBytes​(com.google.protobuf.ByteString value)
         Output only. Last name of the licensee.
         
        optional string licensee_last_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for licenseeLastName to set.
        Returns:
        This builder for chaining.
      • hasRejectionReason

        public boolean hasRejectionReason()
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasRejectionReason in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the rejectionReason field is set.
      • getRejectionReasonValue

        public int getRejectionReasonValue()
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRejectionReasonValue in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The enum numeric value on the wire for rejectionReason.
      • setRejectionReasonValue

        public LicenseVerificationArtifact.Builder setRejectionReasonValue​(int value)
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for rejectionReason to set.
        Returns:
        This builder for chaining.
      • clearRejectionReason

        public LicenseVerificationArtifact.Builder clearRejectionReason()
         Output only. License rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason rejection_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasLicenseDocumentReadonly

        public boolean hasLicenseDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLicenseDocumentReadonly in interface LicenseVerificationArtifactOrBuilder
        Returns:
        Whether the licenseDocumentReadonly field is set.
      • getLicenseDocumentReadonly

        public LocalServicesDocumentReadOnly getLicenseDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLicenseDocumentReadonly in interface LicenseVerificationArtifactOrBuilder
        Returns:
        The licenseDocumentReadonly.
      • setLicenseDocumentReadonly

        public LicenseVerificationArtifact.Builder setLicenseDocumentReadonly​(LocalServicesDocumentReadOnly value)
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setLicenseDocumentReadonly

        public LicenseVerificationArtifact.Builder setLicenseDocumentReadonly​(LocalServicesDocumentReadOnly.Builder builderForValue)
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeLicenseDocumentReadonly

        public LicenseVerificationArtifact.Builder mergeLicenseDocumentReadonly​(LocalServicesDocumentReadOnly value)
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearLicenseDocumentReadonly

        public LicenseVerificationArtifact.Builder clearLicenseDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLicenseDocumentReadonlyBuilder

        public LocalServicesDocumentReadOnly.Builder getLicenseDocumentReadonlyBuilder()
         Output only. The readonly field containing the information for an uploaded
         license document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUnknownFields

        public final LicenseVerificationArtifact.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LicenseVerificationArtifact.Builder>