Documentation ¶
Overview ¶
Package bigtableadmin provides access to the Cloud Bigtable Admin API.
See https://cloud.google.com/bigtable/
Usage example:
import "github.com/skelterjohn/gcloud_apis/clients/bigtableadmin/v2" ... bigtableadminService, err := bigtableadmin.New(oauthHttpClient)
Index ¶
- Constants
- type Cluster
- type ColumnFamily
- type CreateInstanceMetadata
- type CreateInstanceRequest
- type CreateTableRequest
- type DropRowRangeRequest
- type Empty
- type GcRule
- type Instance
- type Intersection
- type ListClustersResponse
- type ListInstancesResponse
- type ListOperationsResponse
- type ListTablesResponse
- type Modification
- type ModifyColumnFamiliesRequest
- type Operation
- type OperationMetadata
- type OperationResponse
- type OperationsCancelCall
- type OperationsDeleteCall
- type OperationsGetCall
- func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
- func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
- func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
- type OperationsListCall
- func (c *OperationsListCall) Context(ctx context.Context) *OperationsListCall
- func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error)
- func (c *OperationsListCall) Fields(s ...googleapi.Field) *OperationsListCall
- func (c *OperationsListCall) Filter(filter string) *OperationsListCall
- func (c *OperationsListCall) IfNoneMatch(entityTag string) *OperationsListCall
- func (c *OperationsListCall) PageSize(pageSize int64) *OperationsListCall
- func (c *OperationsListCall) PageToken(pageToken string) *OperationsListCall
- func (c *OperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error
- type OperationsService
- type ProjectsInstancesClustersCreateCall
- func (c *ProjectsInstancesClustersCreateCall) ClusterId(clusterId string) *ProjectsInstancesClustersCreateCall
- func (c *ProjectsInstancesClustersCreateCall) Context(ctx context.Context) *ProjectsInstancesClustersCreateCall
- func (c *ProjectsInstancesClustersCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsInstancesClustersCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersCreateCall
- type ProjectsInstancesClustersDeleteCall
- func (c *ProjectsInstancesClustersDeleteCall) Context(ctx context.Context) *ProjectsInstancesClustersDeleteCall
- func (c *ProjectsInstancesClustersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsInstancesClustersDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersDeleteCall
- type ProjectsInstancesClustersGetCall
- func (c *ProjectsInstancesClustersGetCall) Context(ctx context.Context) *ProjectsInstancesClustersGetCall
- func (c *ProjectsInstancesClustersGetCall) Do(opts ...googleapi.CallOption) (*Cluster, error)
- func (c *ProjectsInstancesClustersGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersGetCall
- func (c *ProjectsInstancesClustersGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersGetCall
- type ProjectsInstancesClustersListCall
- func (c *ProjectsInstancesClustersListCall) Context(ctx context.Context) *ProjectsInstancesClustersListCall
- func (c *ProjectsInstancesClustersListCall) Do(opts ...googleapi.CallOption) (*ListClustersResponse, error)
- func (c *ProjectsInstancesClustersListCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersListCall
- func (c *ProjectsInstancesClustersListCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersListCall
- func (c *ProjectsInstancesClustersListCall) PageToken(pageToken string) *ProjectsInstancesClustersListCall
- func (c *ProjectsInstancesClustersListCall) Pages(ctx context.Context, f func(*ListClustersResponse) error) error
- type ProjectsInstancesClustersService
- func (r *ProjectsInstancesClustersService) Create(parent string, cluster *Cluster) *ProjectsInstancesClustersCreateCall
- func (r *ProjectsInstancesClustersService) Delete(name string) *ProjectsInstancesClustersDeleteCall
- func (r *ProjectsInstancesClustersService) Get(name string) *ProjectsInstancesClustersGetCall
- func (r *ProjectsInstancesClustersService) List(parent string) *ProjectsInstancesClustersListCall
- func (r *ProjectsInstancesClustersService) Update(name string, cluster *Cluster) *ProjectsInstancesClustersUpdateCall
- type ProjectsInstancesClustersUpdateCall
- func (c *ProjectsInstancesClustersUpdateCall) Context(ctx context.Context) *ProjectsInstancesClustersUpdateCall
- func (c *ProjectsInstancesClustersUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *ProjectsInstancesClustersUpdateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersUpdateCall
- type ProjectsInstancesCreateCall
- type ProjectsInstancesDeleteCall
- type ProjectsInstancesGetCall
- func (c *ProjectsInstancesGetCall) Context(ctx context.Context) *ProjectsInstancesGetCall
- func (c *ProjectsInstancesGetCall) Do(opts ...googleapi.CallOption) (*Instance, error)
- func (c *ProjectsInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesGetCall
- func (c *ProjectsInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesGetCall
- type ProjectsInstancesListCall
- func (c *ProjectsInstancesListCall) Context(ctx context.Context) *ProjectsInstancesListCall
- func (c *ProjectsInstancesListCall) Do(opts ...googleapi.CallOption) (*ListInstancesResponse, error)
- func (c *ProjectsInstancesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesListCall
- func (c *ProjectsInstancesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesListCall
- func (c *ProjectsInstancesListCall) PageToken(pageToken string) *ProjectsInstancesListCall
- func (c *ProjectsInstancesListCall) Pages(ctx context.Context, f func(*ListInstancesResponse) error) error
- type ProjectsInstancesService
- func (r *ProjectsInstancesService) Create(parent string, createinstancerequest *CreateInstanceRequest) *ProjectsInstancesCreateCall
- func (r *ProjectsInstancesService) Delete(name string) *ProjectsInstancesDeleteCall
- func (r *ProjectsInstancesService) Get(name string) *ProjectsInstancesGetCall
- func (r *ProjectsInstancesService) List(parent string) *ProjectsInstancesListCall
- func (r *ProjectsInstancesService) Update(name string, instance *Instance) *ProjectsInstancesUpdateCall
- type ProjectsInstancesTablesCreateCall
- func (c *ProjectsInstancesTablesCreateCall) Context(ctx context.Context) *ProjectsInstancesTablesCreateCall
- func (c *ProjectsInstancesTablesCreateCall) Do(opts ...googleapi.CallOption) (*Table, error)
- func (c *ProjectsInstancesTablesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesCreateCall
- type ProjectsInstancesTablesDeleteCall
- func (c *ProjectsInstancesTablesDeleteCall) Context(ctx context.Context) *ProjectsInstancesTablesDeleteCall
- func (c *ProjectsInstancesTablesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsInstancesTablesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDeleteCall
- type ProjectsInstancesTablesDropRowRangeCall
- func (c *ProjectsInstancesTablesDropRowRangeCall) Context(ctx context.Context) *ProjectsInstancesTablesDropRowRangeCall
- func (c *ProjectsInstancesTablesDropRowRangeCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsInstancesTablesDropRowRangeCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDropRowRangeCall
- type ProjectsInstancesTablesGetCall
- func (c *ProjectsInstancesTablesGetCall) Context(ctx context.Context) *ProjectsInstancesTablesGetCall
- func (c *ProjectsInstancesTablesGetCall) Do(opts ...googleapi.CallOption) (*Table, error)
- func (c *ProjectsInstancesTablesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesGetCall
- func (c *ProjectsInstancesTablesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesGetCall
- func (c *ProjectsInstancesTablesGetCall) View(view string) *ProjectsInstancesTablesGetCall
- type ProjectsInstancesTablesListCall
- func (c *ProjectsInstancesTablesListCall) Context(ctx context.Context) *ProjectsInstancesTablesListCall
- func (c *ProjectsInstancesTablesListCall) Do(opts ...googleapi.CallOption) (*ListTablesResponse, error)
- func (c *ProjectsInstancesTablesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesListCall
- func (c *ProjectsInstancesTablesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesListCall
- func (c *ProjectsInstancesTablesListCall) PageToken(pageToken string) *ProjectsInstancesTablesListCall
- func (c *ProjectsInstancesTablesListCall) Pages(ctx context.Context, f func(*ListTablesResponse) error) error
- func (c *ProjectsInstancesTablesListCall) View(view string) *ProjectsInstancesTablesListCall
- type ProjectsInstancesTablesModifyColumnFamiliesCall
- func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Context(ctx context.Context) *ProjectsInstancesTablesModifyColumnFamiliesCall
- func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Do(opts ...googleapi.CallOption) (*Table, error)
- func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesModifyColumnFamiliesCall
- type ProjectsInstancesTablesService
- func (r *ProjectsInstancesTablesService) Create(parent string, createtablerequest *CreateTableRequest) *ProjectsInstancesTablesCreateCall
- func (r *ProjectsInstancesTablesService) Delete(name string) *ProjectsInstancesTablesDeleteCall
- func (r *ProjectsInstancesTablesService) DropRowRange(name string, droprowrangerequest *DropRowRangeRequest) *ProjectsInstancesTablesDropRowRangeCall
- func (r *ProjectsInstancesTablesService) Get(name string) *ProjectsInstancesTablesGetCall
- func (r *ProjectsInstancesTablesService) List(parent string) *ProjectsInstancesTablesListCall
- func (r *ProjectsInstancesTablesService) ModifyColumnFamilies(name string, modifycolumnfamiliesrequest *ModifyColumnFamiliesRequest) *ProjectsInstancesTablesModifyColumnFamiliesCall
- type ProjectsInstancesUpdateCall
- type ProjectsService
- type Service
- type Split
- type Status
- type StatusDetails
- type Table
- type Union
- type UpdateClusterMetadata
Constants ¶
const ( // View and manage your data across Google Cloud Platform services CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" // View your data across Google Cloud Platform services CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { // DefaultStorageType: (`CreationOnly`) // The type of storage used by this cluster to serve its // parent instance's tables, unless explicitly overridden. // // Possible values: // "STORAGE_TYPE_UNSPECIFIED" - The user did not specify a storage // type. // "SSD" - Flash (SSD) storage should be used. // "HDD" - Magnetic drive (HDD) storage should be used. DefaultStorageType string `json:"defaultStorageType,omitempty"` // Location: (`CreationOnly`) // The location where this cluster's nodes and storage reside. For // best // performance, clients should be located as close as possible to this // cluster. // Currently only zones are supported, so values should be of the // form // `projects/<project>/locations/<zone>`. Location string `json:"location,omitempty"` // Name: (`OutputOnly`) // The unique name of the cluster. Values are of the // form // `projects/<project>/instances/<instance>/clusters/a-z*`. Name string `json:"name,omitempty"` // ServeNodes: The number of nodes allocated to this cluster. More nodes // enable higher // throughput and more consistent performance. ServeNodes int64 `json:"serveNodes,omitempty"` // State: (`OutputOnly`) // The current state of the cluster. // // Possible values: // "STATE_NOT_KNOWN" - The state of the cluster could not be // determined. // "READY" - The cluster has been successfully created and is ready to // serve requests. // "CREATING" - The cluster is currently being created, and may be // destroyed // if the creation process encounters an error. // A cluster may not be able to serve requests while being created. // "RESIZING" - The cluster is currently being resized, and may revert // to its previous // node count if the process encounters an error. // A cluster is still capable of serving requests while being // resized, // but may exhibit performance as if its number of allocated nodes // is // between the starting and requested states. // "DISABLED" - The cluster has no backing nodes. The data (tables) // still // exist, but no operations can be performed on the cluster. State string `json:"state,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DefaultStorageType") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Cluster: A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
func (*Cluster) MarshalJSON ¶
type ColumnFamily ¶
type ColumnFamily struct { // GcRule: Garbage collection rule specified as a protobuf. // Must serialize to at most 500 bytes. // // NOTE: Garbage collection executes opportunistically in the // background, and // so it's possible for reads to return a cell even if it matches the // active // GC expression for its family. GcRule *GcRule `json:"gcRule,omitempty"` // ForceSendFields is a list of field names (e.g. "GcRule") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ColumnFamily: A set of columns within a table which share a common configuration.
func (*ColumnFamily) MarshalJSON ¶
func (s *ColumnFamily) MarshalJSON() ([]byte, error)
type CreateInstanceMetadata ¶
type CreateInstanceMetadata struct { // FinishTime: The time at which the operation failed or was completed // successfully. FinishTime string `json:"finishTime,omitempty"` // OriginalRequest: The request that prompted the initiation of this // CreateInstance operation. OriginalRequest *CreateInstanceRequest `json:"originalRequest,omitempty"` // RequestTime: The time at which the original request was received. RequestTime string `json:"requestTime,omitempty"` // ForceSendFields is a list of field names (e.g. "FinishTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
CreateInstanceMetadata: The metadata for the Operation returned by CreateInstance.
func (*CreateInstanceMetadata) MarshalJSON ¶
func (s *CreateInstanceMetadata) MarshalJSON() ([]byte, error)
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { // Clusters: The clusters to be created within the instance, mapped by // desired // cluster ID, e.g., just `mycluster` rather // than // `projects/myproject/instances/myinstance/clusters/mycluster`. // Fie // lds marked `OutputOnly` must be left blank. // Currently exactly one cluster must be specified. Clusters map[string]Cluster `json:"clusters,omitempty"` // Instance: The instance to create. // Fields marked `OutputOnly` must be left blank. Instance *Instance `json:"instance,omitempty"` // InstanceId: The ID to be used when referring to the new instance // within its project, // e.g., just `myinstance` rather // than // `projects/myproject/instances/myinstance`. InstanceId string `json:"instanceId,omitempty"` // Parent: The unique name of the project in which to create the new // instance. // Values are of the form `projects/<project>`. Parent string `json:"parent,omitempty"` // ForceSendFields is a list of field names (e.g. "Clusters") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
CreateInstanceRequest: Request message for BigtableInstanceAdmin.CreateInstance.
func (*CreateInstanceRequest) MarshalJSON ¶
func (s *CreateInstanceRequest) MarshalJSON() ([]byte, error)
type CreateTableRequest ¶
type CreateTableRequest struct { // InitialSplits: The optional list of row keys that will be used to // initially split the // table into several tablets (tablets are similar to HBase // regions). // Given two split keys, `s1` and `s2`, three tablets will be // created, // spanning the key ranges: `[, s1), [s1, s2), [s2, )`. // // Example: // // * Row keys := `["a", "apple", "custom", "customer_1", "customer_2",` // "other", "zz"]` // * initial_split_keys := `["apple", "customer_1", "customer_2", // "other"]` // * Key assignment: // - Tablet 1 `[, apple) => {"a"}.` // - Tablet 2 `[apple, customer_1) => {"apple", "custom"}.` // - Tablet 3 `[customer_1, customer_2) => {"customer_1"}.` // - Tablet 4 `[customer_2, other) => {"customer_2"}.` // - Tablet 5 `[other, ) => {"other", "zz"}.` InitialSplits []*Split `json:"initialSplits,omitempty"` // Table: The Table to create. Table *Table `json:"table,omitempty"` // TableId: The name by which the new table should be referred to within // the parent // instance, e.g., `foobar` rather than `<parent>/tables/foobar`. TableId string `json:"tableId,omitempty"` // ForceSendFields is a list of field names (e.g. "InitialSplits") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
CreateTableRequest: Request message for google.bigtable.admin.v2.BigtableTableAdmin.CreateTable
func (*CreateTableRequest) MarshalJSON ¶
func (s *CreateTableRequest) MarshalJSON() ([]byte, error)
type DropRowRangeRequest ¶
type DropRowRangeRequest struct { // DeleteAllDataFromTable: Delete all rows in the table. Setting this to // false is a no-op. DeleteAllDataFromTable bool `json:"deleteAllDataFromTable,omitempty"` // RowKeyPrefix: Delete all rows that start with this row key prefix. // Prefix cannot be // zero length. RowKeyPrefix string `json:"rowKeyPrefix,omitempty"` // ForceSendFields is a list of field names (e.g. // "DeleteAllDataFromTable") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` }
DropRowRangeRequest: Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange
func (*DropRowRangeRequest) MarshalJSON ¶
func (s *DropRowRangeRequest) MarshalJSON() ([]byte, error)
type Empty ¶
type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
Empty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:
service Foo { rpc Bar(google.protobuf.Empty) returns
(google.protobuf.Empty);
}
The JSON representation for `Empty` is empty JSON object `{}`.
type GcRule ¶
type GcRule struct { // Intersection: Delete cells that would be deleted by every nested // rule. Intersection *Intersection `json:"intersection,omitempty"` // MaxAge: Delete cells in a column older than the given age. // Values must be at least one millisecond, and will be truncated // to // microsecond granularity. MaxAge string `json:"maxAge,omitempty"` // MaxNumVersions: Delete all cells in a column except the most recent // N. MaxNumVersions int64 `json:"maxNumVersions,omitempty"` // Union: Delete cells that would be deleted by any nested rule. Union *Union `json:"union,omitempty"` // ForceSendFields is a list of field names (e.g. "Intersection") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
GcRule: Rule for determining which cells to delete during garbage collection.
func (*GcRule) MarshalJSON ¶
type Instance ¶
type Instance struct { // DisplayName: The descriptive name for this instance as it appears in // UIs. // Can be changed at any time, but should be kept globally unique // to avoid confusion. DisplayName string `json:"displayName,omitempty"` // Name: (`OutputOnly`) // The unique name of the instance. Values are of the // form // `projects/<project>/instances/a-z+[a-z0-9]`. Name string `json:"name,omitempty"` // State: (`OutputOnly`) // The current state of the instance. // // Possible values: // "STATE_NOT_KNOWN" - The state of the instance could not be // determined. // "READY" - The instance has been successfully created and can serve // requests // to its tables. // "CREATING" - The instance is currently being created, and may be // destroyed // if the creation process encounters an error. State string `json:"state,omitempty"` // Type: The type of the instance. Defaults to `PRODUCTION`. // // Possible values: // "TYPE_UNSPECIFIED" - The type of the instance is unspecified. If // set when creating an // instance, a `PRODUCTION` instance will be created. If set when // updating // an instance, the type will be left unchanged. // "PRODUCTION" - An instance meant for production use. `serve_nodes` // must be set // on the cluster. // "DEVELOPMENT" - The instance is meant for development and testing // purposes only; it has // no performance or uptime guarantees and is not covered by SLA. // After a development instance is created, it can be upgraded // by // updating the instance to type `PRODUCTION`. An instance created // as a production instance cannot be changed to a development // instance. // When creating a development instance, `serve_nodes` on the cluster // must // not be set. Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DisplayName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Instance: A collection of Bigtable Tables and the resources that serve them. All tables in an instance are served from a single Cluster.
func (*Instance) MarshalJSON ¶
type Intersection ¶
type Intersection struct { // Rules: Only delete cells which would be deleted by every element of // `rules`. Rules []*GcRule `json:"rules,omitempty"` // ForceSendFields is a list of field names (e.g. "Rules") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Intersection: A GcRule which deletes cells matching all of the given rules.
func (*Intersection) MarshalJSON ¶
func (s *Intersection) MarshalJSON() ([]byte, error)
type ListClustersResponse ¶
type ListClustersResponse struct { // Clusters: The list of requested clusters. Clusters []*Cluster `json:"clusters,omitempty"` // FailedLocations: Locations from which Cluster information could not // be retrieved, // due to an outage or some other transient condition. // Clusters from these locations may be missing from `clusters`, // or may only have partial information returned. FailedLocations []string `json:"failedLocations,omitempty"` // NextPageToken: Set if not all clusters could be returned in a single // response. // Pass this value to `page_token` in another request to get the // next // page of results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Clusters") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ListClustersResponse: Response message for BigtableInstanceAdmin.ListClusters.
func (*ListClustersResponse) MarshalJSON ¶
func (s *ListClustersResponse) MarshalJSON() ([]byte, error)
type ListInstancesResponse ¶
type ListInstancesResponse struct { // FailedLocations: Locations from which Instance information could not // be retrieved, // due to an outage or some other transient condition. // Instances whose Clusters are all in one of the failed locations // may be missing from `instances`, and Instances with at least // one // Cluster in a failed location may only have partial information // returned. FailedLocations []string `json:"failedLocations,omitempty"` // Instances: The list of requested instances. Instances []*Instance `json:"instances,omitempty"` // NextPageToken: Set if not all instances could be returned in a single // response. // Pass this value to `page_token` in another request to get the // next // page of results. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "FailedLocations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ListInstancesResponse: Response message for BigtableInstanceAdmin.ListInstances.
func (*ListInstancesResponse) MarshalJSON ¶
func (s *ListInstancesResponse) MarshalJSON() ([]byte, error)
type ListOperationsResponse ¶
type ListOperationsResponse struct { // NextPageToken: The standard List next-page token. NextPageToken string `json:"nextPageToken,omitempty"` // Operations: A list of operations that matches the specified filter in // the request. Operations []*Operation `json:"operations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ListOperationsResponse: The response message for Operations.ListOperations.
func (*ListOperationsResponse) MarshalJSON ¶
func (s *ListOperationsResponse) MarshalJSON() ([]byte, error)
type ListTablesResponse ¶
type ListTablesResponse struct { // NextPageToken: Set if not all tables could be returned in a single // response. // Pass this value to `page_token` in another request to get the // next // page of results. NextPageToken string `json:"nextPageToken,omitempty"` // Tables: The tables present in the requested instance. Tables []*Table `json:"tables,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ListTablesResponse: Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
func (*ListTablesResponse) MarshalJSON ¶
func (s *ListTablesResponse) MarshalJSON() ([]byte, error)
type Modification ¶
type Modification struct { // Create: Create a new column family with the specified schema, or fail // if // one already exists with the given ID. Create *ColumnFamily `json:"create,omitempty"` // Drop: Drop (delete) the column family with the given ID, or fail if // no such // family exists. Drop bool `json:"drop,omitempty"` // Id: The ID of the column family to be modified. Id string `json:"id,omitempty"` // Update: Update an existing column family to the specified schema, or // fail // if no column family exists with the given ID. Update *ColumnFamily `json:"update,omitempty"` // ForceSendFields is a list of field names (e.g. "Create") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Modification: A create, update, or delete of a particular column family.
func (*Modification) MarshalJSON ¶
func (s *Modification) MarshalJSON() ([]byte, error)
type ModifyColumnFamiliesRequest ¶
type ModifyColumnFamiliesRequest struct { // Modifications: Modifications to be atomically applied to the // specified table's families. // Entries are applied in order, meaning that earlier modifications can // be // masked by later ones (in the case of repeated updates to the same // family, // for example). Modifications []*Modification `json:"modifications,omitempty"` // ForceSendFields is a list of field names (e.g. "Modifications") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
ModifyColumnFamiliesRequest: Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies
func (*ModifyColumnFamiliesRequest) MarshalJSON ¶
func (s *ModifyColumnFamiliesRequest) MarshalJSON() ([]byte, error)
type Operation ¶
type Operation struct { // Done: If the value is `false`, it means the operation is still in // progress. // If true, the operation is completed, and either `error` or `response` // is // available. Done bool `json:"done,omitempty"` // Error: The error result of the operation in case of failure or // cancellation. Error *Status `json:"error,omitempty"` // Metadata: Service-specific metadata associated with the operation. // It typically // contains progress information and common metadata such as create // time. // Some services might not provide such metadata. Any method that // returns a // long-running operation should document the metadata type, if any. Metadata OperationMetadata `json:"metadata,omitempty"` // Name: The server-assigned name, which is only unique within the same // service that // originally returns it. If you use the default HTTP mapping, // the // `name` should have the format of `operations/some/unique/name`. Name string `json:"name,omitempty"` // Response: The normal response of the operation in case of success. // If the original // method returns no data on success, such as `Delete`, the response // is // `google.protobuf.Empty`. If the original method is // standard // `Get`/`Create`/`Update`, the response should be the resource. For // other // methods, the response should have the type `XxxResponse`, where // `Xxx` // is the original method name. For example, if the original method // name // is `TakeSnapshot()`, the inferred response type // is // `TakeSnapshotResponse`. Response OperationResponse `json:"response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Done") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Operation: This resource represents a long-running operation that is the result of a network API call.
func (*Operation) MarshalJSON ¶
type OperationMetadata ¶
type OperationMetadata interface{}
type OperationResponse ¶
type OperationResponse interface{}
type OperationsCancelCall ¶
type OperationsCancelCall struct {
// contains filtered or unexported fields
}
func (*OperationsCancelCall) Context ¶
func (c *OperationsCancelCall) Context(ctx context.Context) *OperationsCancelCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsCancelCall) Do ¶
func (c *OperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.operations.cancel" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsCancelCall) Fields ¶
func (c *OperationsCancelCall) Fields(s ...googleapi.Field) *OperationsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type OperationsDeleteCall ¶
type OperationsDeleteCall struct {
// contains filtered or unexported fields
}
func (*OperationsDeleteCall) Context ¶
func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsDeleteCall) Do ¶
func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.operations.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsDeleteCall) Fields ¶
func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type OperationsGetCall ¶
type OperationsGetCall struct {
// contains filtered or unexported fields
}
func (*OperationsGetCall) Context ¶
func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsGetCall) Do ¶
func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "bigtableadmin.operations.get" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsGetCall) Fields ¶
func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsGetCall) IfNoneMatch ¶
func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type OperationsListCall ¶
type OperationsListCall struct {
// contains filtered or unexported fields
}
func (*OperationsListCall) Context ¶
func (c *OperationsListCall) Context(ctx context.Context) *OperationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OperationsListCall) Do ¶
func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error)
Do executes the "bigtableadmin.operations.list" call. Exactly one of *ListOperationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*OperationsListCall) Fields ¶
func (c *OperationsListCall) Fields(s ...googleapi.Field) *OperationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsListCall) Filter ¶
func (c *OperationsListCall) Filter(filter string) *OperationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*OperationsListCall) IfNoneMatch ¶
func (c *OperationsListCall) IfNoneMatch(entityTag string) *OperationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*OperationsListCall) PageSize ¶
func (c *OperationsListCall) PageSize(pageSize int64) *OperationsListCall
PageSize sets the optional parameter "pageSize": The standard list page size.
func (*OperationsListCall) PageToken ¶
func (c *OperationsListCall) PageToken(pageToken string) *OperationsListCall
PageToken sets the optional parameter "pageToken": The standard list page token.
func (*OperationsListCall) Pages ¶
func (c *OperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type OperationsService ¶
type OperationsService struct {
// contains filtered or unexported fields
}
func NewOperationsService ¶
func NewOperationsService(s *Service) *OperationsService
func (*OperationsService) Cancel ¶
func (r *OperationsService) Cancel(name string) *OperationsCancelCall
Cancel: Starts asynchronous cancellation on a long-running operation.
The server
makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
func (*OperationsService) Delete ¶
func (r *OperationsService) Delete(name string) *OperationsDeleteCall
Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
func (*OperationsService) Get ¶
func (r *OperationsService) Get(name string) *OperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
func (*OperationsService) List ¶
func (r *OperationsService) List(name string) *OperationsListCall
List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
NOTE: the `name` binding below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.
type ProjectsInstancesClustersCreateCall ¶
type ProjectsInstancesClustersCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesClustersCreateCall) ClusterId ¶
func (c *ProjectsInstancesClustersCreateCall) ClusterId(clusterId string) *ProjectsInstancesClustersCreateCall
ClusterId sets the optional parameter "clusterId": The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
func (*ProjectsInstancesClustersCreateCall) Context ¶
func (c *ProjectsInstancesClustersCreateCall) Context(ctx context.Context) *ProjectsInstancesClustersCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesClustersCreateCall) Do ¶
func (c *ProjectsInstancesClustersCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "bigtableadmin.projects.instances.clusters.create" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesClustersCreateCall) Fields ¶
func (c *ProjectsInstancesClustersCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesClustersDeleteCall ¶
type ProjectsInstancesClustersDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesClustersDeleteCall) Context ¶
func (c *ProjectsInstancesClustersDeleteCall) Context(ctx context.Context) *ProjectsInstancesClustersDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesClustersDeleteCall) Do ¶
func (c *ProjectsInstancesClustersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.projects.instances.clusters.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesClustersDeleteCall) Fields ¶
func (c *ProjectsInstancesClustersDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesClustersGetCall ¶
type ProjectsInstancesClustersGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesClustersGetCall) Context ¶
func (c *ProjectsInstancesClustersGetCall) Context(ctx context.Context) *ProjectsInstancesClustersGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesClustersGetCall) Do ¶
func (c *ProjectsInstancesClustersGetCall) Do(opts ...googleapi.CallOption) (*Cluster, error)
Do executes the "bigtableadmin.projects.instances.clusters.get" call. Exactly one of *Cluster or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Cluster.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesClustersGetCall) Fields ¶
func (c *ProjectsInstancesClustersGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesClustersGetCall) IfNoneMatch ¶
func (c *ProjectsInstancesClustersGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsInstancesClustersListCall ¶
type ProjectsInstancesClustersListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesClustersListCall) Context ¶
func (c *ProjectsInstancesClustersListCall) Context(ctx context.Context) *ProjectsInstancesClustersListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesClustersListCall) Do ¶
func (c *ProjectsInstancesClustersListCall) Do(opts ...googleapi.CallOption) (*ListClustersResponse, error)
Do executes the "bigtableadmin.projects.instances.clusters.list" call. Exactly one of *ListClustersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListClustersResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesClustersListCall) Fields ¶
func (c *ProjectsInstancesClustersListCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesClustersListCall) IfNoneMatch ¶
func (c *ProjectsInstancesClustersListCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsInstancesClustersListCall) PageToken ¶
func (c *ProjectsInstancesClustersListCall) PageToken(pageToken string) *ProjectsInstancesClustersListCall
PageToken sets the optional parameter "pageToken": The value of `next_page_token` returned by a previous call.
func (*ProjectsInstancesClustersListCall) Pages ¶
func (c *ProjectsInstancesClustersListCall) Pages(ctx context.Context, f func(*ListClustersResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsInstancesClustersService ¶
type ProjectsInstancesClustersService struct {
// contains filtered or unexported fields
}
func NewProjectsInstancesClustersService ¶
func NewProjectsInstancesClustersService(s *Service) *ProjectsInstancesClustersService
func (*ProjectsInstancesClustersService) Create ¶
func (r *ProjectsInstancesClustersService) Create(parent string, cluster *Cluster) *ProjectsInstancesClustersCreateCall
Create: Creates a cluster within an instance.
func (*ProjectsInstancesClustersService) Delete ¶
func (r *ProjectsInstancesClustersService) Delete(name string) *ProjectsInstancesClustersDeleteCall
Delete: Deletes a cluster from an instance.
func (*ProjectsInstancesClustersService) Get ¶
func (r *ProjectsInstancesClustersService) Get(name string) *ProjectsInstancesClustersGetCall
Get: Gets information about a cluster.
func (*ProjectsInstancesClustersService) List ¶
func (r *ProjectsInstancesClustersService) List(parent string) *ProjectsInstancesClustersListCall
List: Lists information about clusters in an instance.
func (*ProjectsInstancesClustersService) Update ¶
func (r *ProjectsInstancesClustersService) Update(name string, cluster *Cluster) *ProjectsInstancesClustersUpdateCall
Update: Updates a cluster within an instance.
type ProjectsInstancesClustersUpdateCall ¶
type ProjectsInstancesClustersUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesClustersUpdateCall) Context ¶
func (c *ProjectsInstancesClustersUpdateCall) Context(ctx context.Context) *ProjectsInstancesClustersUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesClustersUpdateCall) Do ¶
func (c *ProjectsInstancesClustersUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "bigtableadmin.projects.instances.clusters.update" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesClustersUpdateCall) Fields ¶
func (c *ProjectsInstancesClustersUpdateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesCreateCall ¶
type ProjectsInstancesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesCreateCall) Context ¶
func (c *ProjectsInstancesCreateCall) Context(ctx context.Context) *ProjectsInstancesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesCreateCall) Do ¶
func (c *ProjectsInstancesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "bigtableadmin.projects.instances.create" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesCreateCall) Fields ¶
func (c *ProjectsInstancesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesDeleteCall ¶
type ProjectsInstancesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesDeleteCall) Context ¶
func (c *ProjectsInstancesDeleteCall) Context(ctx context.Context) *ProjectsInstancesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesDeleteCall) Do ¶
func (c *ProjectsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.projects.instances.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesDeleteCall) Fields ¶
func (c *ProjectsInstancesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesGetCall ¶
type ProjectsInstancesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesGetCall) Context ¶
func (c *ProjectsInstancesGetCall) Context(ctx context.Context) *ProjectsInstancesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesGetCall) Do ¶
func (c *ProjectsInstancesGetCall) Do(opts ...googleapi.CallOption) (*Instance, error)
Do executes the "bigtableadmin.projects.instances.get" call. Exactly one of *Instance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Instance.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesGetCall) Fields ¶
func (c *ProjectsInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesGetCall) IfNoneMatch ¶
func (c *ProjectsInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type ProjectsInstancesListCall ¶
type ProjectsInstancesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesListCall) Context ¶
func (c *ProjectsInstancesListCall) Context(ctx context.Context) *ProjectsInstancesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesListCall) Do ¶
func (c *ProjectsInstancesListCall) Do(opts ...googleapi.CallOption) (*ListInstancesResponse, error)
Do executes the "bigtableadmin.projects.instances.list" call. Exactly one of *ListInstancesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListInstancesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesListCall) Fields ¶
func (c *ProjectsInstancesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesListCall) IfNoneMatch ¶
func (c *ProjectsInstancesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsInstancesListCall) PageToken ¶
func (c *ProjectsInstancesListCall) PageToken(pageToken string) *ProjectsInstancesListCall
PageToken sets the optional parameter "pageToken": The value of `next_page_token` returned by a previous call.
func (*ProjectsInstancesListCall) Pages ¶
func (c *ProjectsInstancesListCall) Pages(ctx context.Context, f func(*ListInstancesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type ProjectsInstancesService ¶
type ProjectsInstancesService struct { Clusters *ProjectsInstancesClustersService Tables *ProjectsInstancesTablesService // contains filtered or unexported fields }
func NewProjectsInstancesService ¶
func NewProjectsInstancesService(s *Service) *ProjectsInstancesService
func (*ProjectsInstancesService) Create ¶
func (r *ProjectsInstancesService) Create(parent string, createinstancerequest *CreateInstanceRequest) *ProjectsInstancesCreateCall
Create: Create an instance within a project.
func (*ProjectsInstancesService) Delete ¶
func (r *ProjectsInstancesService) Delete(name string) *ProjectsInstancesDeleteCall
Delete: Delete an instance from a project.
func (*ProjectsInstancesService) Get ¶
func (r *ProjectsInstancesService) Get(name string) *ProjectsInstancesGetCall
Get: Gets information about an instance.
func (*ProjectsInstancesService) List ¶
func (r *ProjectsInstancesService) List(parent string) *ProjectsInstancesListCall
List: Lists information about instances in a project.
func (*ProjectsInstancesService) Update ¶
func (r *ProjectsInstancesService) Update(name string, instance *Instance) *ProjectsInstancesUpdateCall
Update: Updates an instance within a project.
type ProjectsInstancesTablesCreateCall ¶
type ProjectsInstancesTablesCreateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesCreateCall) Context ¶
func (c *ProjectsInstancesTablesCreateCall) Context(ctx context.Context) *ProjectsInstancesTablesCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesCreateCall) Do ¶
func (c *ProjectsInstancesTablesCreateCall) Do(opts ...googleapi.CallOption) (*Table, error)
Do executes the "bigtableadmin.projects.instances.tables.create" call. Exactly one of *Table or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Table.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesCreateCall) Fields ¶
func (c *ProjectsInstancesTablesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesTablesDeleteCall ¶
type ProjectsInstancesTablesDeleteCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesDeleteCall) Context ¶
func (c *ProjectsInstancesTablesDeleteCall) Context(ctx context.Context) *ProjectsInstancesTablesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesDeleteCall) Do ¶
func (c *ProjectsInstancesTablesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.projects.instances.tables.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesDeleteCall) Fields ¶
func (c *ProjectsInstancesTablesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesTablesDropRowRangeCall ¶
type ProjectsInstancesTablesDropRowRangeCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesDropRowRangeCall) Context ¶
func (c *ProjectsInstancesTablesDropRowRangeCall) Context(ctx context.Context) *ProjectsInstancesTablesDropRowRangeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesDropRowRangeCall) Do ¶
func (c *ProjectsInstancesTablesDropRowRangeCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "bigtableadmin.projects.instances.tables.dropRowRange" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesDropRowRangeCall) Fields ¶
func (c *ProjectsInstancesTablesDropRowRangeCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDropRowRangeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesTablesGetCall ¶
type ProjectsInstancesTablesGetCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesGetCall) Context ¶
func (c *ProjectsInstancesTablesGetCall) Context(ctx context.Context) *ProjectsInstancesTablesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesGetCall) Do ¶
func (c *ProjectsInstancesTablesGetCall) Do(opts ...googleapi.CallOption) (*Table, error)
Do executes the "bigtableadmin.projects.instances.tables.get" call. Exactly one of *Table or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Table.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesGetCall) Fields ¶
func (c *ProjectsInstancesTablesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesTablesGetCall) IfNoneMatch ¶
func (c *ProjectsInstancesTablesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsInstancesTablesGetCall) View ¶
func (c *ProjectsInstancesTablesGetCall) View(view string) *ProjectsInstancesTablesGetCall
View sets the optional parameter "view": The view to be applied to the returned table's fields. Defaults to `SCHEMA_ONLY` if unspecified.
Possible values:
"VIEW_UNSPECIFIED" "NAME_ONLY" "SCHEMA_VIEW" "FULL"
type ProjectsInstancesTablesListCall ¶
type ProjectsInstancesTablesListCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesListCall) Context ¶
func (c *ProjectsInstancesTablesListCall) Context(ctx context.Context) *ProjectsInstancesTablesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesListCall) Do ¶
func (c *ProjectsInstancesTablesListCall) Do(opts ...googleapi.CallOption) (*ListTablesResponse, error)
Do executes the "bigtableadmin.projects.instances.tables.list" call. Exactly one of *ListTablesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListTablesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesListCall) Fields ¶
func (c *ProjectsInstancesTablesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ProjectsInstancesTablesListCall) IfNoneMatch ¶
func (c *ProjectsInstancesTablesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ProjectsInstancesTablesListCall) PageToken ¶
func (c *ProjectsInstancesTablesListCall) PageToken(pageToken string) *ProjectsInstancesTablesListCall
PageToken sets the optional parameter "pageToken": The value of `next_page_token` returned by a previous call.
func (*ProjectsInstancesTablesListCall) Pages ¶
func (c *ProjectsInstancesTablesListCall) Pages(ctx context.Context, f func(*ListTablesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*ProjectsInstancesTablesListCall) View ¶
func (c *ProjectsInstancesTablesListCall) View(view string) *ProjectsInstancesTablesListCall
View sets the optional parameter "view": The view to be applied to the returned tables' fields. Defaults to `NAME_ONLY` if unspecified; no others are currently supported.
Possible values:
"VIEW_UNSPECIFIED" "NAME_ONLY" "SCHEMA_VIEW" "FULL"
type ProjectsInstancesTablesModifyColumnFamiliesCall ¶
type ProjectsInstancesTablesModifyColumnFamiliesCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesTablesModifyColumnFamiliesCall) Context ¶
func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Context(ctx context.Context) *ProjectsInstancesTablesModifyColumnFamiliesCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesTablesModifyColumnFamiliesCall) Do ¶
func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Do(opts ...googleapi.CallOption) (*Table, error)
Do executes the "bigtableadmin.projects.instances.tables.modifyColumnFamilies" call. Exactly one of *Table or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Table.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesTablesModifyColumnFamiliesCall) Fields ¶
func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesModifyColumnFamiliesCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsInstancesTablesService ¶
type ProjectsInstancesTablesService struct {
// contains filtered or unexported fields
}
func NewProjectsInstancesTablesService ¶
func NewProjectsInstancesTablesService(s *Service) *ProjectsInstancesTablesService
func (*ProjectsInstancesTablesService) Create ¶
func (r *ProjectsInstancesTablesService) Create(parent string, createtablerequest *CreateTableRequest) *ProjectsInstancesTablesCreateCall
Create: Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.
func (*ProjectsInstancesTablesService) Delete ¶
func (r *ProjectsInstancesTablesService) Delete(name string) *ProjectsInstancesTablesDeleteCall
Delete: Permanently deletes a specified table and all of its data.
func (*ProjectsInstancesTablesService) DropRowRange ¶
func (r *ProjectsInstancesTablesService) DropRowRange(name string, droprowrangerequest *DropRowRangeRequest) *ProjectsInstancesTablesDropRowRangeCall
DropRowRange: Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix.
func (*ProjectsInstancesTablesService) Get ¶
func (r *ProjectsInstancesTablesService) Get(name string) *ProjectsInstancesTablesGetCall
Get: Gets metadata information about the specified table.
func (*ProjectsInstancesTablesService) List ¶
func (r *ProjectsInstancesTablesService) List(parent string) *ProjectsInstancesTablesListCall
List: Lists all tables served from a specified instance.
func (*ProjectsInstancesTablesService) ModifyColumnFamilies ¶
func (r *ProjectsInstancesTablesService) ModifyColumnFamilies(name string, modifycolumnfamiliesrequest *ModifyColumnFamiliesRequest) *ProjectsInstancesTablesModifyColumnFamiliesCall
ModifyColumnFamilies: Atomically performs a series of column family modifications on the specified table.
type ProjectsInstancesUpdateCall ¶
type ProjectsInstancesUpdateCall struct {
// contains filtered or unexported fields
}
func (*ProjectsInstancesUpdateCall) Context ¶
func (c *ProjectsInstancesUpdateCall) Context(ctx context.Context) *ProjectsInstancesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ProjectsInstancesUpdateCall) Do ¶
func (c *ProjectsInstancesUpdateCall) Do(opts ...googleapi.CallOption) (*Instance, error)
Do executes the "bigtableadmin.projects.instances.update" call. Exactly one of *Instance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Instance.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ProjectsInstancesUpdateCall) Fields ¶
func (c *ProjectsInstancesUpdateCall) Fields(s ...googleapi.Field) *ProjectsInstancesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
type ProjectsService ¶
type ProjectsService struct { Instances *ProjectsInstancesService // contains filtered or unexported fields }
func NewProjectsService ¶
func NewProjectsService(s *Service) *ProjectsService
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Operations *OperationsService Projects *ProjectsService // contains filtered or unexported fields }
type Split ¶
type Split struct { // Key: Row key to use as an initial tablet boundary. Key string `json:"key,omitempty"` // ForceSendFields is a list of field names (e.g. "Key") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Split: An initial split point for a newly created table.
func (*Split) MarshalJSON ¶
type Status ¶
type Status struct { // Code: The status code, which should be an enum value of // google.rpc.Code. Code int64 `json:"code,omitempty"` // Details: A list of messages that carry the error details. There will // be a // common set of message types for APIs to use. Details []StatusDetails `json:"details,omitempty"` // Message: A developer-facing error message, which should be in // English. Any // user-facing error message should be localized and sent in // the // google.rpc.Status.details field, or localized by the client. Message string `json:"message,omitempty"` // ForceSendFields is a list of field names (e.g. "Code") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Status: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). The error model is designed to be:
- Simple to use and understand for most users - Flexible enough to meet unexpected needs
Overview ¶
The `Status` message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers *understand* and *resolve* the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package `google.rpc` which can be used for common error conditions.
Language mapping ¶
The `Status` message is the logical representation of the error model, but it is not necessarily the actual wire format. When the `Status` message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.
Other uses ¶
The error model and the `Status` message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.
Example uses of this error model include:
- Partial errors. If a service needs to return partial errors to the client,
it may embed the `Status` in the normal response to indicate the
partial
errors.
- Workflow errors. A typical workflow has multiple steps. Each step may
have a `Status` message for error reporting purpose.
- Batch operations. If a client uses batch request and batch response, the
`Status` message should be used directly inside batch response,
one for
each error sub-response.
- Asynchronous operations. If an API call embeds asynchronous operation
results in its response, the status of those operations should
be
represented directly using the `Status` message.
- Logging. If some API errors are stored in logs, the message `Status` could
be used directly after any stripping needed for security/privacy
reasons.
func (*Status) MarshalJSON ¶
type StatusDetails ¶
type StatusDetails interface{}
type Table ¶
type Table struct { // ColumnFamilies: (`CreationOnly`) // The column families configured for this table, mapped by column // family ID. // Views: `SCHEMA_VIEW`, `FULL` ColumnFamilies map[string]ColumnFamily `json:"columnFamilies,omitempty"` // Granularity: (`CreationOnly`) // The granularity (e.g. `MILLIS`, `MICROS`) at which timestamps are // stored in // this table. Timestamps not matching the granularity will be // rejected. // If unspecified at creation time, the value will be set to // `MILLIS`. // Views: `SCHEMA_VIEW`, `FULL` // // Possible values: // "TIMESTAMP_GRANULARITY_UNSPECIFIED" - The user did not specify a // granularity. Should not be returned. // When specified during table creation, MILLIS will be used. // "MILLIS" - The table keeps data versioned at a granularity of 1ms. Granularity string `json:"granularity,omitempty"` // Name: (`OutputOnly`) // The unique name of the table. Values are of the // form // `projects/<project>/instances/<instance>/tables/_a-zA-Z0-9*`. // Vie // ws: `NAME_ONLY`, `SCHEMA_VIEW`, `FULL` Name string `json:"name,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ColumnFamilies") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Table: A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.
func (*Table) MarshalJSON ¶
type Union ¶
type Union struct { // Rules: Delete cells which would be deleted by any element of `rules`. Rules []*GcRule `json:"rules,omitempty"` // ForceSendFields is a list of field names (e.g. "Rules") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
Union: A GcRule which deletes cells matching any of the given rules.
func (*Union) MarshalJSON ¶
type UpdateClusterMetadata ¶
type UpdateClusterMetadata struct { // FinishTime: The time at which the operation failed or was completed // successfully. FinishTime string `json:"finishTime,omitempty"` // OriginalRequest: The request that prompted the initiation of this // UpdateCluster operation. OriginalRequest *Cluster `json:"originalRequest,omitempty"` // RequestTime: The time at which the original request was received. RequestTime string `json:"requestTime,omitempty"` // ForceSendFields is a list of field names (e.g. "FinishTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
UpdateClusterMetadata: The metadata for the Operation returned by UpdateCluster.
func (*UpdateClusterMetadata) MarshalJSON ¶
func (s *UpdateClusterMetadata) MarshalJSON() ([]byte, error)