Package com.google.cloud.channel.v1
Interface ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPurchasableSkusRequest.CreateEntitlementPurchase
,ListPurchasableSkusRequest.CreateEntitlementPurchase.Builder
- Enclosing class:
- ListPurchasableSkusRequest
public static interface ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-