Class ProjectsResource.LocationsResource.TransferConfigsResource.TransferResourcesResource.ListRequest
Returns information about transfer resources.
Inheritance
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TransferConfigsResource.TransferResourcesResource.ListRequest : BigQueryDataTransferBaseServiceRequest<ListTransferResourcesResponse>, IClientServiceRequest<ListTransferResourcesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
Filter
Optional. Filter for the transfer resources. Currently supported filters include: * Resource
name: name - Wildcard supported * Resource type: type * Resource destination:
destination * Latest resource state: latest_status_detail.state * Last update time:
update_time - RFC-3339 format * Parent table name:
hierarchy_detail.partition_detail.table Multiple filters can be applied using the AND/OR
operator. Examples: * name="*123" AND (type="TABLE" OR latest_status_detail.state="SUCCEEDED") * update_time >= "2012-04-21T11:30:00-04:00 * hierarchy_detail.partition_detail.table = "table1"
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. The maximum number of transfer resources to return. The maximum value is 1000; values above 1000 will be coerced to 1000. The default page size is the maximum value of 1000 results.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. A page token, received from a previous ListTransferResources call. Provide this
to retrieve the subsequent page. When paginating, all other parameters provided to
ListTransferResources must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. Name of transfer configuration for which transfer resources should be retrieved.
The name should be in one of the following form: *
projects/{project_id}/transferConfigs/{config_id} *
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()