Skip to content

Commit d6b2839

Browse files
---
yaml --- r: 8481 b: refs/heads/master c: 830d5cc h: refs/heads/master i: 8479: 3ccbaaa
1 parent 9c787e1 commit d6b2839

141 files changed

Lines changed: 305 additions & 561 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5315364aa410a73fe319da292af15085ea6539b8
2+
refs/heads/master: 830d5ccd8939708d3d76acfcfecafa0f6818501b
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
1515
This client supports the following Google Cloud Platform services at a [GA](#versioning) quality level:
1616
- [Stackdriver Logging](google-cloud-logging) (GA)
1717
- [Cloud Datastore](google-cloud-datastore) (GA)
18+
- [Cloud Natural Language](google-cloud-language) (GA)
1819
- [Cloud Storage](google-cloud-storage) (GA)
1920
- [Cloud Translation](google-cloud-translate) (GA)
2021

2122
This client supports the following Google Cloud Platform services at a [Beta](#versioning) quality level:
2223

2324
- [BigQuery](google-cloud-bigquery) (Beta)
25+
- [Cloud Data Loss Prevention](google-cloud-dlp) (Beta)
26+
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Beta)
2427
- [Cloud Firestore](google-cloud-firestore) (Beta)
28+
- [Stackdriver Monitoring](google-cloud-monitoring) (Beta)
2529
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
2630
- [Cloud Spanner](google-cloud-spanner) (Beta)
27-
- [Cloud Natural Language](google-cloud-language) (Beta)
2831
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
2932
- [Cloud Vision](google-cloud-vision) (Beta)
33+
- [Stackdriver Trace](google-cloud-trace) (Beta)
3034

3135
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level:
3236

3337
- [Cloud Compute](google-cloud-compute) (Alpha)
34-
- [Cloud Data Loss Prevention](google-cloud-dlp) (Alpha)
3538
- [Cloud DNS](google-cloud-dns) (Alpha)
36-
- [Stackdriver Error Reporting](google-cloud-errorreporting) (Alpha)
37-
- [Stackdriver Monitoring](google-cloud-monitoring) (Alpha)
3839
- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha)
3940
- [Cloud Speech](google-cloud-speech) (Alpha)
40-
- [Cloud Trace](google-cloud-trace) (Alpha)
4141

4242
> Note: google-cloud-java is a work-in-progress, and may occasionally
4343
> make backwards-incompatible changes.
@@ -50,16 +50,16 @@ If you are using Maven, add this to your pom.xml file
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>
5252
<artifactId>google-cloud</artifactId>
53-
<version>0.26.0-alpha</version>
53+
<version>0.28.0-alpha</version>
5454
</dependency>
5555
```
5656
If you are using Gradle, add this to your dependencies
5757
```Groovy
58-
compile 'com.google.cloud:google-cloud:0.26.0-alpha'
58+
compile 'com.google.cloud:google-cloud:0.28.0-alpha'
5959
```
6060
If you are using SBT, add this to your dependencies
6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.26.0-alpha"
62+
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.28.0-alpha"
6363
```
6464

6565
For running on Google App Engine, see [more instructions here](./APPENGINE.md).

trunk/google-cloud-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-bigquery</artifactId>
25-
<version>0.26.0-beta</version>
25+
<version>0.28.0-beta</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-bigquery:0.26.0-beta'
30+
compile 'com.google.cloud:google-cloud-bigquery:0.28.0-beta'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.26.0-beta"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.28.0-beta"
3535
```
3636

3737
Example Application

trunk/google-cloud-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigquery</artifactId>
5-
<version>0.26.1-beta-SNAPSHOT</version>
5+
<version>0.28.0-beta</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud BigQuery</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.26.1-alpha-SNAPSHOT</version>
15+
<version>0.28.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquery</site.installationModule>

trunk/google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigtable</artifactId>
5-
<version>0.26.1-beta-SNAPSHOT</version>
5+
<version>0.28.0-beta</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigtable</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigtable</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.26.1-alpha-SNAPSHOT</version>
15+
<version>0.28.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableInstanceAdminSettings.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -259,21 +259,6 @@ private static String getGapicVersion() {
259259
return gapicVersion;
260260
}
261261

262-
/** Returns a builder for this class with recommended defaults. */
263-
@Deprecated
264-
public static Builder defaultBuilder() {
265-
return Builder.createDefault();
266-
}
267-
268-
/**
269-
* Returns a builder for this class with recommended defaults for API methods, and the given
270-
* ClientContext used for executor/transport/credentials.
271-
*/
272-
@Deprecated
273-
public static Builder defaultBuilder(ClientContext clientContext) {
274-
return new Builder(clientContext);
275-
}
276-
277262
/** Returns a new builder for this class. */
278263
public static Builder newBuilder() {
279264
return Builder.createDefault();

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminSettings.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,21 +209,6 @@ private static String getGapicVersion() {
209209
return gapicVersion;
210210
}
211211

212-
/** Returns a builder for this class with recommended defaults. */
213-
@Deprecated
214-
public static Builder defaultBuilder() {
215-
return Builder.createDefault();
216-
}
217-
218-
/**
219-
* Returns a builder for this class with recommended defaults for API methods, and the given
220-
* ClientContext used for executor/transport/credentials.
221-
*/
222-
@Deprecated
223-
public static Builder defaultBuilder(ClientContext clientContext) {
224-
return new Builder(clientContext);
225-
}
226-
227212
/** Returns a new builder for this class. */
228213
public static Builder newBuilder() {
229214
return Builder.createDefault();

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/v2/BigtableSettings.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,21 +204,6 @@ private static String getGapicVersion() {
204204
return gapicVersion;
205205
}
206206

207-
/** Returns a builder for this class with recommended defaults. */
208-
@Deprecated
209-
public static Builder defaultBuilder() {
210-
return Builder.createDefault();
211-
}
212-
213-
/**
214-
* Returns a builder for this class with recommended defaults for API methods, and the given
215-
* ClientContext used for executor/transport/credentials.
216-
*/
217-
@Deprecated
218-
public static Builder defaultBuilder(ClientContext clientContext) {
219-
return new Builder(clientContext);
220-
}
221-
222207
/** Returns a new builder for this class. */
223208
public static Builder newBuilder() {
224209
return Builder.createDefault();

trunk/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/MockBigtableInstanceAdmin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
*/
1616
package com.google.cloud.bigtable.admin.v2;
1717

18+
import com.google.api.core.BetaApi;
1819
import com.google.api.gax.grpc.testing.MockGrpcService;
1920
import com.google.protobuf.GeneratedMessageV3;
2021
import io.grpc.ServerServiceDefinition;
2122
import java.util.List;
2223

2324
@javax.annotation.Generated("by GAPIC")
25+
@BetaApi
2426
public class MockBigtableInstanceAdmin implements MockGrpcService {
2527
private final MockBigtableInstanceAdminImpl serviceImpl;
2628

trunk/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/MockBigtableInstanceAdminImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package com.google.cloud.bigtable.admin.v2;
1717

18+
import com.google.api.core.BetaApi;
1819
import com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase;
1920
import com.google.bigtable.admin.v2.Cluster;
2021
import com.google.bigtable.admin.v2.CreateClusterRequest;
@@ -38,6 +39,7 @@
3839
import java.util.Queue;
3940

4041
@javax.annotation.Generated("by GAPIC")
42+
@BetaApi
4143
public class MockBigtableInstanceAdminImpl extends BigtableInstanceAdminImplBase {
4244
private ArrayList<GeneratedMessageV3> requests;
4345
private Queue<Object> responses;

0 commit comments

Comments
 (0)