com.google.ads.googleads.v17.resources.UserLocationViewOrBuilder 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/user_location_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface UserLocationViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.UserLocationView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the user location view.
* UserLocation view resource names have the form:
*
* `customers/{customer_id}/userLocationViews/{country_criterion_id}~{targeting_location}`
*
*
* 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 user location view.
* UserLocation view resource names have the form:
*
* `customers/{customer_id}/userLocationViews/{country_criterion_id}~{targeting_location}`
*
*
* 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. Criterion Id for the country.
*
*
* optional int64 country_criterion_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the countryCriterionId field is set.
*/
boolean hasCountryCriterionId();
/**
*
* Output only. Criterion Id for the country.
*
*
* optional int64 country_criterion_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The countryCriterionId.
*/
long getCountryCriterionId();
/**
*
* Output only. Indicates whether location was targeted or not.
*
*
* optional bool targeting_location = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetingLocation field is set.
*/
boolean hasTargetingLocation();
/**
*
* Output only. Indicates whether location was targeted or not.
*
*
* optional bool targeting_location = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetingLocation.
*/
boolean getTargetingLocation();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy