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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCallerId()
      The caller id from which this call was placed.
      com.google.protobuf.ByteString getCallerIdBytes()
      The caller id from which this call was placed.
      java.lang.String getCallStartDateTime()
      The date time at which the call occurred.
      com.google.protobuf.ByteString getCallStartDateTimeBytes()
      The date time at which the call occurred.
      java.lang.String getConversionAction()
      Resource name of the conversion action associated with this conversion.
      com.google.protobuf.ByteString getConversionActionBytes()
      Resource name of the conversion action associated with this conversion.
      java.lang.String getConversionDateTime()
      The date time at which the conversion occurred.
      com.google.protobuf.ByteString getConversionDateTimeBytes()
      The date time at which the conversion occurred.
      boolean hasCallerId()
      The caller id from which this call was placed.
      boolean hasCallStartDateTime()
      The date time at which the call occurred.
      boolean hasConversionAction()
      Resource name of the conversion action associated with this conversion.
      boolean hasConversionDateTime()
      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 Detail

      • 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

        java.lang.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", e.g. "2019-01-01 12:32:45-08:00".
         
        optional string call_start_date_time = 6;
        Returns:
        Whether the callStartDateTime field is set.
      • getCallStartDateTime

        java.lang.String getCallStartDateTime()
         The date time at which the call occurred. The format is
         "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "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", e.g. "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

        java.lang.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", e.g. "2019-01-01 12:32:45-08:00".
         
        optional string conversion_date_time = 8;
        Returns:
        Whether the conversionDateTime field is set.
      • getConversionDateTime

        java.lang.String getConversionDateTime()
         The date time at which the conversion occurred. The format is
         "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "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", e.g. "2019-01-01 12:32:45-08:00".
         
        optional string conversion_date_time = 8;
        Returns:
        The bytes for conversionDateTime.