Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListChannelPartnerLinksResponse.
Response message for CloudChannelService.ListChannelPartnerLinks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel_partner_links
def channel_partner_links() -> ::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>
Returns
- (::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>) — The Channel partner links for a reseller.
#channel_partner_links=
def channel_partner_links=(value) -> ::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>) — The Channel partner links for a reseller.
Returns
- (::Array<::Google::Cloud::Channel::V1::ChannelPartnerLink>) — The Channel partner links for a reseller.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.
Returns
- (::String) — A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.