public sealed class ListChannelConnectionsRequest : IMessage<ListChannelConnectionsRequest>, IEquatable<ListChannelConnectionsRequest>, IDeepCloneable<ListChannelConnectionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Eventarc v1 API class ListChannelConnectionsRequest.
The request message for the ListChannelConnections method.
Implements
IMessageListChannelConnectionsRequest, IEquatableListChannelConnectionsRequest, IDeepCloneableListChannelConnectionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
ListChannelConnectionsRequest()
public ListChannelConnectionsRequest()
ListChannelConnectionsRequest(ListChannelConnectionsRequest)
public ListChannelConnectionsRequest(ListChannelConnectionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListChannelConnectionsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of channel connections to return on each page.
Note: The service may send fewer responses.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent collection from which to list channel connections.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |