com.google.ads.googleads.v17.services.BrandSuggestionOrBuilder 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/services/brand_suggestion_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface BrandSuggestionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.BrandSuggestion)
com.google.protobuf.MessageOrBuilder {
/**
*
* Id for the brand. It would be CKG MID for verified/global scoped brands.
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* Id for the brand. It would be CKG MID for verified/global scoped brands.
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* Name of the brand.
*
*
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
*
* Name of the brand.
*
*
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Urls which uniquely identify the brand.
*
*
* repeated string urls = 3;
* @return A list containing the urls.
*/
java.util.List
getUrlsList();
/**
*
* Urls which uniquely identify the brand.
*
*
* repeated string urls = 3;
* @return The count of urls.
*/
int getUrlsCount();
/**
*
* Urls which uniquely identify the brand.
*
*
* repeated string urls = 3;
* @param index The index of the element to return.
* @return The urls at the given index.
*/
java.lang.String getUrls(int index);
/**
*
* Urls which uniquely identify the brand.
*
*
* repeated string urls = 3;
* @param index The index of the value to return.
* @return The bytes of the urls at the given index.
*/
com.google.protobuf.ByteString
getUrlsBytes(int index);
/**
*
* Current state of the brand.
*
*
* .google.ads.googleads.v17.enums.BrandStateEnum.BrandState state = 4;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
* Current state of the brand.
*
*
* .google.ads.googleads.v17.enums.BrandStateEnum.BrandState state = 4;
* @return The state.
*/
com.google.ads.googleads.v17.enums.BrandStateEnum.BrandState getState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy