Interface CreateBillingAccountRequestOrBuilder

    • Method Detail

      • hasBillingAccount

        boolean 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];
        Returns:
        Whether the billingAccount field is set.
      • getBillingAccount

        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];
        Returns:
        The billingAccount.
      • getBillingAccountOrBuilder

        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];