public interface CreateBillingAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BillingAccount |
getBillingAccount()
Required.
|
BillingAccountOrBuilder |
getBillingAccountOrBuilder()
Required.
|
String |
getParent()
Optional.
|
com.google.protobuf.ByteString |
getParentBytes()
Optional.
|
boolean |
hasBillingAccount()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBillingAccount()
Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.
.google.cloud.billing.v1.BillingAccount billing_account = 1 [(.google.api.field_behavior) = REQUIRED];
BillingAccount getBillingAccount()
Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.
.google.cloud.billing.v1.BillingAccount billing_account = 1 [(.google.api.field_behavior) = REQUIRED];
BillingAccountOrBuilder getBillingAccountOrBuilder()
Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided parent billing account.
.google.cloud.billing.v1.BillingAccount billing_account = 1 [(.google.api.field_behavior) = REQUIRED];
String getParent()
Optional. The parent to create a billing account from.
Format:
- `billingAccounts/{billing_account_id}`, for example,
`billingAccounts/012345-567890-ABCDEF`
string parent = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getParentBytes()
Optional. The parent to create a billing account from.
Format:
- `billingAccounts/{billing_account_id}`, for example,
`billingAccounts/012345-567890-ABCDEF`
string parent = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.