Class BillingAccount.Builder (2.41.0)

public static final class BillingAccount.Builder extends GeneratedMessageV3.Builder<BillingAccount.Builder> implements BillingAccountOrBuilder

A billing account in the Google Cloud Console. You can assign a billing account to one or more projects.

Protobuf type google.cloud.billing.v1.BillingAccount

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public BillingAccount build()
Returns
TypeDescription
BillingAccount

buildPartial()

public BillingAccount buildPartial()
Returns
TypeDescription
BillingAccount

clear()

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

clearDisplayName()

public BillingAccount.Builder clearDisplayName()

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

string display_name = 3;

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearMasterBillingAccount()

public BillingAccount.Builder clearMasterBillingAccount()

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

string master_billing_account = 4;

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

clearName()

public BillingAccount.Builder clearName()

Output only. The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

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

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearOpen()

public BillingAccount.Builder clearOpen()

Output only. True if the billing account is open, and will therefore be charged for any usage on associated projects. False if the billing account is closed, and therefore projects associated with it are unable to use paid services.

bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

clearParent()

public BillingAccount.Builder clearParent()

Output only. The billing account's parent resource identifier. Use the MoveBillingAccount method to update the account's parent resource if it is a organization. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

string parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public BillingAccount getDefaultInstanceForType()
Returns
TypeDescription
BillingAccount

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

string display_name = 3;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

string display_name = 3;

Returns
TypeDescription
ByteString

The bytes for displayName.

getMasterBillingAccount()

public String getMasterBillingAccount()

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

string master_billing_account = 4;

Returns
TypeDescription
String

The masterBillingAccount.

getMasterBillingAccountBytes()

public ByteString getMasterBillingAccountBytes()

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

string master_billing_account = 4;

Returns
TypeDescription
ByteString

The bytes for masterBillingAccount.

getName()

public String getName()

Output only. The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

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

Returns
TypeDescription
ByteString

The bytes for name.

getOpen()

public boolean getOpen()

Output only. True if the billing account is open, and will therefore be charged for any usage on associated projects. False if the billing account is closed, and therefore projects associated with it are unable to use paid services.

bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The open.

getParent()

public String getParent()

Output only. The billing account's parent resource identifier. Use the MoveBillingAccount method to update the account's parent resource if it is a organization. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

string parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Output only. The billing account's parent resource identifier. Use the MoveBillingAccount method to update the account's parent resource if it is a organization. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

string parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BillingAccount other)

public BillingAccount.Builder mergeFrom(BillingAccount other)
Parameter
NameDescription
otherBillingAccount
Returns
TypeDescription
BillingAccount.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setDisplayName(String value)

public BillingAccount.Builder setDisplayName(String value)

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

string display_name = 3;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public BillingAccount.Builder setDisplayNameBytes(ByteString value)

The display name given to the billing account, such as My Billing Account. This name is displayed in the Google Cloud Console.

string display_name = 3;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setMasterBillingAccount(String value)

public BillingAccount.Builder setMasterBillingAccount(String value)

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

string master_billing_account = 4;

Parameter
NameDescription
valueString

The masterBillingAccount to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setMasterBillingAccountBytes(ByteString value)

public BillingAccount.Builder setMasterBillingAccountBytes(ByteString value)

If this account is a subaccount, then this will be the resource name of the parent billing account that it is being resold through. Otherwise this will be empty.

string master_billing_account = 4;

Parameter
NameDescription
valueByteString

The bytes for masterBillingAccount to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setName(String value)

public BillingAccount.Builder setName(String value)

Output only. The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setNameBytes(ByteString value)

public BillingAccount.Builder setNameBytes(ByteString value)

Output only. The resource name of the billing account. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF would be the resource name for billing account 012345-567890-ABCDEF.

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setOpen(boolean value)

public BillingAccount.Builder setOpen(boolean value)

Output only. True if the billing account is open, and will therefore be charged for any usage on associated projects. False if the billing account is closed, and therefore projects associated with it are unable to use paid services.

bool open = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The open to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setParent(String value)

public BillingAccount.Builder setParent(String value)

Output only. The billing account's parent resource identifier. Use the MoveBillingAccount method to update the account's parent resource if it is a organization. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

string parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BillingAccount.Builder setParentBytes(ByteString value)

Output only. The billing account's parent resource identifier. Use the MoveBillingAccount method to update the account's parent resource if it is a organization. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF

string parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
BillingAccount.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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