public sealed class ListRoutesRequest : IMessage<ListRoutesRequest>, IEquatable<ListRoutesRequest>, IDeepCloneable<ListRoutesRequest>, IBufferMessage, IMessage, IPageRequest
Route list request.
Implements
IMessage<ListRoutesRequest>, IEquatable<ListRoutesRequest>, IDeepCloneable<ListRoutesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ListRoutesRequest()
public ListRoutesRequest()
ListRoutesRequest(ListRoutesRequest)
public ListRoutesRequest(ListRoutesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListRoutesRequest |
Properties
Filter
public string Filter { get; set; }
Filter request.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Order by fields for the result.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Maximum number of Routes to return. The service may return fewer than this value. If unspecified, at most 50 Routes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Page token received from a previous ListRoutes
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRoutes
must match the call that provided the page
token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent that owns the collection of Routess.
Property Value | |
---|---|
Type | Description |
String |
ParentAsPrivateConnectionName
public PrivateConnectionName ParentAsPrivateConnectionName { get; set; }
PrivateConnectionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
PrivateConnectionName |