public interface RetrieveLatestTermsOfServiceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKind()
public abstract TermsOfServiceKind getKind()
The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 2;
Returns | |
---|---|
Type | Description |
TermsOfServiceKind |
The kind. |
getKindValue()
public abstract int getKindValue()
The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for kind. |
getRegionCode()
public abstract String getRegionCode()
Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.
string region_code = 1;
Returns | |
---|---|
Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()
Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.
string region_code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for regionCode. |