ProjectsInstanceConfigsResource class

Constructors

ProjectsInstanceConfigsResource(ApiRequester client)

Properties

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

Methods

create(CreateInstanceConfigRequest request, String parent, {String? $fields}) Future<Operation>
Creates an instance config and begins preparing it to be used.
delete(String name, {String? etag, bool? validateOnly, String? $fields}) Future<Empty>
Deletes the instance config.
get(String name, {String? $fields}) Future<InstanceConfig>
Gets information about a particular instance configuration.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListInstanceConfigsResponse>
Lists the supported instance configurations for a given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(UpdateInstanceConfigRequest request, String name, {String? $fields}) Future<Operation>
Updates an instance config.
toString() String
A string representation of this object.
inherited

Operators

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