public sealed class ListEnvironmentsRequest : IMessage<ListEnvironmentsRequest>, IEquatable<ListEnvironmentsRequest>, IDeepCloneable<ListEnvironmentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Composer v1 API class ListEnvironmentsRequest.
List environments in a project and location.
Implements
IMessageListEnvironmentsRequest, IEquatableListEnvironmentsRequest, IDeepCloneableListEnvironmentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ListEnvironmentsRequest()
public ListEnvironmentsRequest()
ListEnvironmentsRequest(ListEnvironmentsRequest)
public ListEnvironmentsRequest(ListEnvironmentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEnvironmentsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of environments to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
Property Value | |
---|---|
Type | Description |
string |