Namespace Google.Apis.BigLakeService.v1
Classes
BigLakeServiceBaseServiceRequest<TResponse>
A base abstract class for BigLakeService requests.
BigLakeServiceService
The BigLakeService Service.
BigLakeServiceService.Scope
Available OAuth 2.0 scopes for use with the BigLake API.
BigLakeServiceService.ScopeConstants
Available OAuth 2.0 scope constants for use with the BigLake API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource
The "catalogs" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.CreateRequest
Creates a new catalog.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource
The "databases" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.CreateRequest
Creates a new database.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.DeleteRequest
Deletes an existing database specified by the database ID.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.GetRequest
Gets the database specified by the resource name.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.ListRequest
List all databases in a specified catalog.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.PatchRequest
Updates an existing database specified by the database ID.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource
The "tables" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.CreateRequest
Creates a new table.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.DeleteRequest
Deletes an existing table specified by the table ID.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.GetRequest
Gets the table specified by the resource name.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.ListRequest
List all tables in a specified database.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.PatchRequest
Updates an existing table specified by the table ID.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.RenameRequest
Renames an existing table specified by the table ID.
ProjectsResource.LocationsResource.CatalogsResource.DeleteRequest
Deletes an existing catalog specified by the catalog ID.
ProjectsResource.LocationsResource.CatalogsResource.GetRequest
Gets the catalog specified by the resource name.
ProjectsResource.LocationsResource.CatalogsResource.ListRequest
List all catalogs in a specified project.
Enums
BigLakeServiceBaseServiceRequest<TResponse>.AltEnum
Data format for response.
BigLakeServiceBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.TablesResource.ListRequest.ViewEnum
The view for the returned tables.