Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release gapics #3423

Merged
merged 25 commits into from
Jul 9, 2018
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f3acdc4
regen, add in cloudtasks
andreamlin Jun 27, 2018
797ff0f
add copypasta pom.xml from texttospeech to tasks
andreamlin Jun 27, 2018
84ab254
reset pom.xmls
andreamlin Jun 27, 2018
80801c9
remove licenses, build.gradles; update pom.xml for grpc/proto cloudtasks
andreamlin Jun 27, 2018
bb16cc9
adding cloudtasks to bom pom
andreamlin Jun 27, 2018
c146088
add README and pom to google-cloud-clients/tasks
andreamlin Jun 27, 2018
f03c985
add cloudtasks to parent pom.xml
andreamlin Jun 27, 2018
9b2907f
upload dlp protos
andreamlin Jun 27, 2018
a8640a5
add logging v2
andreamlin Jun 27, 2018
bbc81e8
update gapic libraries
andreamlin Jun 27, 2018
68e39d0
add google-common-protos dep for logging
andreamlin Jun 28, 2018
97bc05f
use common-protos v1.12.0
andreamlin Jun 28, 2018
f2cc966
noop
andreamlin Jun 29, 2018
49823a1
revert noop
andreamlin Jun 29, 2018
350ecf4
delete LoggingSmokeTest, regneerate logging without ParentName
andreamlin Jul 3, 2018
8242895
update LogginClient and test
andreamlin Jul 3, 2018
844fb46
regenerate logging using toolkit PR no_flattening_params
andreamlin Jul 3, 2018
1c959d2
add cloudtasks to versions.txt
andreamlin Jul 3, 2018
be9c2dc
add versions of google-cloud-tasks in poms
andreamlin Jul 3, 2018
59c528d
revert speech version to beta
andreamlin Jul 3, 2018
cb21b7d
update proto and grpc packages for logging
andreamlin Jul 3, 2018
a823acd
regen with everything master
andreamlin Jul 9, 2018
bf16ff4
regen with toolkit PR
andreamlin Jul 9, 2018
676d3d4
remove extra logging protos
andreamlin Jul 9, 2018
002e321
regen with toolkit PR
andreamlin Jul 9, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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