public sealed class ListChannelConnectionsRequest : IMessage<ListChannelConnectionsRequest>, IEquatable<ListChannelConnectionsRequest>, IDeepCloneable<ListChannelConnectionsRequest>, IBufferMessage, IMessage, IPageRequest
The request message for the ListChannelConnections method.
Implements
IMessage<ListChannelConnectionsRequest>, IEquatable<ListChannelConnectionsRequest>, IDeepCloneable<ListChannelConnectionsRequest>, 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 |
Int32 |
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 |