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