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

Codegen refresh #2631

Merged
merged 1 commit into from
Nov 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ public final UnaryCallable<GetSinkRequest, LogSink> getSinkCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates a sink that exports specified log entries to a destination. The export of
* newly-ingested log entries begins immediately, unless the current time is outside the sink's
* start and end times or the sink's `writer_identity` is not permitted to write to the
* destination. A sink can export log entries only from the resource owning the sink.
* newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
* permitted to write to the destination. A sink can export log entries only from the resource
* owning the sink.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -378,9 +378,9 @@ public final LogSink createSink(ParentNameOneof parent, LogSink sink) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates a sink that exports specified log entries to a destination. The export of
* newly-ingested log entries begins immediately, unless the current time is outside the sink's
* start and end times or the sink's `writer_identity` is not permitted to write to the
* destination. A sink can export log entries only from the resource owning the sink.
* newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
* permitted to write to the destination. A sink can export log entries only from the resource
* owning the sink.
*
* <p>Sample code:
*
Expand All @@ -406,9 +406,9 @@ public final LogSink createSink(CreateSinkRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates a sink that exports specified log entries to a destination. The export of
* newly-ingested log entries begins immediately, unless the current time is outside the sink's
* start and end times or the sink's `writer_identity` is not permitted to write to the
* destination. A sink can export log entries only from the resource owning the sink.
* newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
* permitted to write to the destination. A sink can export log entries only from the resource
* owning the sink.
*
* <p>Sample code:
*
Expand All @@ -433,9 +433,8 @@ public final UnaryCallable<CreateSinkRequest, LogSink> createSinkCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Updates a sink. This method replaces the following fields in the existing sink with values from
* the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
* The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
* field.
* the new sink: `destination`, and `filter`. The updated sink might also have a new
* `writer_identity`; see the `unique_writer_identity` field.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -468,9 +467,8 @@ public final LogSink updateSink(SinkNameOneof sinkName, LogSink sink) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Updates a sink. This method replaces the following fields in the existing sink with values from
* the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
* The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
* field.
* the new sink: `destination`, and `filter`. The updated sink might also have a new
* `writer_identity`; see the `unique_writer_identity` field.
*
* <p>Sample code:
*
Expand All @@ -496,9 +494,8 @@ public final LogSink updateSink(UpdateSinkRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Updates a sink. This method replaces the following fields in the existing sink with values from
* the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
* The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
* field.
* the new sink: `destination`, and `filter`. The updated sink might also have a new
* `writer_identity`; see the `unique_writer_identity` field.
*
* <p>Sample code:
*
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
<api-common.version>1.2.0</api-common.version>
<gax.version>1.15.0</gax.version>
<gax-grpc.version>1.15.0</gax-grpc.version>
<generated-proto-beta.version>0.1.24</generated-proto-beta.version>
<generated-proto-ga.version>1.0.0</generated-proto-ga.version>
<generated-proto-beta.version>0.1.25</generated-proto-beta.version>
<generated-proto-ga.version>1.0.1</generated-proto-ga.version>
<google.auth.version>0.9.0</google.auth.version>
<grpc.version>1.7.0</grpc.version>
<nettyssl.version>2.0.6.Final</nettyssl.version>
Expand Down