ProjectsInstancesClustersResource class

Constructors

ProjectsInstancesClustersResource(ApiRequester client)

Properties

backups ProjectsInstancesClustersBackupsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
hotTablets ProjectsInstancesClustersHotTabletsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Cluster request, String parent, {String? clusterId, String? $fields}) Future<Operation>
Creates a cluster within an instance.
delete(String name, {String? $fields}) Future<Empty>
Deletes a cluster from an instance.
get(String name, {String? $fields}) Future<Cluster>
Gets information about a cluster.
list(String parent, {String? pageToken, String? $fields}) Future<ListClustersResponse>
Lists information about clusters in an instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partialUpdateCluster(Cluster request, String name, {String? updateMask, String? $fields}) Future<Operation>
Partially updates a cluster within a project.
toString() String
A string representation of this object.
inherited
update(Cluster request, String name, {String? $fields}) Future<Operation>
Updates a cluster within an instance.

Operators

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