Interface ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProduct()
      Required.
      com.google.protobuf.ByteString getProductBytes()
      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

      • getProduct

        String getProduct()
         Required. List SKUs belonging to this Product.
         Format: products/{product_id}.
         Supports products/- to retrieve SKUs for all products.
         
        string product = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The product.
      • getProductBytes

        com.google.protobuf.ByteString getProductBytes()
         Required. List SKUs belonging to this Product.
         Format: products/{product_id}.
         Supports products/- to retrieve SKUs for all products.
         
        string product = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for product.