Class GetBillingAccountRequest.Builder (2.83.0)

public static final class GetBillingAccountRequest.Builder extends GeneratedMessage.Builder<GetBillingAccountRequest.Builder> implements GetBillingAccountRequestOrBuilder

Request message for GetBillingAccount.

Protobuf type google.cloud.billing.v1.GetBillingAccountRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetBillingAccountRequest build()
Returns
Type Description
GetBillingAccountRequest

buildPartial()

public GetBillingAccountRequest buildPartial()
Returns
Type Description
GetBillingAccountRequest

clear()

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

clearName()

public GetBillingAccountRequest.Builder clearName()

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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

Returns
Type Description
GetBillingAccountRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetBillingAccountRequest getDefaultInstanceForType()
Returns
Type Description
GetBillingAccountRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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 billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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(GetBillingAccountRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetBillingAccountRequest.Builder setName(String value)

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetBillingAccountRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetBillingAccountRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the billing account to retrieve. For example, billingAccounts/012345-567890-ABCDEF.

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

This builder for chaining.