com.google.ads.googleads.v17.common.BusinessProfileLocationOrBuilder 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_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface BusinessProfileLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.BusinessProfileLocation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Advertiser specified label for the location on the Business Profile
* account. This is synced from the Business Profile account.
*
*
* repeated string labels = 1;
* @return A list containing the labels.
*/
java.util.List
getLabelsList();
/**
*
* Advertiser specified label for the location on the Business Profile
* account. This is synced from the Business Profile account.
*
*
* repeated string labels = 1;
* @return The count of labels.
*/
int getLabelsCount();
/**
*
* Advertiser specified label for the location on the Business Profile
* account. This is synced from the Business Profile account.
*
*
* repeated string labels = 1;
* @param index The index of the element to return.
* @return The labels at the given index.
*/
java.lang.String getLabels(int index);
/**
*
* Advertiser specified label for the location on the Business Profile
* account. This is synced from the Business Profile account.
*
*
* repeated string labels = 1;
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
com.google.protobuf.ByteString
getLabelsBytes(int index);
/**
*
* Business Profile store code of this location. This is synced from the
* Business Profile account.
*
*
* string store_code = 2;
* @return The storeCode.
*/
java.lang.String getStoreCode();
/**
*
* Business Profile store code of this location. This is synced from the
* Business Profile account.
*
*
* string store_code = 2;
* @return The bytes for storeCode.
*/
com.google.protobuf.ByteString
getStoreCodeBytes();
/**
*
* Listing ID of this Business Profile location. This is synced from the
* linked Business Profile account.
*
*
* int64 listing_id = 3;
* @return The listingId.
*/
long getListingId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy