public sealed class ListEnvironmentsRequest : IMessage<ListEnvironmentsRequest>, IEquatable<ListEnvironmentsRequest>, IDeepCloneable<ListEnvironmentsRequest>, IBufferMessage, IMessage, IPageRequest
List environments in a project and location.
Implements
IMessage<ListEnvironmentsRequest>, IEquatable<ListEnvironmentsRequest>, IDeepCloneable<ListEnvironmentsRequest>, 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 |
Int32 |
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 |