ProjectsInstancesTablesSchemaBundlesResource class

Constructors

ProjectsInstancesTablesSchemaBundlesResource.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(SchemaBundle request, String parent, {String? schemaBundleId, String? $fields}) Future<Operation>
Creates a new schema bundle in the specified table.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Deletes a schema bundle in the specified table.
get(String name, {String? $fields}) Future<SchemaBundle>
Gets metadata information about the specified schema bundle.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a Bigtable resource.
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListSchemaBundlesResponse>
Lists all schema bundles associated with the specified table.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(SchemaBundle request, String name, {bool? ignoreWarnings, String? updateMask, String? $fields}) Future<Operation>
Updates a schema bundle in the specified table.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on a Bigtable resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that the caller has on the specified Bigtable resource.
toString() String
A string representation of this object.
inherited

Operators

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