Interface OnDisplayToOrderOrBuilder (0.20.0)

public interface OnDisplayToOrderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract ReviewState.State getState()

Output only. The state of the URI.

.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 URI.

.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. The on display to order (ODO) policy URI.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Required. The on display to order (ODO) policy URI.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for uri.