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

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

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

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

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

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

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

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

        public int getMatchRateRangeValue()
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v14.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMatchRateRangeValue in interface OfflineUserDataJobMetadataOrBuilder
        Returns:
        The enum numeric value on the wire for matchRateRange.
      • setMatchRateRangeValue

        public OfflineUserDataJobMetadata.Builder setMatchRateRangeValue​(int value)
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v14.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for matchRateRange to set.
        Returns:
        This builder for chaining.
      • getMatchRateRange

        public OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange getMatchRateRange()
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v14.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMatchRateRange in interface OfflineUserDataJobMetadataOrBuilder
        Returns:
        The matchRateRange.
      • setMatchRateRange

        public OfflineUserDataJobMetadata.Builder setMatchRateRange​(OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange value)
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v14.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The matchRateRange to set.
        Returns:
        This builder for chaining.
      • clearMatchRateRange

        public OfflineUserDataJobMetadata.Builder clearMatchRateRange()
         Output only. Match rate of the Customer Match user list upload. Describes
         the estimated match rate when the status of the job is "RUNNING" and final
         match rate when the final match rate is available after the status of the
         job is "SUCCESS/FAILED".
         
        .google.ads.googleads.v14.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange match_rate_range = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final OfflineUserDataJobMetadata.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<OfflineUserDataJobMetadata.Builder>
      • mergeUnknownFields

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