ProjectsInstancesResource class

Constructors

ProjectsInstancesResource(ApiRequester client)

Properties

appProfiles ProjectsInstancesAppProfilesResource
no setter
clusters ProjectsInstancesClustersResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables ProjectsInstancesTablesResource
no setter

Methods

create(CreateInstanceRequest request, String parent, {String? $fields}) Future<Operation>
Create an instance within a project.
delete(String name, {String? $fields}) Future<Empty>
Delete an instance from a project.
get(String name, {String? $fields}) Future<Instance>
Gets information about an instance.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for an instance resource.
list(String parent, {String? pageToken, String? $fields}) Future<ListInstancesResponse>
Lists information about instances in a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partialUpdateInstance(Instance request, String name, {String? updateMask, String? $fields}) Future<Operation>
Partially updates an instance within a project.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on an instance resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that the caller has on the specified instance resource.
toString() String
A string representation of this object.
inherited
update(Instance request, String name, {String? $fields}) Future<Instance>
Updates an instance within a project.

Operators

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