public interface TermsOfServiceAgreementStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccepted()
public abstract Accepted getAccepted()Optional. The accepted terms of service of this kind and for the associated region_code
optional .google.shopping.merchant.accounts.v1.Accepted accepted = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Accepted |
The accepted. |
getAcceptedOrBuilder()
public abstract AcceptedOrBuilder getAcceptedOrBuilder()Optional. The accepted terms of service of this kind and for the associated region_code
optional .google.shopping.merchant.accounts.v1.Accepted accepted = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AcceptedOrBuilder |
|
getName()
public abstract String getName() Identifier. The resource name of the terms of service version.
Format: accounts/{account}/termsOfServiceAgreementState/{identifier}
The identifier format is:
{TermsOfServiceKind}-{country}
For example, an identifier could be: MERCHANT_CENTER-EU or
MERCHANT_CENTER-US.
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 terms of service version.
Format: accounts/{account}/termsOfServiceAgreementState/{identifier}
The identifier format is:
{TermsOfServiceKind}-{country}
For example, an identifier could be: MERCHANT_CENTER-EU or
MERCHANT_CENTER-US.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRegionCode()
public abstract String getRegionCode()Required. Region code as defined by https://cldr.unicode.org/. This is the country the current state applies to.
string region_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()Required. Region code as defined by https://cldr.unicode.org/. This is the country the current state applies to.
string region_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regionCode. |
getRequired()
public abstract Required getRequired()Optional. The required terms of service
optional .google.shopping.merchant.accounts.v1.Required required = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Required |
The required. |
getRequiredOrBuilder()
public abstract RequiredOrBuilder getRequiredOrBuilder()Optional. The required terms of service
optional .google.shopping.merchant.accounts.v1.Required required = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RequiredOrBuilder |
|
getTermsOfServiceKind()
public abstract TermsOfServiceKind getTermsOfServiceKind()Required. Terms of Service kind associated with the particular version.
.google.shopping.merchant.accounts.v1.TermsOfServiceKind terms_of_service_kind = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TermsOfServiceKind |
The termsOfServiceKind. |
getTermsOfServiceKindValue()
public abstract int getTermsOfServiceKindValue()Required. Terms of Service kind associated with the particular version.
.google.shopping.merchant.accounts.v1.TermsOfServiceKind terms_of_service_kind = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for termsOfServiceKind. |
hasAccepted()
public abstract boolean hasAccepted()Optional. The accepted terms of service of this kind and for the associated region_code
optional .google.shopping.merchant.accounts.v1.Accepted accepted = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accepted field is set. |
hasRequired()
public abstract boolean hasRequired()Optional. The required terms of service
optional .google.shopping.merchant.accounts.v1.Required required = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the required field is set. |