Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ChannelConnectionsResource.ListRequest

List channel connections.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListChannelConnectionsResponse>
EventarcBaseServiceRequest<ListChannelConnectionsResponse>
ProjectsResource.LocationsResource.ChannelConnectionsResource.ListRequest
Implements
IClientServiceRequest<ListChannelConnectionsResponse>
IClientServiceRequest
Inherited Members
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.Xgafv
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.AccessToken
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.Alt
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.Callback
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.Fields
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.Key
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.OauthToken
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.PrettyPrint
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.QuotaUser
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.UploadType
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.UploadProtocol
ClientServiceRequest<ListChannelConnectionsResponse>.Execute()
ClientServiceRequest<ListChannelConnectionsResponse>.ExecuteAsStream()
ClientServiceRequest<ListChannelConnectionsResponse>.ExecuteAsync()
ClientServiceRequest<ListChannelConnectionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListChannelConnectionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListChannelConnectionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListChannelConnectionsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListChannelConnectionsResponse>.GenerateRequestUri()
ClientServiceRequest<ListChannelConnectionsResponse>.GetBody()
ClientServiceRequest<ListChannelConnectionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListChannelConnectionsResponse>.ETagAction
ClientServiceRequest<ListChannelConnectionsResponse>.ModifyRequest
ClientServiceRequest<ListChannelConnectionsResponse>.ValidateParameters
ClientServiceRequest<ListChannelConnectionsResponse>.ApiVersion
ClientServiceRequest<ListChannelConnectionsResponse>.RequestParameters
ClientServiceRequest<ListChannelConnectionsResponse>.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.Eventarc.v1
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ChannelConnectionsResource.ListRequest : EventarcBaseServiceRequest<ListChannelConnectionsResponse>, IClientServiceRequest<ListChannelConnectionsResponse>, 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<ListChannelConnectionsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of channel connections to return on each page. Note: The service may send fewer responses.

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

PageToken

The page token; provide the value from the next_page_token field in a previous ListChannelConnections call to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelConnetions match the call that provided the page token.

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

Parent

Required. The parent collection from which to list channel connections.

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<ListChannelConnectionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
EventarcBaseServiceRequest<ListChannelConnectionsResponse>.InitParameters()

Implements

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