public static final class AcceptTermsOfServiceRequest.Builder extends GeneratedMessage.Builder<AcceptTermsOfServiceRequest.Builder> implements AcceptTermsOfServiceRequestOrBuilder Request message for the AcceptTermsOfService method.
Protobuf type google.shopping.merchant.accounts.v1.AcceptTermsOfServiceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AcceptTermsOfServiceRequest.BuilderImplements
AcceptTermsOfServiceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AcceptTermsOfServiceRequest build()| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest |
|
buildPartial()
public AcceptTermsOfServiceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest |
|
clear()
public AcceptTermsOfServiceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
|
clearAccount()
public AcceptTermsOfServiceRequest.Builder clearAccount() Required. The account for which to accept the ToS.
Format: accounts/{account}
string account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
clearName()
public AcceptTermsOfServiceRequest.Builder clearName() Required. The resource name of the terms of service version.
Format: termsOfService/{version}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
clearRegionCode()
public AcceptTermsOfServiceRequest.Builder clearRegionCode()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 = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
getAccount()
public String getAccount() Required. The account for which to accept the ToS.
Format: accounts/{account}
string account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The account. |
getAccountBytes()
public ByteString getAccountBytes() Required. The account for which to accept the ToS.
Format: accounts/{account}
string account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for account. |
getDefaultInstanceForType()
public AcceptTermsOfServiceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The resource name of the terms of service version.
Format: termsOfService/{version}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name of the terms of service version.
Format: termsOfService/{version}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRegionCode()
public 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 = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public 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 = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regionCode. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AcceptTermsOfServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AcceptTermsOfServiceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
|
mergeFrom(AcceptTermsOfServiceRequest other)
public AcceptTermsOfServiceRequest.Builder mergeFrom(AcceptTermsOfServiceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AcceptTermsOfServiceRequest |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
|
setAccount(String value)
public AcceptTermsOfServiceRequest.Builder setAccount(String value) Required. The account for which to accept the ToS.
Format: accounts/{account}
string account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe account to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
setAccountBytes(ByteString value)
public AcceptTermsOfServiceRequest.Builder setAccountBytes(ByteString value) Required. The account for which to accept the ToS.
Format: accounts/{account}
string account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for account to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
setName(String value)
public AcceptTermsOfServiceRequest.Builder setName(String value) Required. The resource name of the terms of service version.
Format: termsOfService/{version}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public AcceptTermsOfServiceRequest.Builder setNameBytes(ByteString value) Required. The resource name of the terms of service version.
Format: termsOfService/{version}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
setRegionCode(String value)
public AcceptTermsOfServiceRequest.Builder setRegionCode(String value)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 = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe regionCode to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |
setRegionCodeBytes(ByteString value)
public AcceptTermsOfServiceRequest.Builder setRegionCodeBytes(ByteString value)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 = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for regionCode to set. |
| Returns | |
|---|---|
| Type | Description |
AcceptTermsOfServiceRequest.Builder |
This builder for chaining. |