Class GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>
      • clear

        public GranularInsuranceStatus.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>
      • getDefaultInstanceForType

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

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

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

        public GranularInsuranceStatus.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GranularInsuranceStatus.Builder>
      • setField

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

        public GranularInsuranceStatus.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GranularInsuranceStatus.Builder>
      • clearOneof

        public GranularInsuranceStatus.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GranularInsuranceStatus.Builder>
      • setRepeatedField

        public GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>
      • addRepeatedField

        public GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>
      • isInitialized

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

        public GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>
        Throws:
        java.io.IOException
      • hasGeoCriterionId

        public boolean hasGeoCriterionId()
         Output only. Geotarget criterion ID associated with the status. Can be on
         country or state/province geo level, depending on requirements and
         location. See https://developers.google.com/google-ads/api/data/geotargets
         for more information.
         
        optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasGeoCriterionId in interface GranularInsuranceStatusOrBuilder
        Returns:
        Whether the geoCriterionId field is set.
      • getGeoCriterionId

        public long getGeoCriterionId()
         Output only. Geotarget criterion ID associated with the status. Can be on
         country or state/province geo level, depending on requirements and
         location. See https://developers.google.com/google-ads/api/data/geotargets
         for more information.
         
        optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getGeoCriterionId in interface GranularInsuranceStatusOrBuilder
        Returns:
        The geoCriterionId.
      • setGeoCriterionId

        public GranularInsuranceStatus.Builder setGeoCriterionId​(long value)
         Output only. Geotarget criterion ID associated with the status. Can be on
         country or state/province geo level, depending on requirements and
         location. See https://developers.google.com/google-ads/api/data/geotargets
         for more information.
         
        optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The geoCriterionId to set.
        Returns:
        This builder for chaining.
      • clearGeoCriterionId

        public GranularInsuranceStatus.Builder clearGeoCriterionId()
         Output only. Geotarget criterion ID associated with the status. Can be on
         country or state/province geo level, depending on requirements and
         location. See https://developers.google.com/google-ads/api/data/geotargets
         for more information.
         
        optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasCategoryId

        public boolean hasCategoryId()
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCategoryId in interface GranularInsuranceStatusOrBuilder
        Returns:
        Whether the categoryId field is set.
      • getCategoryId

        public java.lang.String getCategoryId()
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCategoryId in interface GranularInsuranceStatusOrBuilder
        Returns:
        The categoryId.
      • getCategoryIdBytes

        public com.google.protobuf.ByteString getCategoryIdBytes()
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCategoryIdBytes in interface GranularInsuranceStatusOrBuilder
        Returns:
        The bytes for categoryId.
      • setCategoryId

        public GranularInsuranceStatus.Builder setCategoryId​(java.lang.String value)
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The categoryId to set.
        Returns:
        This builder for chaining.
      • clearCategoryId

        public GranularInsuranceStatus.Builder clearCategoryId()
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCategoryIdBytes

        public GranularInsuranceStatus.Builder setCategoryIdBytes​(com.google.protobuf.ByteString value)
         Output only. Service category associated with the status. For example,
         xcat:service_area_business_plumber.
         For more details see:
         https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
         
        optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for categoryId to set.
        Returns:
        This builder for chaining.
      • hasVerificationStatus

        public boolean hasVerificationStatus()
         Output only. Granular insurance status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasVerificationStatus in interface GranularInsuranceStatusOrBuilder
        Returns:
        Whether the verificationStatus field is set.
      • getVerificationStatusValue

        public int getVerificationStatusValue()
         Output only. Granular insurance status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getVerificationStatusValue in interface GranularInsuranceStatusOrBuilder
        Returns:
        The enum numeric value on the wire for verificationStatus.
      • setVerificationStatusValue

        public GranularInsuranceStatus.Builder setVerificationStatusValue​(int value)
         Output only. Granular insurance status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for verificationStatus to set.
        Returns:
        This builder for chaining.
      • setVerificationStatus

        public GranularInsuranceStatus.Builder setVerificationStatus​(LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus value)
         Output only. Granular insurance status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The verificationStatus to set.
        Returns:
        This builder for chaining.
      • clearVerificationStatus

        public GranularInsuranceStatus.Builder clearVerificationStatus()
         Output only. Granular insurance status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final GranularInsuranceStatus.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<GranularInsuranceStatus.Builder>