Interface ListPurchasableSkusRequest.ChangeOfferPurchaseOrBuilder

    • Method Detail

      • getEntitlement

        String getEntitlement()
         Required. Resource name of the entitlement.
         Format:
         accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
         
        string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The entitlement.
      • getEntitlementBytes

        com.google.protobuf.ByteString getEntitlementBytes()
         Required. Resource name of the entitlement.
         Format:
         accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
         
        string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for entitlement.
      • getChangeTypeValue

        int getChangeTypeValue()
         Required. Change Type for the entitlement.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType change_type = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for changeType.
      • getChangeType

        ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType getChangeType()
         Required. Change Type for the entitlement.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType change_type = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The changeType.