Interface ListTransferableSkusRequestOrBuilder

    • Method Detail

      • hasCloudIdentityId

        boolean hasCloudIdentityId()
         Customer's Cloud Identity ID
         
        string cloud_identity_id = 4;
        Returns:
        Whether the cloudIdentityId field is set.
      • getCloudIdentityId

        String getCloudIdentityId()
         Customer's Cloud Identity ID
         
        string cloud_identity_id = 4;
        Returns:
        The cloudIdentityId.
      • getCloudIdentityIdBytes

        com.google.protobuf.ByteString getCloudIdentityIdBytes()
         Customer's Cloud Identity ID
         
        string cloud_identity_id = 4;
        Returns:
        The bytes for cloudIdentityId.
      • hasCustomerName

        boolean hasCustomerName()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Returns:
        Whether the customerName field is set.
      • getCustomerName

        String getCustomerName()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Returns:
        The customerName.
      • getCustomerNameBytes

        com.google.protobuf.ByteString getCustomerNameBytes()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Returns:
        The bytes for customerName.
      • getParent

        String getParent()
         Required. The reseller account's resource name.
         Parent uses the format: accounts/{account_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The reseller account's resource name.
         Parent uses the format: accounts/{account_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for parent.
      • getPageSize

        int getPageSize()
         The 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.
         Optional.
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         A token for a page of results other than the first page.
         Obtained using
         [ListTransferableSkusResponse.next_page_token][google.cloud.channel.v1.ListTransferableSkusResponse.next_page_token]
         of the previous
         [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus]
         call. Optional.
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         A token for a page of results other than the first page.
         Obtained using
         [ListTransferableSkusResponse.next_page_token][google.cloud.channel.v1.ListTransferableSkusResponse.next_page_token]
         of the previous
         [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus]
         call. Optional.
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.
      • getAuthToken

        String getAuthToken()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The authToken.
      • getAuthTokenBytes

        com.google.protobuf.ByteString getAuthTokenBytes()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for authToken.
      • getLanguageCode

        String getLanguageCode()
         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".
         Optional.
         
        string language_code = 6;
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         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".
         Optional.
         
        string language_code = 6;
        Returns:
        The bytes for languageCode.