public interface PickupOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getState()
public abstract ReviewState.State getState()
Output only. The state of the pickup serving.
.google.shopping.merchant.accounts.v1beta.ReviewState.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ReviewState.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The state of the pickup serving.
.google.shopping.merchant.accounts.v1beta.ReviewState.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getUri()
public abstract String getUri()
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. Pickup product page URI. It is only used for the review of pickup serving. This URI domain should match with the business's homepage.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |