public interface RetrieveLatestTermsOfServiceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKind()
public abstract TermsOfServiceKind getKind()
Required. The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TermsOfServiceKind |
The kind. |
getKindValue()
public abstract int getKindValue()
Required. The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for kind. |
getRegionCode()
public abstract String getRegionCode()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for regionCode. |