Class ListEnvironmentsRequest (2.0.0)

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

List environments in a project and location.

Inheritance

Object > ListEnvironmentsRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ListEnvironmentsRequest()

public ListEnvironmentsRequest()

ListEnvironmentsRequest(ListEnvironmentsRequest)

public ListEnvironmentsRequest(ListEnvironmentsRequest other)
Parameter
NameDescription
otherListEnvironmentsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of environments to return.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"

Property Value
TypeDescription
String