Interface BrandSuggestionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrandSuggestion,BrandSuggestion.Builder
public interface BrandSuggestionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Id for the brand.com.google.protobuf.ByteStringId for the brand.getName()Name of the brand.com.google.protobuf.ByteStringName of the brand.getState()Current state of the brand.intCurrent state of the brand.getUrls(int index) Urls which uniquely identify the brand.com.google.protobuf.ByteStringgetUrlsBytes(int index) Urls which uniquely identify the brand.intUrls which uniquely identify the brand.Urls which uniquely identify the brand.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()Id for the brand. It would be CKG MID for verified/global scoped brands.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Id for the brand. It would be CKG MID for verified/global scoped brands.
string id = 1;- Returns:
- The bytes for id.
-
getName
String getName()Name of the brand.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the brand.
string name = 2;- Returns:
- The bytes for name.
-
getUrlsList
Urls which uniquely identify the brand.
repeated string urls = 3;- Returns:
- A list containing the urls.
-
getUrlsCount
int getUrlsCount()Urls which uniquely identify the brand.
repeated string urls = 3;- Returns:
- The count of urls.
-
getUrls
Urls which uniquely identify the brand.
repeated string urls = 3;- Parameters:
index- The index of the element to return.- Returns:
- The urls at the given index.
-
getUrlsBytes
com.google.protobuf.ByteString getUrlsBytes(int index) Urls which uniquely identify the brand.
repeated string urls = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the urls at the given index.
-
getStateValue
int getStateValue()Current state of the brand.
.google.ads.googleads.v18.enums.BrandStateEnum.BrandState state = 4;- Returns:
- The enum numeric value on the wire for state.
-
getState
BrandStateEnum.BrandState getState()Current state of the brand.
.google.ads.googleads.v18.enums.BrandStateEnum.BrandState state = 4;- Returns:
- The state.
-