Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource

The "catalogs" collection of methods.

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

Constructors

CatalogsResource(IClientService)

Constructs a new resource.

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

Properties

Databases

Gets the Databases resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource Databases { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource

Methods

Create(Catalog, string)

Creates a new catalog.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.CreateRequest Create(Catalog body, string parent)
Parameters
Type Name Description
Catalog body

The body of the request.

string parent

Required. The parent resource where this catalog will be created. Format: projects/{project_id_or_number}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.CreateRequest

Delete(string)

Deletes an existing catalog specified by the catalog ID.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the catalog to delete. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.DeleteRequest

Get(string)

Gets the catalog specified by the resource name.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the catalog to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.GetRequest

List(string)

List all catalogs in a specified project.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of catalogs. Format: projects/{project_id_or_number}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.ListRequest
In this article
Back to top Generated by DocFX