Package com.google.cloud.channel.v1
Interface RepricingConfig.EntitlementGranularityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RepricingConfig.EntitlementGranularity
,RepricingConfig.EntitlementGranularity.Builder
- Enclosing class:
- RepricingConfig
public static interface RepricingConfig.EntitlementGranularityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntitlement()
Resource name of the entitlement.com.google.protobuf.ByteString
getEntitlementBytes()
Resource name of the entitlement.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntitlement
String getEntitlement()
Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The entitlement.
-
getEntitlementBytes
com.google.protobuf.ByteString getEntitlementBytes()
Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for entitlement.
-
-