Interface ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBillingAccount()
      Optional.
      com.google.protobuf.ByteString getBillingAccountBytes()
      Optional.
      String getSku()
      Required.
      com.google.protobuf.ByteString getSkuBytes()
      Required.
      • 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

      • getSku

        String getSku()
         Required. SKU that the result should be restricted to.
         Format: products/{product_id}/skus/{sku_id}.
         
        string sku = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The sku.
      • getSkuBytes

        com.google.protobuf.ByteString getSkuBytes()
         Required. SKU that the result should be restricted to.
         Format: products/{product_id}/skus/{sku_id}.
         
        string sku = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for sku.
      • getBillingAccount

        String getBillingAccount()
         Optional. Billing account that the result should be restricted to.
         Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
         
        string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The billingAccount.
      • getBillingAccountBytes

        com.google.protobuf.ByteString getBillingAccountBytes()
         Optional. Billing account that the result should be restricted to.
         Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
         
        string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for billingAccount.