Google_Service_BigtableAdmin
extends Google_Service
in package
Service definition for BigtableAdmin (v2).
Administer your Cloud Bigtable tables and instances.
For more information about this service, see the API Documentation
Tags
Table of Contents
- BIGTABLE_ADMIN = "https://www.googleapis.com/auth/bigtable.admin"
- Administer your Cloud Bigtable tables and clusters.
- BIGTABLE_ADMIN_CLUSTER = "https://www.googleapis.com/auth/bigtable.admin.cluster"
- Administer your Cloud Bigtable clusters.
- BIGTABLE_ADMIN_INSTANCE = "https://www.googleapis.com/auth/bigtable.admin.instance"
- Administer your Cloud Bigtable clusters.
- BIGTABLE_ADMIN_TABLE = "https://www.googleapis.com/auth/bigtable.admin.table"
- Administer your Cloud Bigtable tables.
- CLOUD_BIGTABLE_ADMIN = "https://www.googleapis.com/auth/cloud-bigtable.admin"
- Administer your Cloud Bigtable tables and clusters.
- CLOUD_BIGTABLE_ADMIN_CLUSTER = "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"
- Administer your Cloud Bigtable clusters.
- CLOUD_BIGTABLE_ADMIN_TABLE = "https://www.googleapis.com/auth/cloud-bigtable.admin.table"
- Administer your Cloud Bigtable tables.
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"
- View your data across Google Cloud Platform services.
- $availableScopes : mixed
- $batchPath : mixed
- $operations : mixed
- $operations_projects_operations : mixed
- $projects_instances : mixed
- $projects_instances_appProfiles : mixed
- $projects_instances_clusters : mixed
- $projects_instances_clusters_backups : mixed
- $projects_instances_tables : mixed
- $projects_locations : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the BigtableAdmin service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
BIGTABLE_ADMIN
Administer your Cloud Bigtable tables and clusters.
public
mixed
BIGTABLE_ADMIN
= "https://www.googleapis.com/auth/bigtable.admin"
BIGTABLE_ADMIN_CLUSTER
Administer your Cloud Bigtable clusters.
public
mixed
BIGTABLE_ADMIN_CLUSTER
= "https://www.googleapis.com/auth/bigtable.admin.cluster"
BIGTABLE_ADMIN_INSTANCE
Administer your Cloud Bigtable clusters.
public
mixed
BIGTABLE_ADMIN_INSTANCE
= "https://www.googleapis.com/auth/bigtable.admin.instance"
BIGTABLE_ADMIN_TABLE
Administer your Cloud Bigtable tables.
public
mixed
BIGTABLE_ADMIN_TABLE
= "https://www.googleapis.com/auth/bigtable.admin.table"
CLOUD_BIGTABLE_ADMIN
Administer your Cloud Bigtable tables and clusters.
public
mixed
CLOUD_BIGTABLE_ADMIN
= "https://www.googleapis.com/auth/cloud-bigtable.admin"
CLOUD_BIGTABLE_ADMIN_CLUSTER
Administer your Cloud Bigtable clusters.
public
mixed
CLOUD_BIGTABLE_ADMIN_CLUSTER
= "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"
CLOUD_BIGTABLE_ADMIN_TABLE
Administer your Cloud Bigtable tables.
public
mixed
CLOUD_BIGTABLE_ADMIN_TABLE
= "https://www.googleapis.com/auth/cloud-bigtable.admin.table"
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
CLOUD_PLATFORM_READ_ONLY
View your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM_READ_ONLY
= "https://www.googleapis.com/auth/cloud-platform.read-only"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$operations
public
mixed
$operations
$operations_projects_operations
public
mixed
$operations_projects_operations
$projects_instances
public
mixed
$projects_instances
$projects_instances_appProfiles
public
mixed
$projects_instances_appProfiles
$projects_instances_clusters
public
mixed
$projects_instances_clusters
$projects_instances_clusters_backups
public
mixed
$projects_instances_clusters_backups
$projects_instances_tables
public
mixed
$projects_instances_tables
$projects_locations
public
mixed
$projects_locations
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the BigtableAdmin service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client