Interface ListPurchasableSkusRequestOrBuilder

    • Method Detail

      • hasCreateEntitlementPurchase

        boolean hasCreateEntitlementPurchase()
         List SKUs for CreateEntitlement purchase.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase create_entitlement_purchase = 2;
        Returns:
        Whether the createEntitlementPurchase field is set.
      • getCreateEntitlementPurchase

        ListPurchasableSkusRequest.CreateEntitlementPurchase getCreateEntitlementPurchase()
         List SKUs for CreateEntitlement purchase.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase create_entitlement_purchase = 2;
        Returns:
        The createEntitlementPurchase.
      • hasChangeOfferPurchase

        boolean hasChangeOfferPurchase()
         List SKUs for ChangeOffer purchase with a new SKU.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase change_offer_purchase = 3;
        Returns:
        Whether the changeOfferPurchase field is set.
      • getChangeOfferPurchase

        ListPurchasableSkusRequest.ChangeOfferPurchase getChangeOfferPurchase()
         List SKUs for ChangeOffer purchase with a new SKU.
         
        .google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase change_offer_purchase = 3;
        Returns:
        The changeOfferPurchase.
      • getCustomer

        String getCustomer()
         Required. The resource name of the customer to list SKUs for.
         Format: accounts/{account_id}/customers/{customer_id}.
         
        string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The customer.
      • getCustomerBytes

        com.google.protobuf.ByteString getCustomerBytes()
         Required. The resource name of the customer to list SKUs for.
         Format: accounts/{account_id}/customers/{customer_id}.
         
        string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for customer.
      • getPageSize

        int getPageSize()
         Optional. Requested page size. Server might return fewer results than
         requested. If unspecified, returns at most 100 SKUs. The maximum value is
         1000; the server will coerce values above 1000.
         
        int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Optional. A token for a page of results other than the first page.
         
        string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A token for a page of results other than the first page.
         
        string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for pageToken.
      • getLanguageCode

        String getLanguageCode()
         Optional. The BCP-47 language code. For example, "en-US". The
         response will localize in the corresponding language code, if specified.
         The default value is "en-US".
         
        string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         Optional. The BCP-47 language code. For example, "en-US". The
         response will localize in the corresponding language code, if specified.
         The default value is "en-US".
         
        string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for languageCode.