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