ProjectsLocationsEnvironmentsUserWorkloadsSecretsResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(UserWorkloadsSecret request, String parent, {String? $fields}) Future<UserWorkloadsSecret>
Creates a user workloads Secret.
delete(String name, {String? $fields}) Future<Empty>
Deletes a user workloads Secret.
get(String name, {String? $fields}) Future<UserWorkloadsSecret>
Gets an existing user workloads Secret.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListUserWorkloadsSecretsResponse>
Lists user workloads Secrets.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UserWorkloadsSecret request, String name, {String? $fields}) Future<UserWorkloadsSecret>
Updates a user workloads Secret.

Operators

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