com.google.ads.googleads.v17.resources.CallViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/call_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CallViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CallView)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Country code of the caller.
*
*
* string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The callerCountryCode.
*/
java.lang.String getCallerCountryCode();
/**
*
* Output only. Country code of the caller.
*
*
* string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for callerCountryCode.
*/
com.google.protobuf.ByteString
getCallerCountryCodeBytes();
/**
*
* 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];
* @return The callerAreaCode.
*/
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];
* @return The bytes for callerAreaCode.
*/
com.google.protobuf.ByteString
getCallerAreaCodeBytes();
/**
*
* Output only. The advertiser-provided call duration in seconds.
*
*
* int64 call_duration_seconds = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The callDurationSeconds.
*/
long getCallDurationSeconds();
/**
*
* Output only. The advertiser-provided call start date time.
*
*
* string start_call_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The startCallDateTime.
*/
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];
* @return The bytes for startCallDateTime.
*/
com.google.protobuf.ByteString
getStartCallDateTimeBytes();
/**
*
* Output only. The advertiser-provided call end date time.
*
*
* string end_call_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The endCallDateTime.
*/
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];
* @return The bytes for endCallDateTime.
*/
com.google.protobuf.ByteString
getEndCallDateTimeBytes();
/**
*
* Output only. The call tracking display location.
*
*
* .google.ads.googleads.v17.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for callTrackingDisplayLocation.
*/
int getCallTrackingDisplayLocationValue();
/**
*
* Output only. The call tracking display location.
*
*
* .google.ads.googleads.v17.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The callTrackingDisplayLocation.
*/
com.google.ads.googleads.v17.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation getCallTrackingDisplayLocation();
/**
*
* Output only. The type of the call.
*
*
* .google.ads.googleads.v17.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The type of the call.
*
*
* .google.ads.googleads.v17.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.CallTypeEnum.CallType getType();
/**
*
* Output only. The status of the call.
*
*
* .google.ads.googleads.v17.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for callStatus.
*/
int getCallStatusValue();
/**
*
* Output only. The status of the call.
*
*
* .google.ads.googleads.v17.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The callStatus.
*/
com.google.ads.googleads.v17.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus getCallStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy