Class ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource
The "schemaBundles" collection of methods.
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource
Constructors
SchemaBundlesResource(IClientService)
Constructs a new resource.
Declaration
public SchemaBundlesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(SchemaBundle, string)
Creates a new schema bundle in the specified table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.CreateRequest Create(SchemaBundle body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SchemaBundle | body | The body of the request. |
| string | parent | Required. The parent resource where this schema bundle will be created. Values are of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.CreateRequest |
Delete(string)
Deletes a schema bundle in the specified table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The unique name of the schema bundle to delete. Values are of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.DeleteRequest |
Get(string)
Gets metadata information about the specified schema bundle.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The unique name of the schema bundle to retrieve. Values are of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.GetRequest |
GetIamPolicy(GetIamPolicyRequest, string)
Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.GetIamPolicyRequest GetIamPolicy(GetIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| GetIamPolicyRequest | body | The body of the request. |
| string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.GetIamPolicyRequest |
List(string)
Lists all schema bundles associated with the specified table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent, which owns this collection of schema bundles. Values are of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.ListRequest |
Patch(SchemaBundle, string)
Updates a schema bundle in the specified table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.PatchRequest Patch(SchemaBundle body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SchemaBundle | body | The body of the request. |
| string | name | Identifier. The unique name identifying this schema bundle. Values are of the form
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy on a Bigtable resource. Replaces any existing policy.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| SetIamPolicyRequest | body | The body of the request. |
| string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns permissions that the caller has on the specified Bigtable resource.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| TestIamPermissionsRequest | body | The body of the request. |
| string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.TestIamPermissionsRequest |