public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage, IPageRequestRequest message for listing Data Fusion instances.
Implements
IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
ListInstancesRequest()
public ListInstancesRequest()ListInstancesRequest(ListInstancesRequest)
public ListInstancesRequest(ListInstancesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesRequest |
Properties
Filter
public string Filter { get; set; }List filter.
| Property Value | |
|---|---|
| Type | Description |
String |
|
OrderBy
public string OrderBy { get; set; }Sort results. Supported values are "name", "name desc", or "" (unsorted).
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The next_page_token value to use if there are additional results to retrieve for this list request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.
| 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 |
|