Interface BillingAccountPurchaseInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BillingAccount getBillingAccount()
      The billing account resource.
      BillingAccountOrBuilder getBillingAccountOrBuilder()
      The billing account resource.
      boolean hasBillingAccount()
      The billing account resource.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasBillingAccount

        boolean hasBillingAccount()
         The billing account resource.
         
        .google.cloud.channel.v1.BillingAccount billing_account = 1;
        Returns:
        Whether the billingAccount field is set.
      • getBillingAccount

        BillingAccount getBillingAccount()
         The billing account resource.
         
        .google.cloud.channel.v1.BillingAccount billing_account = 1;
        Returns:
        The billingAccount.
      • getBillingAccountOrBuilder

        BillingAccountOrBuilder getBillingAccountOrBuilder()
         The billing account resource.
         
        .google.cloud.channel.v1.BillingAccount billing_account = 1;