ProjectsLocationsClustersResource class

Constructors

ProjectsLocationsClustersResource(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

Methods

create(Cluster request, String parent, {String? clusterId, String? requestId, String? $fields}) Future<Operation>
Creates a Redis cluster based on the specified properties.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a specific Redis cluster.
get(String name, {String? $fields}) Future<Cluster>
Gets the details of a specific Redis cluster.
getCertificateAuthority(String name, {String? $fields}) Future<CertificateAuthority>
Gets the details of certificate authority information for Redis cluster.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListClustersResponse>
Lists all Redis clusters owned by a project in either the specified location (region) or all locations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Cluster request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the metadata and configuration of a specific Redis cluster.
toString() String
A string representation of this object.
inherited

Operators

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