Show / Hide Table of Contents

Class ProjectsResource.CatalogsResource

The "catalogs" collection of methods.

Inheritance
object
ProjectsResource.CatalogsResource
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

Constructors

CatalogsResource(IClientService)

Constructs a new resource.

Declaration
public CatalogsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Namespaces

Gets the Namespaces resource.

Declaration
public virtual ProjectsResource.CatalogsResource.NamespacesResource Namespaces { get; }
Property Value
Type Description
ProjectsResource.CatalogsResource.NamespacesResource

Methods

GetIamPolicy(string)

Gets the IAM policy for the specified Catalog.

Declaration
public virtual ProjectsResource.CatalogsResource.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.GetIamPolicyRequest

SetIamPolicy(SetIamPolicyRequest, string)

Sets the IAM policy for the specified catalog.

Declaration
public virtual ProjectsResource.CatalogsResource.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.SetIamPolicyRequest
In this article
Back to top Generated by DocFX