Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit2600a9f

Browse files
chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0 (#165)
- [ ] Regenerate this pull request now.PiperOrigin-RevId: 446250659Source-Link:googleapis/googleapis@dc4ef31Source-Link:https://github.com/googleapis/googleapis-gen/commit/5fdda4ddfbab87998e77e4a453e0ff87986d2db8Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9
1 parent09e0c86 commit2600a9f

File tree

33 files changed

+475
-33
lines changed

33 files changed

+475
-33
lines changed

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamClient.java‎

Lines changed: 237 additions & 1 deletion
Large diffs are not rendered by default.

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/DatastreamSettings.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -65,6 +65,8 @@
6565
* <p>For example, to set the total timeout of getConnectionProfile to 30 seconds:
6666
*
6767
* <pre>{@code
68+
* // This snippet has been automatically generated for illustrative purposes only.
69+
* // It may require modifications to work in your environment.
6870
* DatastreamSettings.Builder datastreamSettingsBuilder = DatastreamSettings.newBuilder();
6971
* datastreamSettingsBuilder
7072
* .getConnectionProfileSettings()

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/package-info.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,6 +26,8 @@
2626
* <p>Sample for DatastreamClient:
2727
*
2828
* <pre>{@code
29+
* // This snippet has been automatically generated for illustrative purposes only.
30+
* // It may require modifications to work in your environment.
2931
* try (DatastreamClient datastreamClient = DatastreamClient.create()) {
3032
* ConnectionProfileName name =
3133
* ConnectionProfileName.of("[PROJECT]", "[LOCATION]", "[CONNECTION_PROFILE]");

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/DatastreamStub.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/DatastreamStubSettings.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -123,6 +123,8 @@
123123
* <p>For example, to set the total timeout of getConnectionProfile to 30 seconds:
124124
*
125125
* <pre>{@code
126+
* // This snippet has been automatically generated for illustrative purposes only.
127+
* // It may require modifications to work in your environment.
126128
* DatastreamStubSettings.Builder datastreamSettingsBuilder = DatastreamStubSettings.newBuilder();
127129
* datastreamSettingsBuilder
128130
* .getConnectionProfileSettings()

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/GrpcDatastreamCallableFactory.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/GrpcDatastreamStub.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/DatastreamClient.java‎

Lines changed: 195 additions & 1 deletion
Large diffs are not rendered by default.

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/DatastreamSettings.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -59,6 +59,8 @@
5959
* <p>For example, to set the total timeout of getConnectionProfile to 30 seconds:
6060
*
6161
* <pre>{@code
62+
* // This snippet has been automatically generated for illustrative purposes only.
63+
* // It may require modifications to work in your environment.
6264
* DatastreamSettings.Builder datastreamSettingsBuilder = DatastreamSettings.newBuilder();
6365
* datastreamSettingsBuilder
6466
* .getConnectionProfileSettings()

‎google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/package-info.java‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright2021 Google LLC
2+
* Copyright2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,6 +24,8 @@
2424
* <p>Sample for DatastreamClient:
2525
*
2626
* <pre>{@code
27+
* // This snippet has been automatically generated for illustrative purposes only.
28+
* // It may require modifications to work in your environment.
2729
* try (DatastreamClient datastreamClient = DatastreamClient.create()) {
2830
* ConnectionProfileName name =
2931
* ConnectionProfileName.of("[PROJECT]", "[LOCATION]", "[CONNECTION_PROFILE]");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp