Class MoveBillingAccountRequest.Builder (2.41.0)

public static final class MoveBillingAccountRequest.Builder extends GeneratedMessageV3.Builder<MoveBillingAccountRequest.Builder> implements MoveBillingAccountRequestOrBuilder

Request message for MoveBillingAccount RPC.

Protobuf type google.cloud.billing.v1.MoveBillingAccountRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MoveBillingAccountRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

build()

public MoveBillingAccountRequest build()
Returns
TypeDescription
MoveBillingAccountRequest

buildPartial()

public MoveBillingAccountRequest buildPartial()
Returns
TypeDescription
MoveBillingAccountRequest

clear()

public MoveBillingAccountRequest.Builder clear()
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

clearDestinationParent()

public MoveBillingAccountRequest.Builder clearDestinationParent()

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public MoveBillingAccountRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

clearName()

public MoveBillingAccountRequest.Builder clearName()

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

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

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public MoveBillingAccountRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

clone()

public MoveBillingAccountRequest.Builder clone()
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

getDefaultInstanceForType()

public MoveBillingAccountRequest getDefaultInstanceForType()
Returns
TypeDescription
MoveBillingAccountRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDestinationParent()

public String getDestinationParent()

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The destinationParent.

getDestinationParentBytes()

public ByteString getDestinationParentBytes()

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for destinationParent.

getName()

public String getName()

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

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

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(MoveBillingAccountRequest other)

public MoveBillingAccountRequest.Builder mergeFrom(MoveBillingAccountRequest other)
Parameter
NameDescription
otherMoveBillingAccountRequest
Returns
TypeDescription
MoveBillingAccountRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MoveBillingAccountRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MoveBillingAccountRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MoveBillingAccountRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

setDestinationParent(String value)

public MoveBillingAccountRequest.Builder setDestinationParent(String value)

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The destinationParent to set.

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

setDestinationParentBytes(ByteString value)

public MoveBillingAccountRequest.Builder setDestinationParentBytes(ByteString value)

Required. The resource name of the Organization to move the billing account under. Must be of the form organizations/{organization_id}.

string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for destinationParent to set.

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public MoveBillingAccountRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

setName(String value)

public MoveBillingAccountRequest.Builder setName(String value)

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public MoveBillingAccountRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the billing account to move. Must be of the form billingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
MoveBillingAccountRequest.Builder

This builder for chaining.

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

public MoveBillingAccountRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final MoveBillingAccountRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MoveBillingAccountRequest.Builder
Overrides