Class ProjectsResource.CatalogsResource.NamespacesResource.TablesResource
The "tables" collection of methods.
Inherited Members
Namespace: Google.Apis.BigLakeService.v1
Assembly: Google.Apis.BigLakeService.v1.dll
Syntax
public class ProjectsResource.CatalogsResource.NamespacesResource.TablesResource
Constructors
TablesResource(IClientService)
Constructs a new resource.
Declaration
public TablesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
GetIamPolicy(string)
Gets the IAM policy for the specified Catalog.
Declaration
public virtual ProjectsResource.CatalogsResource.NamespacesResource.TablesResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| 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.CatalogsResource.NamespacesResource.TablesResource.GetIamPolicyRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the IAM policy for the specified catalog.
Declaration
public virtual ProjectsResource.CatalogsResource.NamespacesResource.TablesResource.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.CatalogsResource.NamespacesResource.TablesResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Tests the IAM permissions for the specified table.
Declaration
public virtual ProjectsResource.CatalogsResource.NamespacesResource.TablesResource.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.CatalogsResource.NamespacesResource.TablesResource.TestIamPermissionsRequest |