Class GetAccountTaxRequest.Builder (1.11.0)

public static final class GetAccountTaxRequest.Builder extends GeneratedMessage.Builder<GetAccountTaxRequest.Builder> implements GetAccountTaxRequestOrBuilder

Request to get tax settings

Protobuf type google.shopping.merchant.accounts.v1beta.GetAccountTaxRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAccountTaxRequest build()
Returns
Type Description
GetAccountTaxRequest

buildPartial()

public GetAccountTaxRequest buildPartial()
Returns
Type Description
GetAccountTaxRequest

clear()

public GetAccountTaxRequest.Builder clear()
Returns
Type Description
GetAccountTaxRequest.Builder
Overrides

clearName()

public GetAccountTaxRequest.Builder clearName()

Required. The name from which tax settings will be retrieved

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

Returns
Type Description
GetAccountTaxRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAccountTaxRequest getDefaultInstanceForType()
Returns
Type Description
GetAccountTaxRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name from which tax settings will be retrieved

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name from which tax settings will be retrieved

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

Returns
Type Description
ByteString

The bytes for name.

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 GetAccountTaxRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetAccountTaxRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(GetAccountTaxRequest other)

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

setName(String value)

public GetAccountTaxRequest.Builder setName(String value)

Required. The name from which tax settings will be retrieved

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAccountTaxRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAccountTaxRequest.Builder setNameBytes(ByteString value)

Required. The name from which tax settings will be retrieved

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
GetAccountTaxRequest.Builder

This builder for chaining.