com.google.ads.googleads.v17.resources.GeoTargetConstantOrBuilder 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/geo_target_constant.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface GeoTargetConstantOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.GeoTargetConstant)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the geo target constant.
* Geo target constant resource names have the form:
*
* `geoTargetConstants/{geo_target_constant_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 geo target constant.
* Geo target constant resource names have the form:
*
* `geoTargetConstants/{geo_target_constant_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. The ID of the geo target constant.
*
*
* optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the geo target constant.
*
*
* optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. Geo target constant English name.
*
*
* optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* Output only. Geo target constant English name.
*
*
* optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. Geo target constant English name.
*
*
* optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. The ISO-3166-1 alpha-2 country code that is associated with
* the target.
*
*
* optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* Output only. The ISO-3166-1 alpha-2 country code that is associated with
* the target.
*
*
* optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Output only. The ISO-3166-1 alpha-2 country code that is associated with
* the target.
*
*
* optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* Output only. Geo target constant target type.
*
*
* optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetType field is set.
*/
boolean hasTargetType();
/**
*
* Output only. Geo target constant target type.
*
*
* optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetType.
*/
java.lang.String getTargetType();
/**
*
* Output only. Geo target constant target type.
*
*
* optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for targetType.
*/
com.google.protobuf.ByteString
getTargetTypeBytes();
/**
*
* Output only. Geo target constant status.
*
*
* .google.ads.googleads.v17.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. Geo target constant status.
*
*
* .google.ads.googleads.v17.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus getStatus();
/**
*
* Output only. The fully qualified English name, consisting of the target's
* name and that of its parent and country.
*
*
* optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the canonicalName field is set.
*/
boolean hasCanonicalName();
/**
*
* Output only. The fully qualified English name, consisting of the target's
* name and that of its parent and country.
*
*
* optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The canonicalName.
*/
java.lang.String getCanonicalName();
/**
*
* Output only. The fully qualified English name, consisting of the target's
* name and that of its parent and country.
*
*
* optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for canonicalName.
*/
com.google.protobuf.ByteString
getCanonicalNameBytes();
/**
*
* Output only. The resource name of the parent geo target constant.
* Geo target constant resource names have the form:
*
* `geoTargetConstants/{parent_geo_target_constant_id}`
*
*
* optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the parentGeoTarget field is set.
*/
boolean hasParentGeoTarget();
/**
*
* Output only. The resource name of the parent geo target constant.
* Geo target constant resource names have the form:
*
* `geoTargetConstants/{parent_geo_target_constant_id}`
*
*
* optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The parentGeoTarget.
*/
java.lang.String getParentGeoTarget();
/**
*
* Output only. The resource name of the parent geo target constant.
* Geo target constant resource names have the form:
*
* `geoTargetConstants/{parent_geo_target_constant_id}`
*
*
* optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for parentGeoTarget.
*/
com.google.protobuf.ByteString
getParentGeoTargetBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy