Cloud Data Fusion v1 API - Class ListInstancesRequest (2.3.0)

public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Data Fusion v1 API class ListInstancesRequest.

Request message for listing Data Fusion instances.

Inheritance

object > ListInstancesRequest

Namespace

Google.Cloud.DataFusion.V1

Assembly

Google.Cloud.DataFusion.V1.dll

Constructors

ListInstancesRequest()

public ListInstancesRequest()

ListInstancesRequest(ListInstancesRequest)

public ListInstancesRequest(ListInstancesRequest other)
Parameter
NameDescription
otherListInstancesRequest

Properties

Filter

public string Filter { get; set; }

List filter.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Sort results. Supported values are "name", "name desc", or "" (unsorted).

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
int

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
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName