Class CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder (1.11.0)

public static final class CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder extends GeneratedMessage.Builder<CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder> implements CreateAndConfigureAccountRequest.AcceptTermsOfServiceOrBuilder

Reference to a Terms of Service resource.

Protobuf type google.shopping.merchant.accounts.v1beta.CreateAndConfigureAccountRequest.AcceptTermsOfService

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateAndConfigureAccountRequest.AcceptTermsOfService build()
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService

buildPartial()

public CreateAndConfigureAccountRequest.AcceptTermsOfService buildPartial()
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService

clear()

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder clear()
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

clearName()

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder clearName()

Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

clearRegionCode()

public CreateAndConfigureAccountRequest.AcceptTermsOfService.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
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateAndConfigureAccountRequest.AcceptTermsOfService getDefaultInstanceForType()
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

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 in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

mergeFrom(CreateAndConfigureAccountRequest.AcceptTermsOfService other)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder mergeFrom(CreateAndConfigureAccountRequest.AcceptTermsOfService other)
Parameter
Name Description
other CreateAndConfigureAccountRequest.AcceptTermsOfService
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

setName(String value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setName(String value)

Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setNameBytes(ByteString value)

Required. The resource name of the terms of service version in the format termsOfService/{version}. To retrieve the latest version, use the termsOfService.retrieveLatest method.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

setRegionCode(String value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.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 String

The regionCode to set.

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

setRegionCodeBytes(ByteString value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.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 ByteString

The bytes for regionCode to set.

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.