Interface CallViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CallView,CallView.Builder
public interface CallViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCallDurationSeconds()Output only.java.lang.StringgetCallerAreaCode()Output only.com.google.protobuf.ByteStringgetCallerAreaCodeBytes()Output only.java.lang.StringgetCallerCountryCode()Output only.com.google.protobuf.ByteStringgetCallerCountryCodeBytes()Output only.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatusgetCallStatus()Output only.intgetCallStatusValue()Output only.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocationgetCallTrackingDisplayLocation()Output only.intgetCallTrackingDisplayLocationValue()Output only.java.lang.StringgetEndCallDateTime()Output only.com.google.protobuf.ByteStringgetEndCallDateTimeBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetStartCallDateTime()Output only.com.google.protobuf.ByteStringgetStartCallDateTimeBytes()Output only.CallTypeEnum.CallTypegetType()Output only.intgetTypeValue()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the call view. Call view resource names have the form: `customers/{customer_id}/callViews/{call_detail_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the call view. Call view resource names have the form: `customers/{customer_id}/callViews/{call_detail_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getCallerCountryCode
java.lang.String getCallerCountryCode()
Output only. Country code of the caller.
string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callerCountryCode.
-
getCallerCountryCodeBytes
com.google.protobuf.ByteString getCallerCountryCodeBytes()
Output only. Country code of the caller.
string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for callerCountryCode.
-
getCallerAreaCode
java.lang.String getCallerAreaCode()
Output only. Area code of the caller. Null if the call duration is shorter than 15 seconds.
string caller_area_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callerAreaCode.
-
getCallerAreaCodeBytes
com.google.protobuf.ByteString getCallerAreaCodeBytes()
Output only. Area code of the caller. Null if the call duration is shorter than 15 seconds.
string caller_area_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for callerAreaCode.
-
getCallDurationSeconds
long getCallDurationSeconds()
Output only. The advertiser-provided call duration in seconds.
int64 call_duration_seconds = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callDurationSeconds.
-
getStartCallDateTime
java.lang.String getStartCallDateTime()
Output only. The advertiser-provided call start date time.
string start_call_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The startCallDateTime.
-
getStartCallDateTimeBytes
com.google.protobuf.ByteString getStartCallDateTimeBytes()
Output only. The advertiser-provided call start date time.
string start_call_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for startCallDateTime.
-
getEndCallDateTime
java.lang.String getEndCallDateTime()
Output only. The advertiser-provided call end date time.
string end_call_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The endCallDateTime.
-
getEndCallDateTimeBytes
com.google.protobuf.ByteString getEndCallDateTimeBytes()
Output only. The advertiser-provided call end date time.
string end_call_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for endCallDateTime.
-
getCallTrackingDisplayLocationValue
int getCallTrackingDisplayLocationValue()
Output only. The call tracking display location.
.google.ads.googleads.v10.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for callTrackingDisplayLocation.
-
getCallTrackingDisplayLocation
CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation getCallTrackingDisplayLocation()
Output only. The call tracking display location.
.google.ads.googleads.v10.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callTrackingDisplayLocation.
-
getTypeValue
int getTypeValue()
Output only. The type of the call.
.google.ads.googleads.v10.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for type.
-
getType
CallTypeEnum.CallType getType()
Output only. The type of the call.
.google.ads.googleads.v10.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The type.
-
getCallStatusValue
int getCallStatusValue()
Output only. The status of the call.
.google.ads.googleads.v10.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for callStatus.
-
getCallStatus
GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus getCallStatus()
Output only. The status of the call.
.google.ads.googleads.v10.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callStatus.
-
-