ProjectsInstancesInstancePartitionsResource class

Constructors

ProjectsInstancesInstancePartitionsResource(ApiRequester client)

Properties

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

Methods

create(CreateInstancePartitionRequest request, String parent, {String? $fields}) Future<Operation>
Creates an instance partition and begins preparing it to be used.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Deletes an existing instance partition.
get(String name, {String? $fields}) Future<InstancePartition>
Gets information about a particular instance partition.
list(String parent, {String? instancePartitionDeadline, int? pageSize, String? pageToken, String? $fields}) Future<ListInstancePartitionsResponse>
Lists all instance partitions for the given instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(UpdateInstancePartitionRequest request, String name, {String? $fields}) Future<Operation>
Updates an instance partition, and begins allocating or releasing resources as requested.
toString() String
A string representation of this object.
inherited

Operators

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