ProjectsLocationsInstancesResource class

Constructors

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

applyParameters(ApplyParametersRequest request, String name, {String? $fields}) Future<Operation>
ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.
create(Instance request, String parent, {String? instanceId, String? $fields}) Future<Operation>
Creates a new Instance in a given location.
delete(String name, {String? $fields}) Future<Operation>
Deletes a single Instance.
get(String name, {String? $fields}) Future<Instance>
Gets details of a single Instance.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListInstancesResponse>
Lists Instances in a given location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Instance request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates an existing Instance in a given project and location.
rescheduleMaintenance(RescheduleMaintenanceRequest request, String instance, {String? $fields}) Future<Operation>
Reschedules upcoming maintenance event.
toString() String
A string representation of this object.
inherited
updateParameters(UpdateParametersRequest request, String name, {String? $fields}) Future<Operation>
Updates the defined Memcached parameters for an existing instance.
upgrade(GoogleCloudMemcacheV1UpgradeInstanceRequest request, String name, {String? $fields}) Future<Operation>
Upgrades the Memcache instance to a newer memcached engine version specified in the request.

Operators

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