ProjectsLocationsEnvironmentsResource class

Constructors

ProjectsLocationsEnvironmentsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userWorkloadsConfigMaps ProjectsLocationsEnvironmentsUserWorkloadsConfigMapsResource
no setter
userWorkloadsSecrets ProjectsLocationsEnvironmentsUserWorkloadsSecretsResource
no setter
workloads ProjectsLocationsEnvironmentsWorkloadsResource
no setter

Methods

create(Environment request, String parent, {String? $fields}) Future<Operation>
Create a new environment.
databaseFailover(DatabaseFailoverRequest request, String environment, {String? $fields}) Future<Operation>
Triggers database failover (only for highly resilient environments).
delete(String name, {String? $fields}) Future<Operation>
Delete an environment.
executeAirflowCommand(ExecuteAirflowCommandRequest request, String environment, {String? $fields}) Future<ExecuteAirflowCommandResponse>
Executes Airflow CLI command.
fetchDatabaseProperties(String environment, {String? $fields}) Future<FetchDatabasePropertiesResponse>
Fetches database properties.
get(String name, {String? $fields}) Future<Environment>
Get an existing environment.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListEnvironmentsResponse>
List environments.
loadSnapshot(LoadSnapshotRequest request, String environment, {String? $fields}) Future<Operation>
Loads a snapshot of a Cloud Composer environment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Environment request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update an environment.
pollAirflowCommand(PollAirflowCommandRequest request, String environment, {String? $fields}) Future<PollAirflowCommandResponse>
Polls Airflow CLI command execution and fetches logs.
saveSnapshot(SaveSnapshotRequest request, String environment, {String? $fields}) Future<Operation>
Creates a snapshots of a Cloud Composer environment.
stopAirflowCommand(StopAirflowCommandRequest request, String environment, {String? $fields}) Future<StopAirflowCommandResponse>
Stops Airflow CLI command execution.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited