Interface RepricingConfig.EntitlementGranularityOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.