Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 52c2377

Browse files
docs: modifies the project ID pattern in comment for Workbench environment (#381)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 446581791 Source-Link: googleapis/googleapis@2402963 Source-Link: https://github.com/googleapis/googleapis-gen/commit/df2549f62967d22ebc803fe60cd5069dcefb9240 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGYyNTQ5ZjYyOTY3ZDIyZWJjODAzZmU2MGNkNTA2OWRjZWZiOTI0MCJ9 chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0 PiperOrigin-RevId: 446250659 Source-Link: googleapis/googleapis@dc4ef31 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fdda4ddfbab87998e77e4a453e0ff87986d2db8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9
1 parent 1719087 commit 52c2377

37 files changed

+512
-44
lines changed

‎google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/ManagedNotebookServiceClient.java

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

‎google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/ManagedNotebookServiceSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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.
@@ -55,6 +55,8 @@
5555
* <p>For example, to set the total timeout of getRuntime to 30 seconds:
5656
*
5757
* <pre>{@code
58+
* // This snippet has been automatically generated for illustrative purposes only.
59+
* // It may require modifications to work in your environment.
5860
* ManagedNotebookServiceSettings.Builder managedNotebookServiceSettingsBuilder =
5961
* ManagedNotebookServiceSettings.newBuilder();
6062
* managedNotebookServiceSettingsBuilder

‎google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/NotebookServiceClient.java

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

‎google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/NotebookServiceSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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.
@@ -58,6 +58,8 @@
5858
* <p>For example, to set the total timeout of getInstance to 30 seconds:
5959
*
6060
* <pre>{@code
61+
* // This snippet has been automatically generated for illustrative purposes only.
62+
* // It may require modifications to work in your environment.
6163
* NotebookServiceSettings.Builder notebookServiceSettingsBuilder =
6264
* NotebookServiceSettings.newBuilder();
6365
* notebookServiceSettingsBuilder

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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 ManagedNotebookServiceClient:
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 (ManagedNotebookServiceClient managedNotebookServiceClient =
3032
* ManagedNotebookServiceClient.create()) {
3133
* RuntimeName name = RuntimeName.of("[PROJECT]", "[LOCATION]", "[RUNTIME]");
@@ -40,6 +42,8 @@
4042
* <p>Sample for NotebookServiceClient:
4143
*
4244
* <pre>{@code
45+
* // This snippet has been automatically generated for illustrative purposes only.
46+
* // It may require modifications to work in your environment.
4347
* try (NotebookServiceClient notebookServiceClient = NotebookServiceClient.create()) {
4448
* String name = "name3373707";
4549
* Instance response = notebookServiceClient.getInstance(name);

‎google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/GrpcManagedNotebookServiceCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/GrpcManagedNotebookServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/GrpcNotebookServiceCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/GrpcNotebookServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/ManagedNotebookServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 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.

0 commit comments

Comments
 (0)