Show / Hide Table of Contents

Class ProjectsResource.CatalogsResource.NamespacesResource

The "namespaces" collection of methods.

Inheritance
object
ProjectsResource.CatalogsResource.NamespacesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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
In this article
Back to top Generated by DocFX