public interface HomepageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClaimed()
public abstract boolean getClaimed()
Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.
bool claimed = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The claimed. |
getName()
public abstract String getName()
Identifier. The resource name of the store's homepage.
Format: accounts/{account}/homepage
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The resource name of the store's homepage.
Format: accounts/{account}/homepage
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUri()
public abstract String getUri()
Required. The URI (typically a URL) of the store's homepage.
optional string uri = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. The URI (typically a URL) of the store's homepage.
optional string uri = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasUri()
public abstract boolean hasUri()
Required. The URI (typically a URL) of the store's homepage.
optional string uri = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the uri field is set. |