Skip to content

Commit

Permalink
bigquery,logging,storage,datastore: mention beta status in doc comment
Browse files Browse the repository at this point in the history
Change-Id: I69d0a50bca236939d42877f27e4601caf25192ea
Reviewed-on: https://code-review.googlesource.com/9835
Reviewed-by: Ross Light <light@google.com>
Reviewed-by: Chris Broadfoot <cbro@google.com>
  • Loading branch information
jba committed Dec 9, 2016
1 parent 1e032f3 commit 0c87a68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bigquery/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/*
Package bigquery provides a client for the BigQuery service.
Note: This package is a work-in-progress. Backwards-incompatible changes should be expected.
Note: This package is in beta. Some backwards-incompatible changes may occur.
The following assumes a basic familiarity with BigQuery concepts.
See https://cloud.google.com/bigquery/docs.
Expand Down
2 changes: 2 additions & 0 deletions datastore/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
/*
Package datastore provides a client for Google Cloud Datastore.
Note: This package is in beta. Some backwards-incompatible changes may occur.
Basic Operations
Expand Down
3 changes: 2 additions & 1 deletion logging/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ see package cloud.google.com/go/logging/logadmin.
This client uses Logging API v2.
See https://cloud.google.com/logging/docs/api/v2/ for an introduction to the API.
This package is experimental and subject to API changes.
Note: This package is in beta. Some backwards-incompatible changes may occur.
Creating a Client
Expand Down
4 changes: 1 addition & 3 deletions logging/logadmin/logadmin.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// TODO(jba): link in google.cloud.audit.AuditLog, to support activity logs (after it is published)

// These features are missing now, but will likely be added:
// - There is no way to specify CallOptions.

Expand All @@ -24,7 +22,7 @@
// The client uses Logging API v2.
// See https://cloud.google.com/logging/docs/api/v2/ for an introduction to the API.
//
// This package is experimental and subject to API changes.
// Note: This package is in beta. Some backwards-incompatible changes may occur.
package logadmin // import "cloud.google.com/go/logging/logadmin"

import (
Expand Down
2 changes: 1 addition & 1 deletion storage/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All of the methods of this package use exponential backoff to retry calls
that fail with certain errors, as described in
https://cloud.google.com/storage/docs/exponential-backoff.
Note: This package is experimental and may make backwards-incompatible changes.
Note: This package is in beta. Some backwards-incompatible changes may occur.
Creating a Client
Expand Down

0 comments on commit 0c87a68

Please sign in to comment.