com.google.ads.googleads.v16.common.LocationSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v16 Show documentation
Show all versions of google-ads-stubs-v16 Show documentation
Stubs for GAAPI version google-ads-stubs-v16
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v16/common/asset_set_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v16.common;
public interface LocationSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.common.LocationSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. Immutable. Location Ownership Type (owned location or affiliate
* location).
*
*
* .google.ads.googleads.v16.enums.LocationOwnershipTypeEnum.LocationOwnershipType location_ownership_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for locationOwnershipType.
*/
int getLocationOwnershipTypeValue();
/**
*
* Required. Immutable. Location Ownership Type (owned location or affiliate
* location).
*
*
* .google.ads.googleads.v16.enums.LocationOwnershipTypeEnum.LocationOwnershipType location_ownership_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The locationOwnershipType.
*/
com.google.ads.googleads.v16.enums.LocationOwnershipTypeEnum.LocationOwnershipType getLocationOwnershipType();
/**
*
* Data used to configure a location set populated from Google Business
* Profile locations.
*
*
* .google.ads.googleads.v16.common.BusinessProfileLocationSet business_profile_location_set = 1;
* @return Whether the businessProfileLocationSet field is set.
*/
boolean hasBusinessProfileLocationSet();
/**
*
* Data used to configure a location set populated from Google Business
* Profile locations.
*
*
* .google.ads.googleads.v16.common.BusinessProfileLocationSet business_profile_location_set = 1;
* @return The businessProfileLocationSet.
*/
com.google.ads.googleads.v16.common.BusinessProfileLocationSet getBusinessProfileLocationSet();
/**
*
* Data used to configure a location set populated from Google Business
* Profile locations.
*
*
* .google.ads.googleads.v16.common.BusinessProfileLocationSet business_profile_location_set = 1;
*/
com.google.ads.googleads.v16.common.BusinessProfileLocationSetOrBuilder getBusinessProfileLocationSetOrBuilder();
/**
*
* Data used to configure a location on chain set populated with the
* specified chains.
*
*
* .google.ads.googleads.v16.common.ChainSet chain_location_set = 2;
* @return Whether the chainLocationSet field is set.
*/
boolean hasChainLocationSet();
/**
*
* Data used to configure a location on chain set populated with the
* specified chains.
*
*
* .google.ads.googleads.v16.common.ChainSet chain_location_set = 2;
* @return The chainLocationSet.
*/
com.google.ads.googleads.v16.common.ChainSet getChainLocationSet();
/**
*
* Data used to configure a location on chain set populated with the
* specified chains.
*
*
* .google.ads.googleads.v16.common.ChainSet chain_location_set = 2;
*/
com.google.ads.googleads.v16.common.ChainSetOrBuilder getChainLocationSetOrBuilder();
/**
*
* Only set if locations are synced based on selected maps locations
*
*
* .google.ads.googleads.v16.common.MapsLocationSet maps_location_set = 5;
* @return Whether the mapsLocationSet field is set.
*/
boolean hasMapsLocationSet();
/**
*
* Only set if locations are synced based on selected maps locations
*
*
* .google.ads.googleads.v16.common.MapsLocationSet maps_location_set = 5;
* @return The mapsLocationSet.
*/
com.google.ads.googleads.v16.common.MapsLocationSet getMapsLocationSet();
/**
*
* Only set if locations are synced based on selected maps locations
*
*
* .google.ads.googleads.v16.common.MapsLocationSet maps_location_set = 5;
*/
com.google.ads.googleads.v16.common.MapsLocationSetOrBuilder getMapsLocationSetOrBuilder();
com.google.ads.googleads.v16.common.LocationSet.SourceCase getSourceCase();
}