Show / Hide Table of Contents

Class AccountsResource.ChannelPartnerLinksResource.ListRequest

List ChannelPartnerLinks belonging to a distributor. You must be a distributor to call this method. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: The list of the distributor account's ChannelPartnerLink resources.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>
AccountsResource.ChannelPartnerLinksResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.GetBody()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.ChannelPartnerLinksResource.ListRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>, IClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.MethodName

PageSize

Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token for a page of results other than the first page. Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.RestPath

View

Optional. The level of granularity the ChannelPartnerLink will display.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual AccountsResource.ChannelPartnerLinksResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
AccountsResource.ChannelPartnerLinksResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerLinksResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX