com.google.ads.googleads.v17.common.MapsLocationSetOrBuilder 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/common/asset_set_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface MapsLocationSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.MapsLocationSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. A list of maps location info that user manually synced in.
*
*
* repeated .google.ads.googleads.v17.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
getMapsLocationsList();
/**
*
* Required. A list of maps location info that user manually synced in.
*
*
* repeated .google.ads.googleads.v17.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.MapsLocationInfo getMapsLocations(int index);
/**
*
* Required. A list of maps location info that user manually synced in.
*
*
* repeated .google.ads.googleads.v17.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
*/
int getMapsLocationsCount();
/**
*
* Required. A list of maps location info that user manually synced in.
*
*
* repeated .google.ads.googleads.v17.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.google.ads.googleads.v17.common.MapsLocationInfoOrBuilder>
getMapsLocationsOrBuilderList();
/**
*
* Required. A list of maps location info that user manually synced in.
*
*
* repeated .google.ads.googleads.v17.common.MapsLocationInfo maps_locations = 1 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.MapsLocationInfoOrBuilder getMapsLocationsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy