Class CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder (0.2.0)

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

Reference to a Terms of Service resource.

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

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

clearName()

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder clearName()

Required. The resource name of the terms of service version.

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

Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

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.

clone()

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

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.

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.

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

setName(String value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setName(String value)

Required. The resource name of the terms of service version.

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.

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateAndConfigureAccountRequest.AcceptTermsOfService.Builder
Overrides