ProjectsInstancesLogicalViewsResource class

Constructors

ProjectsInstancesLogicalViewsResource.new(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(LogicalView request, String parent, {String? logicalViewId, String? $fields}) Future<Operation>
Creates a logical view within an instance.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Deletes a logical view from an instance.
get(String name, {String? $fields}) Future<LogicalView>
Gets information about a logical view.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for an instance resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListLogicalViewsResponse>
Lists information about logical views in an instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(LogicalView request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates a logical view within an instance.
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

Operators

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