public sealed class ListWorkloadsRequest : IMessage<ListWorkloadsRequest>, IEquatable<ListWorkloadsRequest>, IDeepCloneable<ListWorkloadsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Composer v1 API class ListWorkloadsRequest.
Request for listing workloads in a Cloud Composer environment.
Implements
IMessageListWorkloadsRequest, IEquatableListWorkloadsRequest, IDeepCloneableListWorkloadsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ListWorkloadsRequest()
public ListWorkloadsRequest()
ListWorkloadsRequest(ListWorkloadsRequest)
public ListWorkloadsRequest(ListWorkloadsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListWorkloadsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The list filter. Currently only supports equality on the type field. The value of a field specified in the filter expression must be one ComposerWorkloadType enum option. It's possible to get multiple types using "OR" operator, e.g.: "type=SCHEDULER OR type=CELERY_WORKER". If not specified, all items are returned.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of environments to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token value returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The environment name to get workloads for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Property Value | |
---|---|
Type | Description |
string |
ParentAsEnvironmentName
public EnvironmentName ParentAsEnvironmentName { get; set; }
EnvironmentName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EnvironmentName |