Class ListEnvironmentsRequest (1.4.1)

ListEnvironmentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

List environments in a project and location.

Attributes

NameDescription
parent str
List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".
page_size int
The maximum number of environments to return.
page_token str
The next_page_token value returned from a previous List request, if any.

Inheritance

builtins.object > proto.message.Message > ListEnvironmentsRequest