Class CallConversionResult.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CallConversionResult.Builder>
com.google.ads.googleads.v18.services.CallConversionResult.Builder
All Implemented Interfaces:
CallConversionResultOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
CallConversionResult

public static final class CallConversionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CallConversionResult.Builder> implements CallConversionResultOrBuilder
 Identifying information for a successfully processed CallConversionUpload.
 
Protobuf type google.ads.googleads.v18.services.CallConversionResult
  • Method Details

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

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

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

      public CallConversionResult buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<CallConversionResult.Builder>
    • setField

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

      public CallConversionResult.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<CallConversionResult.Builder>
    • clearOneof

      public CallConversionResult.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<CallConversionResult.Builder>
    • setRepeatedField

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

      public CallConversionResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CallConversionResult.Builder>
    • mergeFrom

      public CallConversionResult.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CallConversionResult.Builder>
    • mergeFrom

    • isInitialized

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

      public CallConversionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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<CallConversionResult.Builder>
      Throws:
      IOException
    • hasCallerId

      public boolean hasCallerId()
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Specified by:
      hasCallerId in interface CallConversionResultOrBuilder
      Returns:
      Whether the callerId field is set.
    • getCallerId

      public String getCallerId()
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Specified by:
      getCallerId in interface CallConversionResultOrBuilder
      Returns:
      The callerId.
    • getCallerIdBytes

      public com.google.protobuf.ByteString getCallerIdBytes()
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Specified by:
      getCallerIdBytes in interface CallConversionResultOrBuilder
      Returns:
      The bytes for callerId.
    • setCallerId

      public CallConversionResult.Builder setCallerId(String value)
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Parameters:
      value - The callerId to set.
      Returns:
      This builder for chaining.
    • clearCallerId

      public CallConversionResult.Builder clearCallerId()
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Returns:
      This builder for chaining.
    • setCallerIdBytes

      public CallConversionResult.Builder setCallerIdBytes(com.google.protobuf.ByteString value)
       The caller id from which this call was placed. Caller id is expected to be
       in E.164 format with preceding '+' sign.
       
      optional string caller_id = 5;
      Parameters:
      value - The bytes for callerId to set.
      Returns:
      This builder for chaining.
    • hasCallStartDateTime

      public boolean hasCallStartDateTime()
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Specified by:
      hasCallStartDateTime in interface CallConversionResultOrBuilder
      Returns:
      Whether the callStartDateTime field is set.
    • getCallStartDateTime

      public String getCallStartDateTime()
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Specified by:
      getCallStartDateTime in interface CallConversionResultOrBuilder
      Returns:
      The callStartDateTime.
    • getCallStartDateTimeBytes

      public com.google.protobuf.ByteString getCallStartDateTimeBytes()
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Specified by:
      getCallStartDateTimeBytes in interface CallConversionResultOrBuilder
      Returns:
      The bytes for callStartDateTime.
    • setCallStartDateTime

      public CallConversionResult.Builder setCallStartDateTime(String value)
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Parameters:
      value - The callStartDateTime to set.
      Returns:
      This builder for chaining.
    • clearCallStartDateTime

      public CallConversionResult.Builder clearCallStartDateTime()
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Returns:
      This builder for chaining.
    • setCallStartDateTimeBytes

      public CallConversionResult.Builder setCallStartDateTimeBytes(com.google.protobuf.ByteString value)
       The date time at which the call occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string call_start_date_time = 6;
      Parameters:
      value - The bytes for callStartDateTime to set.
      Returns:
      This builder for chaining.
    • hasConversionAction

      public boolean hasConversionAction()
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Specified by:
      hasConversionAction in interface CallConversionResultOrBuilder
      Returns:
      Whether the conversionAction field is set.
    • getConversionAction

      public String getConversionAction()
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Specified by:
      getConversionAction in interface CallConversionResultOrBuilder
      Returns:
      The conversionAction.
    • getConversionActionBytes

      public com.google.protobuf.ByteString getConversionActionBytes()
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Specified by:
      getConversionActionBytes in interface CallConversionResultOrBuilder
      Returns:
      The bytes for conversionAction.
    • setConversionAction

      public CallConversionResult.Builder setConversionAction(String value)
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Parameters:
      value - The conversionAction to set.
      Returns:
      This builder for chaining.
    • clearConversionAction

      public CallConversionResult.Builder clearConversionAction()
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Returns:
      This builder for chaining.
    • setConversionActionBytes

      public CallConversionResult.Builder setConversionActionBytes(com.google.protobuf.ByteString value)
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Parameters:
      value - The bytes for conversionAction to set.
      Returns:
      This builder for chaining.
    • hasConversionDateTime

      public boolean hasConversionDateTime()
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Specified by:
      hasConversionDateTime in interface CallConversionResultOrBuilder
      Returns:
      Whether the conversionDateTime field is set.
    • getConversionDateTime

      public String getConversionDateTime()
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Specified by:
      getConversionDateTime in interface CallConversionResultOrBuilder
      Returns:
      The conversionDateTime.
    • getConversionDateTimeBytes

      public com.google.protobuf.ByteString getConversionDateTimeBytes()
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Specified by:
      getConversionDateTimeBytes in interface CallConversionResultOrBuilder
      Returns:
      The bytes for conversionDateTime.
    • setConversionDateTime

      public CallConversionResult.Builder setConversionDateTime(String value)
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Parameters:
      value - The conversionDateTime to set.
      Returns:
      This builder for chaining.
    • clearConversionDateTime

      public CallConversionResult.Builder clearConversionDateTime()
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Returns:
      This builder for chaining.
    • setConversionDateTimeBytes

      public CallConversionResult.Builder setConversionDateTimeBytes(com.google.protobuf.ByteString value)
       The date time at which the conversion occurred. The format is
       "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
       
      optional string conversion_date_time = 8;
      Parameters:
      value - The bytes for conversionDateTime to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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