Interface CallConversionResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CallConversionResult, CallConversionResult.Builder

public interface CallConversionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The caller id from which this call was placed.
    com.google.protobuf.ByteString
    The caller id from which this call was placed.
    The date time at which the call occurred.
    com.google.protobuf.ByteString
    The date time at which the call occurred.
    Resource name of the conversion action associated with this conversion.
    com.google.protobuf.ByteString
    Resource name of the conversion action associated with this conversion.
    The date time at which the conversion occurred.
    com.google.protobuf.ByteString
    The date time at which the conversion occurred.
    boolean
    The caller id from which this call was placed.
    boolean
    The date time at which the call occurred.
    boolean
    Resource name of the conversion action associated with this conversion.
    boolean
    The date time at which the conversion occurred.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCallerId

      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;
      Returns:
      Whether the callerId field is set.
    • getCallerId

      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;
      Returns:
      The callerId.
    • getCallerIdBytes

      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;
      Returns:
      The bytes for callerId.
    • hasCallStartDateTime

      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;
      Returns:
      Whether the callStartDateTime field is set.
    • getCallStartDateTime

      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;
      Returns:
      The callStartDateTime.
    • getCallStartDateTimeBytes

      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;
      Returns:
      The bytes for callStartDateTime.
    • hasConversionAction

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

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

      com.google.protobuf.ByteString getConversionActionBytes()
       Resource name of the conversion action associated with this conversion.
       
      optional string conversion_action = 7;
      Returns:
      The bytes for conversionAction.
    • hasConversionDateTime

      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;
      Returns:
      Whether the conversionDateTime field is set.
    • getConversionDateTime

      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;
      Returns:
      The conversionDateTime.
    • getConversionDateTimeBytes

      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;
      Returns:
      The bytes for conversionDateTime.