public sealed class ListRoutesRequest : IMessage<ListRoutesRequest>, IEquatable<ListRoutesRequest>, IDeepCloneable<ListRoutesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the DataStream v1 API class ListRoutesRequest.
Route list request.
Implements
IMessageListRoutesRequest, IEquatableListRoutesRequest, IDeepCloneableListRoutesRequest, 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 |
int |
|
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 |
|