Skip to content

Commit

Permalink
Release gapics (#3423)
Browse files Browse the repository at this point in the history
Generated with googleapis/gapic-generator#2131 to fix error in LoggingClient (see fix at andreamlin/google-cloud-java@386c987)

Update google-common-protos to v 1.12.0.

Add google-cloud-tasks for the first time.

Remove LoggingSmokeTest.java, because the Logging smoke config has been removed from googleapis/googleapis, and the existing LoggingSmokeTest.java is incompatible with the current google-cloud-logging/src/main.
  • Loading branch information
andreamlin committed Jul 9, 2018
1 parent aa23ce4 commit 9e136cf
Show file tree
Hide file tree
Showing 207 changed files with 64,143 additions and 2,570 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,14 @@ public void deleteLog(com.google.logging.v2.DeleteLogRequest request,

/**
* <pre>
* ## Log entry resources
* Writes log entries to Stackdriver Logging. This API method is the
* only way to send log entries to Stackdriver Logging. This method
* is used, directly or indirectly, by the Stackdriver Logging agent
* (fluentd) and all logging libraries configured to use Stackdriver
* Logging.
* A single request may contain log entries for a maximum of 1000
* different resources (projects, organizations, billing accounts or
* folders)
* </pre>
*/
public void writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request,
Expand Down Expand Up @@ -386,12 +388,14 @@ public void deleteLog(com.google.logging.v2.DeleteLogRequest request,

/**
* <pre>
* ## Log entry resources
* Writes log entries to Stackdriver Logging. This API method is the
* only way to send log entries to Stackdriver Logging. This method
* is used, directly or indirectly, by the Stackdriver Logging agent
* (fluentd) and all logging libraries configured to use Stackdriver
* Logging.
* A single request may contain log entries for a maximum of 1000
* different resources (projects, organizations, billing accounts or
* folders)
* </pre>
*/
public void writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request,
Expand Down Expand Up @@ -474,12 +478,14 @@ public com.google.protobuf.Empty deleteLog(com.google.logging.v2.DeleteLogReques

/**
* <pre>
* ## Log entry resources
* Writes log entries to Stackdriver Logging. This API method is the
* only way to send log entries to Stackdriver Logging. This method
* is used, directly or indirectly, by the Stackdriver Logging agent
* (fluentd) and all logging libraries configured to use Stackdriver
* Logging.
* A single request may contain log entries for a maximum of 1000
* different resources (projects, organizations, billing accounts or
* folders)
* </pre>
*/
public com.google.logging.v2.WriteLogEntriesResponse writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request) {
Expand Down Expand Up @@ -559,12 +565,14 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em

/**
* <pre>
* ## Log entry resources
* Writes log entries to Stackdriver Logging. This API method is the
* only way to send log entries to Stackdriver Logging. This method
* is used, directly or indirectly, by the Stackdriver Logging agent
* (fluentd) and all logging libraries configured to use Stackdriver
* Logging.
* A single request may contain log entries for a maximum of 1000
* different resources (projects, organizations, billing accounts or
* folders)
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.WriteLogEntriesResponse> writeLogEntries(
Expand Down
31 changes: 31 additions & 0 deletions google-api-grpc/grpc-google-cloud-tasks-v2beta2/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>grpc-google-cloud-tasks-v2beta2</artifactId>
<version>0.18.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-tasks-v2beta2:current} -->
<name>grpc-google-cloud-tasks-v2beta2</name>
<description>GRPC library for grpc-google-cloud-tasks-v2beta2</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.18.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-tasks-v2beta2</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -356,6 +356,16 @@
<artifactId>grpc-google-cloud-speech-v1</artifactId>
<version>0.18.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-tasks-v2beta2</artifactId>
<version>0.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-tasks-v2beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-tasks-v2beta2</artifactId>
<version>0.18.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-tasks-v2beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-texttospeech-v1</artifactId>
Expand Down Expand Up @@ -522,6 +532,7 @@
<module>grpc-google-cloud-speech-v1</module>
<module>grpc-google-cloud-speech-v1beta1</module>
<module>grpc-google-cloud-speech-v1p1beta1</module>
<module>grpc-google-cloud-tasks-v2beta2</module>
<module>grpc-google-cloud-texttospeech-v1</module>
<module>grpc-google-cloud-texttospeech-v1beta1</module>
<module>grpc-google-cloud-trace-v1</module>
Expand Down Expand Up @@ -559,6 +570,7 @@
<module>proto-google-cloud-speech-v1</module>
<module>proto-google-cloud-speech-v1beta1</module>
<module>proto-google-cloud-speech-v1p1beta1</module>
<module>proto-google-cloud-tasks-v2beta2</module>
<module>proto-google-cloud-texttospeech-v1</module>
<module>proto-google-cloud-texttospeech-v1beta1</module>
<module>proto-google-cloud-trace-v1</module>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e136cf

Please sign in to comment.