From 9a4feaf31fc4fa14ed55a0c587dce72622f7fe5e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 24 May 2022 01:02:48 +0000 Subject: [PATCH 1/7] chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 PiperOrigin-RevId: 450543911 Source-Link: https://github.com/googleapis/googleapis/commit/55283447ab72f10b6c2571d770af0498b593e84f Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9 --- .../shell/v1/CloudShellServiceClient.java | 10 +- .../shell/v1/CloudShellServiceSettings.java | 7 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 0 .../stub/CloudShellServiceStubSettings.java | 7 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 + .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 ++++----- .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 +++-- .../v1/AddPublicKeyResponseOrBuilder.java | 29 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 ++++----- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 9 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 327 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 9 + .../google/cloud/shell/v1/Environment.java | 1027 +++++++---------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 31 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 + .../shell/v1/RemovePublicKeyRequest.java | 387 +++---- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 9 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 .../v1/AddPublicKeyMetadataOrBuilder.java | 24 - .../v1/AddPublicKeyResponseOrBuilder.java | 50 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 - ...AuthorizeEnvironmentResponseOrBuilder.java | 24 - .../cloud/shell/v1/CloudShellProto.java | 352 ------ .../CreateEnvironmentMetadataOrBuilder.java | 24 - .../DeleteEnvironmentMetadataOrBuilder.java | 24 - .../v1/GetEnvironmentRequestOrBuilder.java | 56 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 - .../v1/RemovePublicKeyResponseOrBuilder.java | 24 - 59 files changed, 3298 insertions(+), 4978 deletions(-) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (97%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (97%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (98%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {grpc-google-cloud-shell-v1 => owl-bot-staging/v1/grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 97% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index bb2e7f22..79c5e560 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -16,7 +16,6 @@ package com.google.cloud.shell.v1; -import com.google.api.core.BetaApi; import com.google.api.gax.core.BackgroundResource; import com.google.api.gax.longrunning.OperationFuture; import com.google.api.gax.rpc.OperationCallable; @@ -57,13 +56,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* @@ -126,7 +125,6 @@ public static final CloudShellServiceClient create(CloudShellServiceSettings set * Constructs an instance of CloudShellServiceClient, using the given stub for making calls. This * is for advanced usage - prefer using create(CloudShellServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final CloudShellServiceClient create(CloudShellServiceStub stub) { return new CloudShellServiceClient(stub); } @@ -142,7 +140,6 @@ protected CloudShellServiceClient(CloudShellServiceSettings settings) throws IOE this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected CloudShellServiceClient(CloudShellServiceStub stub) { this.settings = null; this.stub = stub; @@ -153,7 +150,6 @@ public final CloudShellServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public CloudShellServiceStub getStub() { return stub; } diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 97% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index 3d40c4f6..bde034ee 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -25,6 +25,7 @@ import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -40,9 +41,9 @@ *

The default instance has everything set to sensible defaults: * *

* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 98% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index f2240094..638e83ac 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -66,9 +66,9 @@ *

The default instance has everything set to sensible defaults: * *

* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -171,7 +171,6 @@ public UnaryCallSettings removePublicKeySetti return removePublicKeyOperationSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public CloudShellServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName() diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index 12b59d4c..cee9f19b 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,6 +43,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index d9aa5e73..dec7b833 100644 --- a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -41,266 +24,206 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-        getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod =
-              getGetEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+              .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-        getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod =
-              getStartEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.StartEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+              .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-        getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-            == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
-              getAuthorizeEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-                      .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+              .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-        getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod =
-              getAddPublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+              .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-        getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod =
-              getRemovePublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.RemovePublicKeyRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+              .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceBlockingStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static CloudShellServiceFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceFutureStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -311,25 +234,19 @@ public CloudShellServiceFutureStub newStub(
    * client.
    * 
*/ - public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { + public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -339,16 +256,12 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -356,32 +269,24 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -389,53 +294,53 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>( + this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -446,9 +351,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
    * client.
    * 
*/ - public static final class CloudShellServiceStub - extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -459,24 +364,17 @@ protected CloudShellServiceStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -486,18 +384,13 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -505,36 +398,26 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -542,19 +425,14 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -565,8 +443,7 @@ public void removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub - extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -579,21 +456,16 @@ protected CloudShellServiceBlockingStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -603,15 +475,12 @@ public com.google.cloud.shell.v1.Environment getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -619,30 +488,24 @@ public com.google.longrunning.Operation startEnvironment(
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -650,16 +513,13 @@ public com.google.longrunning.Operation addPublicKey(
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -670,9 +530,9 @@ public com.google.longrunning.Operation removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub - extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -683,21 +543,17 @@ protected CloudShellServiceFutureStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -707,15 +563,13 @@ protected CloudShellServiceFutureStub build(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -723,30 +577,26 @@ protected CloudShellServiceFutureStub build(
      * authenticate.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -754,8 +604,8 @@ protected CloudShellServiceFutureStub build(
      * NOT_FOUND.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request); } @@ -767,11 +617,11 @@ protected CloudShellServiceFutureStub build( private static final int METHODID_ADD_PUBLIC_KEY = 3; private static final int METHODID_REMOVE_PUBLIC_KEY = 4; - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final CloudShellServiceImplBase serviceImpl; private final int methodId; @@ -785,29 +635,23 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_GET_ENVIRONMENT: - serviceImpl.getEnvironment( - (com.google.cloud.shell.v1.GetEnvironmentRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_START_ENVIRONMENT: - serviceImpl.startEnvironment( - (com.google.cloud.shell.v1.StartEnvironmentRequest) request, + serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_AUTHORIZE_ENVIRONMENT: - serviceImpl.authorizeEnvironment( - (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, + serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_ADD_PUBLIC_KEY: - serviceImpl.addPublicKey( - (com.google.cloud.shell.v1.AddPublicKeyRequest) request, + serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_REMOVE_PUBLIC_KEY: - serviceImpl.removePublicKey( - (com.google.cloud.shell.v1.RemovePublicKeyRequest) request, + serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -826,9 +670,8 @@ public io.grpc.stub.StreamObserver invoke( } } - private abstract static class CloudShellServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class CloudShellServiceBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { CloudShellServiceBaseDescriptorSupplier() {} @java.lang.Override @@ -870,16 +713,14 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (CloudShellServiceGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) - .addMethod(getGetEnvironmentMethod()) - .addMethod(getStartEnvironmentMethod()) - .addMethod(getAuthorizeEnvironmentMethod()) - .addMethod(getAddPublicKeyMethod()) - .addMethod(getRemovePublicKeyMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) + .addMethod(getGetEnvironmentMethod()) + .addMethod(getStartEnvironmentMethod()) + .addMethod(getAuthorizeEnvironmentMethod()) + .addMethod(getAddPublicKeyMethod()) + .addMethod(getRemovePublicKeyMethod()) + .build(); } } } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 7c1b0112..04f2b5ad 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AddPublicKeyMetadata() {}
+  private AddPublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
-        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -160,104 +141,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
-          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -405,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -417,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -431,16 +402,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AddPublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AddPublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AddPublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AddPublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -455,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7d34cf74
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index bb681f05..145bf75e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,8 +152,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,7 +162,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() {
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -197,15 +170,14 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -216,15 +188,16 @@ public java.lang.String getKey() {
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -233,7 +206,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -245,7 +217,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -275,16 +248,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = - (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -305,104 +279,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -410,23 +377,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -434,15 +399,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -454,9 +420,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -475,8 +441,7 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result =
-          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -487,39 +452,38 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -567,21 +531,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -590,22 +552,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -613,64 +574,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -678,8 +632,6 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -690,13 +642,13 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) {
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -705,8 +657,6 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,14 +667,15 @@ public java.lang.String getKey() {
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -732,8 +683,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -744,22 +693,20 @@ public com.google.protobuf.ByteString getKeyBytes() {
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -770,18 +717,15 @@ public Builder setKey(java.lang.String value) {
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -792,23 +736,23 @@ public Builder clearKey() {
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -818,12 +762,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -832,16 +776,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -856,4 +800,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 29d97f9e..8fa42138 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,58 +1,35 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder - extends +public interface AddPublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -63,13 +40,10 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -80,8 +54,8 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 2a7ade39..621e5d89 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,39 +74,34 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
-   *
-   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The key. */ @java.lang.Override @@ -133,29 +110,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -164,7 +141,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -176,7 +152,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -200,15 +177,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = - (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey().equals(other.getKey())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,104 +204,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -332,23 +302,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -356,15 +324,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -374,9 +343,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -395,8 +364,7 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result =
-          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -406,39 +374,38 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -482,20 +449,18 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
-     *
-     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -504,21 +469,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -526,68 +490,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -597,12 +554,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -611,16 +568,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -635,4 +592,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..6c095674 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The key. + */ + java.lang.String getKey(); + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The bytes for key. + */ + com.google.protobuf.ByteString + getKeyBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3635f516..3dd224b5 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentMetadata() {}
+  private AuthorizeEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..e5a965bb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 3144d086..5fb0ba56 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -73,49 +56,44 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            com.google.protobuf.Timestamp.Builder subBuilder = null;
+            if (expireTime_ != null) {
+              subBuilder = expireTime_.toBuilder();
             }
-          case 26:
-            {
-              com.google.protobuf.Timestamp.Builder subBuilder = null;
-              if (expireTime_ != null) {
-                subBuilder = expireTime_.toBuilder();
-              }
-              expireTime_ =
-                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(expireTime_);
-                expireTime_ = subBuilder.buildPartial();
-              }
-
-              break;
+            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(expireTime_);
+              expireTime_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
 
-              idToken_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            break;
+          }
+          case 34: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            idToken_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -123,33 +101,29 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -157,7 +131,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -166,15 +139,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -182,15 +154,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -201,14 +174,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -217,29 +187,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -250,14 +220,11 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ @java.lang.Override @@ -266,29 +233,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -299,15 +266,12 @@ public com.google.protobuf.ByteString getIdTokenBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -315,15 +279,12 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ @java.lang.Override @@ -331,8 +292,6 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -346,7 +305,6 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -358,7 +316,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -387,7 +346,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -400,20 +360,23 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getAccessToken().equals(other.getAccessToken())) return false;
-    if (!getIdToken().equals(other.getIdToken())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getAccessToken()
+        .equals(other.getAccessToken())) return false;
+    if (!getIdToken()
+        .equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime().equals(other.getExpireTime())) return false;
+      if (!getExpireTime()
+          .equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -442,104 +405,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -547,23 +502,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -571,15 +524,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -599,9 +553,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -620,8 +574,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -638,39 +591,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -678,8 +630,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -714,8 +665,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -727,8 +677,6 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -736,13 +684,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -751,8 +699,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -760,14 +706,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -775,8 +722,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -784,22 +729,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -807,18 +750,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -826,16 +766,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -843,20 +783,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -865,21 +803,20 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -887,61 +824,54 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -949,20 +879,18 @@ public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object idToken_ = ""; /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -971,21 +899,20 @@ public java.lang.String getIdToken() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -993,61 +920,54 @@ public com.google.protobuf.ByteString getIdTokenBytes() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken(java.lang.String value) { + public Builder setIdToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -1055,49 +975,36 @@ public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1119,8 +1026,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1128,7 +1033,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1139,8 +1045,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1152,7 +1056,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1164,8 +1068,6 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1185,8 +1087,6 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1195,13 +1095,11 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-
+      
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1213,14 +1111,11 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : expireTime_;
+        return expireTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1229,24 +1124,21 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(), getParentForChildren(), isClean());
+        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(),
+                getParentForChildren(),
+                isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1256,12 +1148,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1270,16 +1162,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1294,4 +1186,6 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index 1b0167e5..eecbaf19 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder
-    extends
+public interface AuthorizeEnvironmentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -47,90 +26,72 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ java.lang.String getIdToken(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - com.google.protobuf.ByteString getIdTokenBytes(); + com.google.protobuf.ByteString + getIdTokenBytes(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index ee950279..a8a19c83 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentResponse() {}
+  private AuthorizeEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..22657a0b
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index bb43b23b..98411265 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CloudShellErrorDetails extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              code_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            code_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,41 +74,36 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * An unknown error occurred.
      * 
@@ -135,8 +112,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -146,8 +121,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     IMAGE_UNAVAILABLE(1),
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -157,8 +130,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     CLOUD_SHELL_DISABLED(2),
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -168,8 +139,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     TOS_VIOLATION(4),
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -182,8 +151,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
     ;
 
     /**
-     *
-     *
      * 
      * An unknown error occurred.
      * 
@@ -192,8 +159,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -203,8 +168,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -214,8 +177,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -225,8 +186,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -236,6 +195,7 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -260,18 +220,12 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0:
-          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1:
-          return IMAGE_UNAVAILABLE;
-        case 2:
-          return CLOUD_SHELL_DISABLED;
-        case 4:
-          return TOS_VIOLATION;
-        case 5:
-          return QUOTA_EXCEEDED;
-        default:
-          return null;
+        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1: return IMAGE_UNAVAILABLE;
+        case 2: return CLOUD_SHELL_DISABLED;
+        case 4: return TOS_VIOLATION;
+        case 5: return QUOTA_EXCEEDED;
+        default: return null;
       }
     }
 
@@ -279,28 +233,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        CloudShellErrorCode> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public CloudShellErrorCode findValueByNumber(int number) {
+              return CloudShellErrorCode.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public CloudShellErrorCode findValueByNumber(int number) {
-                return CloudShellErrorCode.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -309,7 +263,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -329,43 +284,31 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
-   *
-   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ - @java.lang.Override - public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -377,11 +320,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -393,11 +334,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -407,13 +346,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = - (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -434,104 +372,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -539,23 +470,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -563,15 +492,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -581,9 +511,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -602,8 +532,7 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result =
-          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -613,39 +542,38 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -653,8 +581,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -689,100 +616,80 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
-     *
-     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode( - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -792,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -806,16 +713,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -830,4 +737,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index bd17b24d..fb635d17 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder - extends +public interface CloudShellErrorDetailsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..a18e3be8 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,327 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { "State", }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { "Environment", }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { "Code", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index fd894136..53d401c2 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private CreateEnvironmentMetadata() {}
+  private CreateEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CreateEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new CreateEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public CreateEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new CreateEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..575f0d68
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index d3449695..b34aa9b2 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private DeleteEnvironmentMetadata() {}
+  private DeleteEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DeleteEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new DeleteEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DeleteEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new DeleteEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..31316449
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index 9fce14b2..a8dd1067 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -30,16 +13,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Environment extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Environment() {
     name_ = "";
     id_ = "";
@@ -53,15 +35,16 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -81,77 +64,69 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              id_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            id_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              dockerImage_ = s;
-              break;
-            }
-          case 32:
-            {
-              int rawValue = input.readEnum();
+            dockerImage_ = s;
+            break;
+          }
+          case 32: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          case 42:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            state_ = rawValue;
+            break;
+          }
+          case 42: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshUsername_ = s;
-              break;
-            }
-          case 50:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshUsername_ = s;
+            break;
+          }
+          case 50: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshHost_ = s;
-              break;
-            }
-          case 56:
-            {
-              sshPort_ = input.readInt32();
-              break;
-            }
-          case 66:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
-            }
-          case 98:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshHost_ = s;
+            break;
+          }
+          case 56: {
 
-              webHost_ = s;
-              break;
+            sshPort_ = input.readInt32();
+            break;
+          }
+          case 66: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          case 98: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            webHost_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -159,7 +134,8 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -168,35 +144,29 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class,
-            com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The environment's states is unknown.
      * 
@@ -205,8 +175,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -216,8 +184,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SUSPENDED(1),
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -227,8 +193,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     PENDING(2),
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -239,8 +203,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     RUNNING(3),
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -252,8 +214,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The environment's states is unknown.
      * 
@@ -262,8 +222,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -273,8 +231,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -284,8 +240,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int PENDING_VALUE = 2;
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -296,8 +250,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int RUNNING_VALUE = 3;
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -306,6 +258,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DELETING_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -330,53 +283,51 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return SUSPENDED; - case 2: - return PENDING; - case 3: - return RUNNING; - case 4: - return DELETING; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return SUSPENDED; + case 2: return PENDING; + case 3: return RUNNING; + case 4: return DELETING; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -396,8 +347,6 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -407,7 +356,6 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ @java.lang.Override @@ -416,15 +364,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -434,15 +381,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -453,15 +401,12 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ @java.lang.Override @@ -470,30 +415,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -504,17 +449,12 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ @java.lang.Override @@ -523,32 +463,30 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -559,55 +497,39 @@ public com.google.protobuf.ByteString getDockerImageBytes() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ @java.lang.Override @@ -616,30 +538,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -650,15 +572,12 @@ public com.google.protobuf.ByteString getWebHostBytes() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ @java.lang.Override @@ -667,30 +586,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -701,15 +620,12 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ @java.lang.Override @@ -718,30 +634,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -752,15 +668,12 @@ public com.google.protobuf.ByteString getSshHostBytes() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -771,8 +684,6 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -782,15 +693,13 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -800,15 +709,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -818,7 +724,6 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -826,8 +731,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -837,16 +740,15 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -858,7 +760,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -905,7 +808,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -914,7 +818,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -935,22 +840,30 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName().equals(other.getName())) return false; - if (!getId().equals(other.getId())) return false; - if (!getDockerImage().equals(other.getDockerImage())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getDockerImage() + .equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost().equals(other.getWebHost())) return false; - if (!getSshUsername().equals(other.getSshUsername())) return false; - if (!getSshHost().equals(other.getSshHost())) return false; - if (getSshPort() != other.getSshPort()) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + if (!getWebHost() + .equals(other.getWebHost())) return false; + if (!getSshUsername() + .equals(other.getSshUsername())) return false; + if (!getSshHost() + .equals(other.getSshHost())) return false; + if (getSshPort() + != other.getSshPort()) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -987,103 +900,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.shell.v1.Environment parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1093,23 +1000,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class,
-              com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1117,15 +1022,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1151,9 +1057,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1172,8 +1078,7 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result =
-          new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1196,39 +1101,38 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1305,13 +1209,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1321,13 +1222,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1336,8 +1237,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1347,14 +1246,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1362,8 +1262,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1373,22 +1271,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1398,18 +1294,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1419,16 +1312,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1436,21 +1329,19 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object id_ = ""; /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1459,22 +1350,21 @@ public java.lang.String getId() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -1482,64 +1372,57 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1547,23 +1430,19 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object dockerImage_ = ""; /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1572,24 +1451,21 @@ public java.lang.String getDockerImage() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1597,70 +1473,57 @@ public com.google.protobuf.ByteString getDockerImageBytes() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage(java.lang.String value) { + public Builder setDockerImage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1668,73 +1531,51 @@ public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { private int state_ = 0; /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -1742,26 +1583,21 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1769,21 +1605,19 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1792,22 +1626,21 @@ public java.lang.String getWebHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -1815,64 +1648,57 @@ public com.google.protobuf.ByteString getWebHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost(java.lang.String value) { + public Builder setWebHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes(com.google.protobuf.ByteString value) { + public Builder setWebHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1880,21 +1706,19 @@ public Builder setWebHostBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshUsername_ = ""; /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1903,22 +1727,21 @@ public java.lang.String getSshUsername() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1926,64 +1749,57 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername(java.lang.String value) { + public Builder setSshUsername( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1991,21 +1807,19 @@ public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -2014,22 +1828,21 @@ public java.lang.String getSshHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -2037,80 +1850,70 @@ public com.google.protobuf.ByteString getSshHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost(java.lang.String value) { + public Builder setSshHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes(com.google.protobuf.ByteString value) { + public Builder setSshHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_; + private int sshPort_ ; /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -2118,55 +1921,45 @@ public int getSshPort() { return sshPort_; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2176,15 +1969,13 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2194,15 +1985,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2212,7 +2000,6 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2220,8 +2007,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2231,16 +2016,14 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2250,23 +2033,21 @@ public com.google.protobuf.ByteString getPublicKeysBytes(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2276,22 +2057,20 @@ public Builder setPublicKeys(int index, java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2301,19 +2080,18 @@ public Builder addPublicKeys(java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2323,7 +2101,6 @@ public Builder addAllPublicKeys(java.lang.Iterable values) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2333,8 +2110,6 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2344,23 +2119,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2370,12 +2145,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2384,16 +2159,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2408,4 +2183,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 3e446231..4ef5c4e7 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder - extends +public interface EnvironmentOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -35,13 +17,10 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -51,196 +30,152 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ java.lang.String getDockerImage(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString getDockerImageBytes(); + com.google.protobuf.ByteString + getDockerImageBytes(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ java.lang.String getWebHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - com.google.protobuf.ByteString getWebHostBytes(); + com.google.protobuf.ByteString + getWebHostBytes(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ java.lang.String getSshUsername(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString getSshUsernameBytes(); + com.google.protobuf.ByteString + getSshUsernameBytes(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ java.lang.String getSshHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString getSshHostBytes(); + com.google.protobuf.ByteString + getSshHostBytes(); /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ int getSshPort(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -250,13 +185,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -266,13 +199,10 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -282,14 +212,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -299,9 +226,9 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 6c10a26f..7d84baae 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            name_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,42 +74,35 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -136,32 +111,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -170,7 +143,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +154,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -206,15 +179,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = - (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -233,104 +206,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -338,23 +304,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -362,15 +326,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -380,9 +345,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -401,8 +366,7 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result =
-          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -412,39 +376,38 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -452,8 +415,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -489,23 +451,19 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -514,24 +472,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -539,77 +494,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -619,12 +561,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -633,16 +575,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -657,4 +599,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..c9e7372c --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 77c39721..932c67e9 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyMetadata() {}
+  private RemovePublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
-        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
-          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..be41ebcb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 0497d854..6be3e06f 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,14 +152,11 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -192,29 +165,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -223,7 +196,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -235,7 +207,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -265,16 +238,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = - (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -295,104 +269,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -400,23 +367,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -424,15 +389,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -444,9 +410,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -465,8 +431,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
-          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -477,39 +442,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -517,8 +481,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -558,21 +521,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -581,22 +542,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -604,64 +564,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -669,20 +622,18 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -691,21 +642,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -713,68 +663,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -784,12 +727,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -798,16 +741,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -822,4 +765,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index af48506a..eddb472a 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,77 +1,51 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder - extends +public interface RemovePublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index f88f1f10..ef94d461 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyResponse() {}
+  private RemovePublicKeyResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
-        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
-          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..1ef2da7c
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index cea8ca6b..f5f29e9e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            state_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,31 +74,27 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -127,10 +105,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -139,8 +116,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -150,8 +125,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     STARTING(1),
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -162,8 +135,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNARCHIVING_DISK(2),
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -175,8 +146,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -190,8 +159,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -200,8 +167,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -211,8 +176,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int STARTING_VALUE = 1;
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -223,8 +186,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -236,8 +197,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -248,6 +207,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int FINISHED_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -272,55 +232,51 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0:
-          return STATE_UNSPECIFIED;
-        case 1:
-          return STARTING;
-        case 2:
-          return UNARCHIVING_DISK;
-        case 4:
-          return AWAITING_COMPUTE_RESOURCES;
-        case 3:
-          return FINISHED;
-        default:
-          return null;
+        case 0: return STATE_UNSPECIFIED;
+        case 1: return STARTING;
+        case 2: return UNARCHIVING_DISK;
+        case 4: return AWAITING_COMPUTE_RESOURCES;
+        case 3: return FINISHED;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        State> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public State findValueByNumber(int number) {
-            return State.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -340,43 +296,31 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
-   *
-   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -388,9 +332,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -402,9 +346,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -414,13 +358,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = - (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -442,103 +385,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -546,23 +482,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -570,15 +504,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -588,9 +523,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -609,8 +544,7 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -620,39 +554,38 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -660,8 +593,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -684,8 +616,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -697,67 +628,51 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
-     *
-     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The state to set. * @return This builder for chaining. */ @@ -765,31 +680,28 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -799,12 +711,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -813,16 +725,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -837,4 +749,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index 289efb7a..d5aff593 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder - extends +public interface StartEnvironmentMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index f0e4accd..1e0e9b9c 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -74,37 +57,34 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -112,7 +92,8 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -121,27 +102,22 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -149,7 +125,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -158,15 +133,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -174,15 +148,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -193,8 +168,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -203,7 +176,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -212,15 +184,14 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -229,15 +200,16 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -248,42 +220,34 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -291,23 +255,20 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -319,7 +280,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -360,17 +322,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = - (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName().equals(other.getName())) return false; - if (!getAccessToken().equals(other.getAccessToken())) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getAccessToken() + .equals(other.getAccessToken())) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -396,103 +360,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -500,23 +457,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -524,15 +479,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -546,9 +502,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -567,8 +523,7 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result =
-          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -585,39 +540,38 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -625,8 +579,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -664,8 +617,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -674,13 +626,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -688,13 +637,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -703,8 +652,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -712,14 +659,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -727,8 +675,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -736,22 +682,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -759,18 +703,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -778,16 +719,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -795,8 +736,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -805,13 +744,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -820,8 +759,6 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,14 +767,15 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -845,8 +783,6 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -855,22 +791,20 @@ public com.google.protobuf.ByteString getAccessTokenBytes() {
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -879,18 +813,15 @@ public Builder setAccessToken(java.lang.String value) {
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -899,67 +830,57 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -967,90 +888,80 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -1060,30 +971,28 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1093,12 +1002,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1107,16 +1016,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1131,4 +1040,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index d6ab22c1..79b3101e 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder - extends +public interface StartEnvironmentRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -47,14 +26,12 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -63,13 +40,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -78,59 +52,49 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index ac449b99..2eaf38c0 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -29,29 +12,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private StartEnvironmentResponse() {}
+  private StartEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -70,29 +54,26 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-              if (environment_ != null) {
-                subBuilder = environment_.toBuilder();
-              }
-              environment_ =
-                  input.readMessage(
-                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(environment_);
-                environment_ = subBuilder.buildPartial();
-              }
-
-              break;
+          case 10: {
+            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+            if (environment_ != null) {
+              subBuilder = environment_.toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(environment_);
+              environment_ = subBuilder.buildPartial();
+            }
+
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,39 +81,34 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
-   *
-   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ @java.lang.Override @@ -140,25 +116,18 @@ public boolean hasEnvironment() { return environment_ != null; } /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } /** - * - * *
    * Environment that was started.
    * 
@@ -171,7 +140,6 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -183,7 +151,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -197,7 +166,8 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -207,17 +177,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = - (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -240,103 +210,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -345,23 +308,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -369,15 +330,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -391,9 +353,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -412,8 +374,7 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result =
-          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -427,39 +388,38 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -467,8 +427,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -491,8 +450,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -504,47 +462,34 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.shell.v1.Environment,
-            com.google.cloud.shell.v1.Environment.Builder,
-            com.google.cloud.shell.v1.EnvironmentOrBuilder>
-        environmentBuilder_;
+        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
     /**
-     *
-     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } else { return environmentBuilder_.getMessage(); } } /** - * - * *
      * Environment that was started.
      * 
@@ -565,15 +510,14 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment( + com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -584,8 +528,6 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder buil return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -596,9 +538,7 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); } else { environment_ = value; } @@ -610,8 +550,6 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -630,8 +568,6 @@ public Builder clearEnvironment() { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -639,13 +575,11 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** - * - * *
      * Environment that was started.
      * 
@@ -656,14 +590,11 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? + com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } } /** - * - * *
      * Environment that was started.
      * 
@@ -671,24 +602,21 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), getParentForChildren(), isClean()); + environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), + getParentForChildren(), + isClean()); environment_ = null; } return environmentBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -698,12 +626,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -712,16 +640,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -736,4 +664,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 53f35e7b..9ea5cb80 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder - extends +public interface StartEnvironmentResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** - * - * *
    * Environment that was started.
    * 
diff --git a/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java deleted file mode 100644 index 8c052e71..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java deleted file mode 100644 index 99937918..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The key. - */ - java.lang.String getKey(); - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The bytes for key. - */ - com.google.protobuf.ByteString getKeyBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index d9de3502..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 47b02ea3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index 819ddaf3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,352 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" - + "\022\025google.cloud.shell.v1\032\034google/api/anno" - + "tations.proto\032\027google/api/client.proto\032\037" - + "google/api/field_behavior.proto\032\031google/" - + "api/resource.proto\032#google/longrunning/o" - + "perations.proto\032 google/protobuf/field_m" - + "ask.proto\032\037google/protobuf/timestamp.pro" - + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" - + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" - + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" - + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" - + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" - + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" - + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" - + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" - + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" - + "\n%cloudshell.googleapis.com/Environment\022" - + "\'users/{user}/environments/{environment}" - + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" - + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" - + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" - + "eleteEnvironmentMetadata\"R\n\027StartEnviron" - + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" - + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" - + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" - + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" - + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" - + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" - + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" - + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" - + ".cloud.shell.v1.StartEnvironmentMetadata" - + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" - + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" - + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" - + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" - + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" - + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" - + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" - + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" - + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" - + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" - + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" - + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" - + ".google.cloud.shell.v1.CloudShellErrorDe" - + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" - + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" - + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" - + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" - + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" - + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." - + "v1.GetEnvironmentRequest\032\".google.cloud." - + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" - + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" - + "Environment\022..google.cloud.shell.v1.Star" - + "tEnvironmentRequest\032\035.google.longrunning" - + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" - + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" - + "entResponse\022\030StartEnvironmentMetadata\022\340\001" - + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" - + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" - + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" - + "name=users/*/environments/*}:authorize:\001" - + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" - + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" - + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" - + "quest\032\035.google.longrunning.Operation\"o\202\323" - + "\344\223\002:\"5/v1/{environment=users/*/environme" - + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" - + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" - + "PublicKey\022-.google.cloud.shell.v1.Remove" - + "PublicKeyRequest\032\035.google.longrunning.Op" - + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" - + "*/environments/*}:removePublicKey:\001*\312A2\n" - + "\027RemovePublicKeyResponse\022\027RemovePublicKe" - + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" - + "A.https://www.googleapis.com/auth/cloud-" - + "platformBj\n\031com.google.cloud.shell.v1B\017C" - + "loudShellProtoP\001Z:google.golang.org/genp" - + "roto/googleapis/cloud/shell/v1;shellb\006pr" - + "oto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { - "Name", - "Id", - "DockerImage", - "State", - "WebHost", - "SshUsername", - "SshHost", - "SshPort", - "PublicKeys", - }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "PublicKeys", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "IdToken", "ExpireTime", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { - "State", - }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { - "Environment", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { - "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { - "Code", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 2fdf33b3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 1d69025b..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index 0976807c..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index 7f53e700..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 0c4daa2f..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder {} From 6b7af22f286e18429dcf6581b968e670fdf64314 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 24 May 2022 01:04:42 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../shell/v1/CloudShellServiceClient.java | 6 +- .../shell/v1/CloudShellServiceSettings.java | 7 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 0 .../stub/CloudShellServiceStubSettings.java | 6 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 - .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 +++++---- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 - .../v1/AddPublicKeyResponseOrBuilder.java | 29 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 - ...AuthorizeEnvironmentResponseOrBuilder.java | 9 - .../cloud/shell/v1/CloudShellProto.java | 327 ------ .../CreateEnvironmentMetadataOrBuilder.java | 9 - .../DeleteEnvironmentMetadataOrBuilder.java | 9 - .../v1/GetEnvironmentRequestOrBuilder.java | 31 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 - .../v1/RemovePublicKeyResponseOrBuilder.java | 9 - .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 24 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 ++--- .../v1/AddPublicKeyResponseOrBuilder.java | 50 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 +++++---- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 24 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 352 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 24 + .../google/cloud/shell/v1/Environment.java | 1027 ++++++++++------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 56 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 + .../shell/v1/RemovePublicKeyRequest.java | 387 ++++--- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 24 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 59 files changed, 4973 insertions(+), 3298 deletions(-) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (98%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (97%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (98%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {owl-bot-staging/v1/grpc-google-cloud-shell-v1 => grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 98% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index 79c5e560..8d2ab97f 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -56,13 +56,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 97% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index bde034ee..3d40c4f6 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -25,7 +25,6 @@ import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -41,9 +40,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 98% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index 638e83ac..927a630b 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -66,9 +66,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index cee9f19b..12b59d4c 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,7 +43,6 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; -import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index dec7b833..d9aa5e73 100644 --- a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,8 +1,25 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** + * + * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -24,206 +41,266 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+        getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod =
+              getGetEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+                      .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+        getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod =
+              getStartEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.StartEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+                      .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+        getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+        == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-              .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+            == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
+              getAuthorizeEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+                      .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+        getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-              .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod =
+              getAddPublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+                      .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+        getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-              .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod =
+              getRemovePublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.RemovePublicKeyRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+                      .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /**
-   * Creates a new async stub that supports all call types for the service
-   */
+  /** Creates a new async stub that supports all call types for the service */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(
-      io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceBlockingStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceBlockingStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceBlockingStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /**
-   * Creates a new ListenableFuture-style stub that supports unary calls on the service
-   */
-  public static CloudShellServiceFutureStub newFutureStub(
-      io.grpc.Channel channel) {
+  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
+  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceFutureStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceFutureStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceFutureStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
+   *
+   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -234,19 +311,25 @@ public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.Call
    * client.
    * 
*/ - public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { + public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetEnvironmentMethod(), responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -256,12 +339,16 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getStartEnvironmentMethod(), responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -269,24 +356,32 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAuthorizeEnvironmentMethod(), responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAddPublicKeyMethod(), responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -294,53 +389,53 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>( - this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -351,9 +446,9 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub + extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -364,17 +459,24 @@ protected CloudShellServiceStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -384,13 +486,18 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -398,26 +505,36 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -425,14 +542,19 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), + request, + responseObserver); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -443,7 +565,8 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub + extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -456,16 +579,21 @@ protected CloudShellServiceBlockingStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -475,12 +603,15 @@ public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.she
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -488,24 +619,30 @@ public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -513,13 +650,16 @@ public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.A
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -530,9 +670,9 @@ public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub + extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -543,17 +683,21 @@ protected CloudShellServiceFutureStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -563,13 +707,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture startEnvironment(
-        com.google.cloud.shell.v1.StartEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -577,26 +723,30 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment(
-        com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -604,8 +754,8 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture removePublicKey(
-        com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request);
     }
@@ -617,11 +767,11 @@ public com.google.common.util.concurrent.ListenableFuture implements
-      io.grpc.stub.ServerCalls.UnaryMethod,
-      io.grpc.stub.ServerCalls.ServerStreamingMethod,
-      io.grpc.stub.ServerCalls.ClientStreamingMethod,
-      io.grpc.stub.ServerCalls.BidiStreamingMethod {
+  private static final class MethodHandlers
+      implements io.grpc.stub.ServerCalls.UnaryMethod,
+          io.grpc.stub.ServerCalls.ServerStreamingMethod,
+          io.grpc.stub.ServerCalls.ClientStreamingMethod,
+          io.grpc.stub.ServerCalls.BidiStreamingMethod {
     private final CloudShellServiceImplBase serviceImpl;
     private final int methodId;
 
@@ -635,23 +785,29 @@ private static final class MethodHandlers implements
     public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
       switch (methodId) {
         case METHODID_GET_ENVIRONMENT:
-          serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request,
-              (io.grpc.stub.StreamObserver) responseObserver);
+          serviceImpl.getEnvironment(
+              (com.google.cloud.shell.v1.GetEnvironmentRequest) request,
+              (io.grpc.stub.StreamObserver)
+                  responseObserver);
           break;
         case METHODID_START_ENVIRONMENT:
-          serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request,
+          serviceImpl.startEnvironment(
+              (com.google.cloud.shell.v1.StartEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_AUTHORIZE_ENVIRONMENT:
-          serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
+          serviceImpl.authorizeEnvironment(
+              (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_ADD_PUBLIC_KEY:
-          serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request,
+          serviceImpl.addPublicKey(
+              (com.google.cloud.shell.v1.AddPublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_REMOVE_PUBLIC_KEY:
-          serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
+          serviceImpl.removePublicKey(
+              (com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         default:
@@ -670,8 +826,9 @@ public io.grpc.stub.StreamObserver invoke(
     }
   }
 
-  private static abstract class CloudShellServiceBaseDescriptorSupplier
-      implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+  private abstract static class CloudShellServiceBaseDescriptorSupplier
+      implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
+          io.grpc.protobuf.ProtoServiceDescriptorSupplier {
     CloudShellServiceBaseDescriptorSupplier() {}
 
     @java.lang.Override
@@ -713,14 +870,16 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
       synchronized (CloudShellServiceGrpc.class) {
         result = serviceDescriptor;
         if (result == null) {
-          serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
-              .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
-              .addMethod(getGetEnvironmentMethod())
-              .addMethod(getStartEnvironmentMethod())
-              .addMethod(getAuthorizeEnvironmentMethod())
-              .addMethod(getAddPublicKeyMethod())
-              .addMethod(getRemovePublicKeyMethod())
-              .build();
+          serviceDescriptor =
+              result =
+                  io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+                      .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
+                      .addMethod(getGetEnvironmentMethod())
+                      .addMethod(getStartEnvironmentMethod())
+                      .addMethod(getAuthorizeEnvironmentMethod())
+                      .addMethod(getAddPublicKeyMethod())
+                      .addMethod(getRemovePublicKeyMethod())
+                      .build();
         }
       }
     }
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
deleted file mode 100644
index 7d34cf74..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyMetadataOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
-    com.google.protobuf.MessageOrBuilder {
-}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
deleted file mode 100644
index 6c095674..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
+++ /dev/null
@@ -1,29 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyResponseOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse)
-    com.google.protobuf.MessageOrBuilder {
-
-  /**
-   * 
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The key. - */ - java.lang.String getKey(); - /** - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The bytes for key. - */ - com.google.protobuf.ByteString - getKeyBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index e5a965bb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 22657a0b..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index a18e3be8..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,327 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" + - "\022\025google.cloud.shell.v1\032\034google/api/anno" + - "tations.proto\032\027google/api/client.proto\032\037" + - "google/api/field_behavior.proto\032\031google/" + - "api/resource.proto\032#google/longrunning/o" + - "perations.proto\032 google/protobuf/field_m" + - "ask.proto\032\037google/protobuf/timestamp.pro" + - "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + - "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + - "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + - ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + - " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + - "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + - "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + - "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + - "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + - "\n%cloudshell.googleapis.com/Environment\022" + - "\'users/{user}/environments/{environment}" + - "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + - "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + - "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + - "eleteEnvironmentMetadata\"R\n\027StartEnviron" + - "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + - "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + - "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + - "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + - "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + - "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + - "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + - "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + - ".cloud.shell.v1.StartEnvironmentMetadata" + - ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + - "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + - "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + - "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + - "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + - "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + - "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + - "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + - "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + - "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + - "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + - "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + - ".google.cloud.shell.v1.CloudShellErrorDe" + - "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + - "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + - "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + - "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + - "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + - "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + - "v1.GetEnvironmentRequest\032\".google.cloud." + - "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + - "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + - "Environment\022..google.cloud.shell.v1.Star" + - "tEnvironmentRequest\032\035.google.longrunning" + - ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + - "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + - "entResponse\022\030StartEnvironmentMetadata\022\340\001" + - "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + - "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + - "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + - "name=users/*/environments/*}:authorize:\001" + - "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + - "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + - "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + - "quest\032\035.google.longrunning.Operation\"o\202\323" + - "\344\223\002:\"5/v1/{environment=users/*/environme" + - "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + - "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + - "PublicKey\022-.google.cloud.shell.v1.Remove" + - "PublicKeyRequest\032\035.google.longrunning.Op" + - "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + - "*/environments/*}:removePublicKey:\001*\312A2\n" + - "\027RemovePublicKeyResponse\022\027RemovePublicKe" + - "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + - "A.https://www.googleapis.com/auth/cloud-" + - "platformBj\n\031com.google.cloud.shell.v1B\017C" + - "loudShellProtoP\001Z:google.golang.org/genp" + - "roto/googleapis/cloud/shell/v1;shellb\006pr" + - "oto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { "State", }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { "Environment", }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { "Code", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 575f0d68..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 31316449..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index c9e7372c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,31 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index be41ebcb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 1ef2da7c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 04f2b5ad..7c1b0112 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AddPublicKeyMetadata() {
-  }
+
+  private AddPublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
+        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -141,97 +160,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
+          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,9 +405,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +417,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -402,16 +431,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AddPublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AddPublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AddPublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AddPublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +455,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..8c052e71
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index 145bf75e..bb681f05 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,6 +176,8 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -162,6 +188,7 @@ public java.lang.String getEnvironment() {
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -170,14 +197,15 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,16 +216,15 @@ public java.lang.String getKey() {
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -206,6 +233,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -217,8 +245,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -248,17 +275,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = + (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -279,97 +305,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -377,21 +410,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -399,16 +434,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -420,9 +454,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -441,7 +475,8 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result =
+          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -452,38 +487,39 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -531,19 +567,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -552,21 +590,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -574,57 +613,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -632,6 +678,8 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -642,13 +690,13 @@ public Builder setEnvironmentBytes(
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -657,6 +705,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -667,15 +717,14 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -683,6 +732,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -693,20 +744,22 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,15 +770,18 @@ public Builder setKey(
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -736,23 +792,23 @@ public Builder clearKey() {
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -762,12 +818,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -776,16 +832,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -800,6 +856,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 8fa42138..29d97f9e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,35 +1,58 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder extends +public interface AddPublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -40,10 +63,13 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -54,8 +80,8 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 621e5d89..2a7ade39 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,34 +92,39 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
+   *
+   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The key. */ @java.lang.Override @@ -110,29 +133,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -141,6 +164,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -152,8 +176,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -177,15 +200,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = + (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey() - .equals(other.getKey())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -204,97 +227,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -302,21 +332,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -324,16 +356,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -343,9 +374,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -364,7 +395,8 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result =
+          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -374,38 +406,39 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -449,18 +482,20 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
+     *
+     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -469,20 +504,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -490,61 +526,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -554,12 +597,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -568,16 +611,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -592,6 +635,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..99937918 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The key. + */ + java.lang.String getKey(); + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The bytes for key. + */ + com.google.protobuf.ByteString getKeyBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3dd224b5..3635f516 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentMetadata() {
-  }
+
+  private AuthorizeEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..d9de3502
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 5fb0ba56..3144d086 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -56,44 +73,49 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            com.google.protobuf.Timestamp.Builder subBuilder = null;
-            if (expireTime_ != null) {
-              subBuilder = expireTime_.toBuilder();
+              name_ = s;
+              break;
             }
-            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(expireTime_);
-              expireTime_ = subBuilder.buildPartial();
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              accessToken_ = s;
+              break;
             }
+          case 26:
+            {
+              com.google.protobuf.Timestamp.Builder subBuilder = null;
+              if (expireTime_ != null) {
+                subBuilder = expireTime_.toBuilder();
+              }
+              expireTime_ =
+                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(expireTime_);
+                expireTime_ = subBuilder.buildPartial();
+              }
 
-            break;
-          }
-          case 34: {
-            java.lang.String s = input.readStringRequireUtf8();
+              break;
+            }
+          case 34:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            idToken_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              idToken_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -101,29 +123,33 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -131,6 +157,7 @@ private AuthorizeEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -139,14 +166,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -154,16 +182,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -174,11 +201,14 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -187,29 +217,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,11 +250,14 @@ public java.lang.String getAccessToken() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ @java.lang.Override @@ -233,29 +266,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -266,12 +299,15 @@ public java.lang.String getIdToken() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -279,12 +315,15 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ @java.lang.Override @@ -292,6 +331,8 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -305,6 +346,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -316,8 +358,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -346,8 +387,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -360,23 +400,20 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!getAccessToken()
-        .equals(other.getAccessToken())) return false;
-    if (!getIdToken()
-        .equals(other.getIdToken())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!getAccessToken().equals(other.getAccessToken())) return false;
+    if (!getIdToken().equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime()
-          .equals(other.getExpireTime())) return false;
+      if (!getExpireTime().equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -405,96 +442,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -502,21 +547,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -524,16 +571,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -553,9 +599,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -574,7 +620,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -591,38 +638,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -630,7 +678,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -665,7 +714,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -677,6 +727,8 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -684,13 +736,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -699,6 +751,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -706,15 +760,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -722,6 +775,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -729,20 +784,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -750,15 +807,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -766,16 +826,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -783,18 +843,20 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -803,20 +865,21 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -824,54 +887,61 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -879,18 +949,20 @@ public Builder setAccessTokenBytes( private java.lang.Object idToken_ = ""; /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -899,20 +971,21 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -920,54 +993,61 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken( - java.lang.String value) { + public Builder setIdToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -975,36 +1055,49 @@ public Builder setIdTokenBytes( private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + expireTimeBuilder_; /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + return expireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1026,6 +1119,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1033,8 +1128,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1045,6 +1139,8 @@ public Builder setExpireTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1056,7 +1152,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1068,6 +1164,8 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1087,6 +1185,8 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1095,11 +1195,13 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-      
+
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1111,11 +1213,14 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
+        return expireTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : expireTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1124,21 +1229,24 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(),
-                getParentForChildren(),
-                isClean());
+        expireTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(), getParentForChildren(), isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1148,12 +1256,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1162,16 +1270,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1186,6 +1294,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index eecbaf19..1b0167e5 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder extends
+public interface AuthorizeEnvironmentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -26,72 +47,90 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ java.lang.String getIdToken(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - com.google.protobuf.ByteString - getIdTokenBytes(); + com.google.protobuf.ByteString getIdTokenBytes(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index a8a19c83..ee950279 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentResponse() {
-  }
+
+  private AuthorizeEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..47b02ea3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index 98411265..bb43b23b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            code_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              code_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,36 +92,41 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode - implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * An unknown error occurred.
      * 
@@ -112,6 +135,8 @@ public enum CloudShellErrorCode */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -121,6 +146,8 @@ public enum CloudShellErrorCode
      */
     IMAGE_UNAVAILABLE(1),
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -130,6 +157,8 @@ public enum CloudShellErrorCode
      */
     CLOUD_SHELL_DISABLED(2),
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -139,6 +168,8 @@ public enum CloudShellErrorCode
      */
     TOS_VIOLATION(4),
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -151,6 +182,8 @@ public enum CloudShellErrorCode
     ;
 
     /**
+     *
+     *
      * 
      * An unknown error occurred.
      * 
@@ -159,6 +192,8 @@ public enum CloudShellErrorCode */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -168,6 +203,8 @@ public enum CloudShellErrorCode
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -177,6 +214,8 @@ public enum CloudShellErrorCode
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -186,6 +225,8 @@ public enum CloudShellErrorCode
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -195,7 +236,6 @@ public enum CloudShellErrorCode
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -220,12 +260,18 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1: return IMAGE_UNAVAILABLE;
-        case 2: return CLOUD_SHELL_DISABLED;
-        case 4: return TOS_VIOLATION;
-        case 5: return QUOTA_EXCEEDED;
-        default: return null;
+        case 0:
+          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1:
+          return IMAGE_UNAVAILABLE;
+        case 2:
+          return CLOUD_SHELL_DISABLED;
+        case 4:
+          return TOS_VIOLATION;
+        case 5:
+          return QUOTA_EXCEEDED;
+        default:
+          return null;
       }
     }
 
@@ -233,28 +279,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        CloudShellErrorCode> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public CloudShellErrorCode findValueByNumber(int number) {
-              return CloudShellErrorCode.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public CloudShellErrorCode findValueByNumber(int number) {
+                return CloudShellErrorCode.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -263,8 +309,7 @@ public CloudShellErrorCode findValueByNumber(int number) {
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -284,31 +329,43 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
+   *
+   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ - @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override + public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -320,9 +377,11 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -334,9 +393,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, code_); + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -346,12 +407,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = + (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -372,97 +434,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -470,21 +539,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -492,16 +563,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -511,9 +581,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -532,7 +602,8 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result =
+          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -542,38 +613,39 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -581,7 +653,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
+        return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -616,80 +689,100 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
+     *
+     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode( + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -699,12 +792,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -713,16 +806,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -737,6 +830,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index fb635d17..bd17b24d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder extends +public interface CloudShellErrorDetailsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..819ddaf3 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,352 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { + "Name", + "Id", + "DockerImage", + "State", + "WebHost", + "SshUsername", + "SshHost", + "SshPort", + "PublicKeys", + }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", + }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "PublicKeys", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "IdToken", "ExpireTime", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { + "State", + }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { + "Environment", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { + "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { + "Code", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index 53d401c2..fd894136 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private CreateEnvironmentMetadata() {
-  }
+
+  private CreateEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CreateEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new CreateEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public CreateEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new CreateEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..2fdf33b3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index b34aa9b2..d3449695 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private DeleteEnvironmentMetadata() {
-  }
+
+  private DeleteEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DeleteEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new DeleteEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DeleteEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new DeleteEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..1d69025b
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index a8dd1067..9fce14b2 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -13,15 +30,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Environment extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Environment() {
     name_ = "";
     id_ = "";
@@ -35,16 +53,15 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -64,69 +81,77 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            id_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            dockerImage_ = s;
-            break;
-          }
-          case 32: {
-            int rawValue = input.readEnum();
+              id_ = s;
+              break;
+            }
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            state_ = rawValue;
-            break;
-          }
-          case 42: {
-            java.lang.String s = input.readStringRequireUtf8();
+              dockerImage_ = s;
+              break;
+            }
+          case 32:
+            {
+              int rawValue = input.readEnum();
 
-            sshUsername_ = s;
-            break;
-          }
-          case 50: {
-            java.lang.String s = input.readStringRequireUtf8();
+              state_ = rawValue;
+              break;
+            }
+          case 42:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshHost_ = s;
-            break;
-          }
-          case 56: {
+              sshUsername_ = s;
+              break;
+            }
+          case 50:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshPort_ = input.readInt32();
-            break;
-          }
-          case 66: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              sshHost_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          case 98: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 56:
+            {
+              sshPort_ = input.readInt32();
+              break;
+            }
+          case 66:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          case 98:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            webHost_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              webHost_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -134,8 +159,7 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -144,29 +168,35 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class,
+            com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State - implements com.google.protobuf.ProtocolMessageEnum { + public enum State implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * The environment's states is unknown.
      * 
@@ -175,6 +205,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -184,6 +216,8 @@ public enum State
      */
     SUSPENDED(1),
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -193,6 +227,8 @@ public enum State
      */
     PENDING(2),
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -203,6 +239,8 @@ public enum State
      */
     RUNNING(3),
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -214,6 +252,8 @@ public enum State ; /** + * + * *
      * The environment's states is unknown.
      * 
@@ -222,6 +262,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -231,6 +273,8 @@ public enum State
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -240,6 +284,8 @@ public enum State
      */
     public static final int PENDING_VALUE = 2;
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -250,6 +296,8 @@ public enum State
      */
     public static final int RUNNING_VALUE = 3;
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -258,7 +306,6 @@ public enum State */ public static final int DELETING_VALUE = 4; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -283,51 +330,53 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: return STATE_UNSPECIFIED; - case 1: return SUSPENDED; - case 2: return PENDING; - case 3: return RUNNING; - case 4: return DELETING; - default: return null; + case 0: + return STATE_UNSPECIFIED; + case 1: + return SUSPENDED; + case 2: + return PENDING; + case 3: + return RUNNING; + case 4: + return DELETING; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - State> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -347,6 +396,8 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -356,6 +407,7 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ @java.lang.Override @@ -364,14 +416,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -381,16 +434,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -401,12 +453,15 @@ public java.lang.String getName() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ @java.lang.Override @@ -415,30 +470,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -449,12 +504,17 @@ public java.lang.String getId() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ @java.lang.Override @@ -463,30 +523,32 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -497,39 +559,55 @@ public java.lang.String getDockerImage() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ @java.lang.Override @@ -538,30 +616,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -572,12 +650,15 @@ public java.lang.String getWebHost() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ @java.lang.Override @@ -586,30 +667,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -620,12 +701,15 @@ public java.lang.String getSshUsername() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ @java.lang.Override @@ -634,30 +718,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -668,12 +752,15 @@ public java.lang.String getSshHost() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -684,6 +771,8 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -693,13 +782,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -709,12 +800,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -724,6 +818,7 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -731,6 +826,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -740,15 +837,16 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -760,8 +858,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -808,8 +905,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -818,8 +914,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -840,30 +935,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getId() - .equals(other.getId())) return false; - if (!getDockerImage() - .equals(other.getDockerImage())) return false; + if (!getName().equals(other.getName())) return false; + if (!getId().equals(other.getId())) return false; + if (!getDockerImage().equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost() - .equals(other.getWebHost())) return false; - if (!getSshUsername() - .equals(other.getSshUsername())) return false; - if (!getSshHost() - .equals(other.getSshHost())) return false; - if (getSshPort() - != other.getSshPort()) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + if (!getWebHost().equals(other.getWebHost())) return false; + if (!getSshUsername().equals(other.getSshUsername())) return false; + if (!getSshHost().equals(other.getSshHost())) return false; + if (getSshPort() != other.getSshPort()) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -900,97 +987,103 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1000,21 +1093,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class,
+              com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1022,16 +1117,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1057,9 +1151,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1078,7 +1172,8 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result =
+          new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1101,38 +1196,39 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1209,10 +1305,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1222,13 +1321,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1237,6 +1336,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1246,15 +1347,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -1262,6 +1362,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1271,20 +1373,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1294,15 +1398,18 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1312,16 +1419,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1329,19 +1436,21 @@ public Builder setNameBytes( private java.lang.Object id_ = ""; /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1350,21 +1459,22 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -1372,57 +1482,64 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1430,19 +1547,23 @@ public Builder setIdBytes( private java.lang.Object dockerImage_ = ""; /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1451,21 +1572,24 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1473,57 +1597,70 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage( - java.lang.String value) { + public Builder setDockerImage(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes( - com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1531,51 +1668,73 @@ public Builder setDockerImageBytes( private int state_ = 0; /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The state to set. * @return This builder for chaining. */ @@ -1583,21 +1742,26 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1605,19 +1769,21 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1626,21 +1792,22 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -1648,57 +1815,64 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost( - java.lang.String value) { + public Builder setWebHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes( - com.google.protobuf.ByteString value) { + public Builder setWebHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1706,19 +1880,21 @@ public Builder setWebHostBytes( private java.lang.Object sshUsername_ = ""; /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1727,21 +1903,22 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1749,57 +1926,64 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername( - java.lang.String value) { + public Builder setSshUsername(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes( - com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1807,19 +1991,21 @@ public Builder setSshUsernameBytes( private java.lang.Object sshHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -1828,21 +2014,22 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -1850,70 +2037,80 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost( - java.lang.String value) { + public Builder setSshHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes( - com.google.protobuf.ByteString value) { + public Builder setSshHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_ ; + private int sshPort_; /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -1921,45 +2118,55 @@ public int getSshPort() { return sshPort_; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1969,13 +2176,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1985,12 +2194,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2000,6 +2212,7 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2007,6 +2220,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2016,14 +2231,16 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2033,21 +2250,23 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2057,20 +2276,22 @@ public Builder setPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2080,18 +2301,19 @@ public Builder addPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2101,6 +2323,7 @@ public Builder addAllPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2110,6 +2333,8 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2119,23 +2344,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2145,12 +2370,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2159,16 +2384,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2183,6 +2408,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 4ef5c4e7..3e446231 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder extends +public interface EnvironmentOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -17,10 +35,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -30,152 +51,196 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ java.lang.String getDockerImage(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString - getDockerImageBytes(); + com.google.protobuf.ByteString getDockerImageBytes(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ java.lang.String getWebHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - com.google.protobuf.ByteString - getWebHostBytes(); + com.google.protobuf.ByteString getWebHostBytes(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ java.lang.String getSshUsername(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString - getSshUsernameBytes(); + com.google.protobuf.ByteString getSshUsernameBytes(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ java.lang.String getSshHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString - getSshHostBytes(); + com.google.protobuf.ByteString getSshHostBytes(); /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ int getSshPort(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -185,11 +250,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -199,10 +266,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -212,11 +282,14 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -226,9 +299,9 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 7d84baae..6c10a26f 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              name_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,35 +92,42 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -111,30 +136,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -143,6 +170,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -154,8 +182,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -179,15 +206,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = + (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -206,97 +233,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -304,21 +338,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -326,16 +362,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -345,9 +380,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -366,7 +401,8 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result =
+          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -376,38 +412,39 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -415,7 +452,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -451,19 +489,23 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -472,21 +514,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -494,64 +539,77 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -561,12 +619,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -575,16 +633,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -599,6 +657,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..0976807c --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 932c67e9..77c39721 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyMetadata() {
-  }
+
+  private RemovePublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
+        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
+          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7f53e700
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 6be3e06f..0497d854 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,11 +176,14 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -165,29 +192,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -196,6 +223,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -207,8 +235,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -238,17 +265,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = + (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -269,97 +295,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -367,21 +400,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -389,16 +424,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -410,9 +444,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -431,7 +465,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
+          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -442,38 +477,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -481,7 +517,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
+        return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -521,19 +558,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -542,21 +581,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -564,57 +604,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -622,18 +669,20 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -642,20 +691,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -663,61 +713,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -727,12 +784,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -741,16 +798,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -765,6 +822,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index eddb472a..af48506a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,51 +1,77 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder extends +public interface RemovePublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index ef94d461..f88f1f10 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyResponse() {
-  }
+
+  private RemovePublicKeyResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
+        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
+          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..0c4daa2f
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index f5f29e9e..cea8ca6b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            state_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              state_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,27 +92,31 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -105,9 +127,10 @@ private StartEnvironmentMetadata(
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -116,6 +139,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -125,6 +150,8 @@ public enum State
      */
     STARTING(1),
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -135,6 +162,8 @@ public enum State
      */
     UNARCHIVING_DISK(2),
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -146,6 +175,8 @@ public enum State
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -159,6 +190,8 @@ public enum State
     ;
 
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -167,6 +200,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -176,6 +211,8 @@ public enum State
      */
     public static final int STARTING_VALUE = 1;
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -186,6 +223,8 @@ public enum State
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -197,6 +236,8 @@ public enum State
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -207,7 +248,6 @@ public enum State
      */
     public static final int FINISHED_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -232,51 +272,55 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0: return STATE_UNSPECIFIED;
-        case 1: return STARTING;
-        case 2: return UNARCHIVING_DISK;
-        case 4: return AWAITING_COMPUTE_RESOURCES;
-        case 3: return FINISHED;
-        default: return null;
+        case 0:
+          return STATE_UNSPECIFIED;
+        case 1:
+          return STARTING;
+        case 2:
+          return UNARCHIVING_DISK;
+        case 4:
+          return AWAITING_COMPUTE_RESOURCES;
+        case 3:
+          return FINISHED;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        State> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public State findValueByNumber(int number) {
-              return State.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public State findValueByNumber(int number) {
+            return State.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
+          .getEnumTypes()
+          .get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -296,31 +340,43 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
+   *
+   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -332,9 +388,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -346,9 +402,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, state_); + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -358,12 +414,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = + (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -385,96 +442,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -482,21 +546,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -504,16 +570,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -523,9 +588,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -544,7 +609,8 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -554,38 +620,39 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -593,7 +660,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
+        return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -616,7 +684,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -628,51 +697,67 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
+     *
+     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The state to set. * @return This builder for chaining. */ @@ -680,28 +765,31 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -711,12 +799,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -725,16 +813,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -749,6 +837,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index d5aff593..289efb7a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder extends +public interface StartEnvironmentMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index 1e0e9b9c..f0e4accd 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -57,34 +74,37 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              accessToken_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,8 +112,7 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -102,22 +121,27 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -125,6 +149,7 @@ private StartEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -133,14 +158,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -148,16 +174,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -168,6 +193,8 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -176,6 +203,7 @@ public java.lang.String getName() {
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -184,14 +212,15 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -200,16 +229,15 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,34 +248,42 @@ public java.lang.String getAccessToken() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -255,20 +291,23 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -280,8 +319,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -322,19 +360,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName() - .equals(other.getName())) return false; - if (!getAccessToken() - .equals(other.getAccessToken())) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = + (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName().equals(other.getName())) return false; + if (!getAccessToken().equals(other.getAccessToken())) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -360,96 +396,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -457,21 +500,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -479,16 +524,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -502,9 +546,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -523,7 +567,8 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result =
+          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -540,38 +585,39 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -579,7 +625,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -617,7 +664,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -626,10 +674,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -637,13 +688,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -652,6 +703,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -659,15 +712,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -675,6 +727,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -682,20 +736,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -703,15 +759,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -719,16 +778,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -736,6 +795,8 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -744,13 +805,13 @@ public Builder setNameBytes(
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -759,6 +820,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -767,15 +830,14 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -783,6 +845,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -791,20 +855,22 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -813,15 +879,18 @@ public Builder setAccessToken(
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,57 +899,67 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -888,80 +967,90 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -971,28 +1060,30 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1002,12 +1093,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1016,16 +1107,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1040,6 +1131,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index 79b3101e..d6ab22c1 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder extends +public interface StartEnvironmentRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -26,12 +47,14 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -40,10 +63,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -52,49 +78,59 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index 2eaf38c0..ac449b99 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -12,30 +29,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private StartEnvironmentResponse() {
-  }
+
+  private StartEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,26 +70,29 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-            if (environment_ != null) {
-              subBuilder = environment_.toBuilder();
+          case 10:
+            {
+              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+              if (environment_ != null) {
+                subBuilder = environment_.toBuilder();
+              }
+              environment_ =
+                  input.readMessage(
+                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(environment_);
+                environment_ = subBuilder.buildPartial();
+              }
+
+              break;
             }
-            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(environment_);
-              environment_ = subBuilder.buildPartial();
-            }
-
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,34 +100,39 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
+   *
+   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ @java.lang.Override @@ -116,18 +140,25 @@ public boolean hasEnvironment() { return environment_ != null; } /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } /** + * + * *
    * Environment that was started.
    * 
@@ -140,6 +171,7 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -151,8 +183,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -166,8 +197,7 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -177,17 +207,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = + (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment() - .equals(other.getEnvironment())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -210,96 +240,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -308,21 +345,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -330,16 +369,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -353,9 +391,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -374,7 +412,8 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result =
+          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -388,38 +427,39 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -427,7 +467,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
+        return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -450,7 +491,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -462,34 +504,47 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
+            com.google.cloud.shell.v1.Environment,
+            com.google.cloud.shell.v1.Environment.Builder,
+            com.google.cloud.shell.v1.EnvironmentOrBuilder>
+        environmentBuilder_;
     /**
+     *
+     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } else { return environmentBuilder_.getMessage(); } } /** + * + * *
      * Environment that was started.
      * 
@@ -510,14 +565,15 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment( - com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -528,6 +584,8 @@ public Builder setEnvironment( return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -538,7 +596,9 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_) + .mergeFrom(value) + .buildPartial(); } else { environment_ = value; } @@ -550,6 +610,8 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -568,6 +630,8 @@ public Builder clearEnvironment() { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -575,11 +639,13 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** + * + * *
      * Environment that was started.
      * 
@@ -590,11 +656,14 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null ? - com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } } /** + * + * *
      * Environment that was started.
      * 
@@ -602,21 +671,24 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), - getParentForChildren(), - isClean()); + environmentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), getParentForChildren(), isClean()); environment_ = null; } return environmentBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -626,12 +698,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -640,16 +712,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -664,6 +736,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 9ea5cb80..53f35e7b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,31 +1,55 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder extends +public interface StartEnvironmentResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** + * + * *
    * Environment that was started.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto From daab8817240863b63fad97131bd2ef7d422e8bf1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 23 Jun 2022 02:02:26 +0000 Subject: [PATCH 3/7] feat: Enable REST transport for most of Java and Go clients PiperOrigin-RevId: 456641589 Source-Link: https://github.com/googleapis/googleapis/commit/8a251f5225b789b2383207ffd978f6aa3d77fcf7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4ca52a529cf01308d9714950edffbea3560cfbdb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGNhNTJhNTI5Y2YwMTMwOGQ5NzE0OTUwZWRmZmJlYTM1NjBjZmJkYiJ9 --- .../shell/v1/CloudShellServiceClient.java | 44 +- .../shell/v1/CloudShellServiceSettings.java | 30 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 6 +- .../stub/CloudShellServiceStubSettings.java | 59 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 + ...pJsonCloudShellServiceCallableFactory.java | 105 ++ .../stub/HttpJsonCloudShellServiceStub.java | 507 ++++++++ .../CloudShellServiceClientHttpJsonTest.java | 407 +++++++ .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 ++++----- .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 +++-- .../v1/AddPublicKeyResponseOrBuilder.java | 29 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 ++++----- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 9 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 327 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 9 + .../google/cloud/shell/v1/Environment.java | 1027 +++++++---------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 31 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 + .../shell/v1/RemovePublicKeyRequest.java | 387 +++---- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 9 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 .../v1/AddPublicKeyMetadataOrBuilder.java | 24 - .../v1/AddPublicKeyResponseOrBuilder.java | 50 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 - ...AuthorizeEnvironmentResponseOrBuilder.java | 24 - .../cloud/shell/v1/CloudShellProto.java | 352 ------ .../CreateEnvironmentMetadataOrBuilder.java | 24 - .../DeleteEnvironmentMetadataOrBuilder.java | 24 - .../v1/GetEnvironmentRequestOrBuilder.java | 56 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 - .../v1/RemovePublicKeyResponseOrBuilder.java | 24 - 62 files changed, 4426 insertions(+), 4984 deletions(-) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (93%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (91%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (96%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (91%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) create mode 100644 owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java create mode 100644 owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java create mode 100644 owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {grpc-google-cloud-shell-v1 => owl-bot-staging/v1/grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 93% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index 8d2ab97f..2c37747e 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -17,13 +17,13 @@ package com.google.cloud.shell.v1; import com.google.api.gax.core.BackgroundResource; +import com.google.api.gax.httpjson.longrunning.OperationsClient; import com.google.api.gax.longrunning.OperationFuture; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.UnaryCallable; import com.google.cloud.shell.v1.stub.CloudShellServiceStub; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; import com.google.longrunning.Operation; -import com.google.longrunning.OperationsClient; import java.io.IOException; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; @@ -56,13 +56,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* @@ -99,13 +99,29 @@ * CloudShellServiceClient.create(cloudShellServiceSettings); * }
* + *

To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over + * the wire: + * + *

{@code
+ * // This snippet has been automatically generated for illustrative purposes only.
+ * // It may require modifications to work in your environment.
+ * CloudShellServiceSettings cloudShellServiceSettings =
+ *     CloudShellServiceSettings.newBuilder()
+ *         .setTransportChannelProvider(
+ *             CloudShellServiceSettings.defaultHttpJsonTransportProviderBuilder().build())
+ *         .build();
+ * CloudShellServiceClient cloudShellServiceClient =
+ *     CloudShellServiceClient.create(cloudShellServiceSettings);
+ * }
+ * *

Please refer to the GitHub repository's samples for more quickstart code snippets. */ @Generated("by gapic-generator-java") public class CloudShellServiceClient implements BackgroundResource { private final CloudShellServiceSettings settings; private final CloudShellServiceStub stub; - private final OperationsClient operationsClient; + private final OperationsClient httpJsonOperationsClient; + private final com.google.longrunning.OperationsClient operationsClient; /** Constructs an instance of CloudShellServiceClient with default settings. */ public static final CloudShellServiceClient create() throws IOException { @@ -137,13 +153,17 @@ public static final CloudShellServiceClient create(CloudShellServiceStub stub) { protected CloudShellServiceClient(CloudShellServiceSettings settings) throws IOException { this.settings = settings; this.stub = ((CloudShellServiceStubSettings) settings.getStubSettings()).createStub(); - this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); + this.operationsClient = + com.google.longrunning.OperationsClient.create(this.stub.getOperationsStub()); + this.httpJsonOperationsClient = OperationsClient.create(this.stub.getHttpJsonOperationsStub()); } protected CloudShellServiceClient(CloudShellServiceStub stub) { this.settings = null; this.stub = stub; - this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); + this.operationsClient = + com.google.longrunning.OperationsClient.create(this.stub.getOperationsStub()); + this.httpJsonOperationsClient = OperationsClient.create(this.stub.getHttpJsonOperationsStub()); } public final CloudShellServiceSettings getSettings() { @@ -158,10 +178,18 @@ public CloudShellServiceStub getStub() { * Returns the OperationsClient that can be used to query the status of a long-running operation * returned by another API method call. */ - public final OperationsClient getOperationsClient() { + public final com.google.longrunning.OperationsClient getOperationsClient() { return operationsClient; } + /** + * Returns the OperationsClient that can be used to query the status of a long-running operation + * returned by another API method call. + */ + public final OperationsClient getHttpJsonOperationsClient() { + return httpJsonOperationsClient; + } + // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Gets an environment. Returns NOT_FOUND if the environment does not exist. diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 91% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index 3d40c4f6..0f042496 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -21,10 +21,12 @@ import com.google.api.gax.core.GoogleCredentialsProvider; import com.google.api.gax.core.InstantiatingExecutorProvider; import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider; +import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; import com.google.api.gax.rpc.ApiClientHeaderProvider; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -40,9 +42,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -148,11 +150,18 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde return CloudShellServiceStubSettings.defaultCredentialsProviderBuilder(); } - /** Returns a builder for the default ChannelProvider for this service. */ + /** Returns a builder for the default gRPC ChannelProvider for this service. */ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() { return CloudShellServiceStubSettings.defaultGrpcTransportProviderBuilder(); } + /** Returns a builder for the default REST ChannelProvider for this service. */ + @BetaApi + public static InstantiatingHttpJsonChannelProvider.Builder + defaultHttpJsonTransportProviderBuilder() { + return CloudShellServiceStubSettings.defaultHttpJsonTransportProviderBuilder(); + } + public static TransportChannelProvider defaultTransportChannelProvider() { return CloudShellServiceStubSettings.defaultTransportChannelProvider(); } @@ -162,11 +171,17 @@ public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuil return CloudShellServiceStubSettings.defaultApiClientHeaderProviderBuilder(); } - /** Returns a new builder for this class. */ + /** Returns a new gRPC builder for this class. */ public static Builder newBuilder() { return Builder.createDefault(); } + /** Returns a new REST builder for this class. */ + @BetaApi + public static Builder newHttpJsonBuilder() { + return Builder.createHttpJsonDefault(); + } + /** Returns a new builder for this class. */ public static Builder newBuilder(ClientContext clientContext) { return new Builder(clientContext); @@ -204,6 +219,11 @@ private static Builder createDefault() { return new Builder(CloudShellServiceStubSettings.newBuilder()); } + @BetaApi + private static Builder createHttpJsonDefault() { + return new Builder(CloudShellServiceStubSettings.newHttpJsonBuilder()); + } + public CloudShellServiceStubSettings.Builder getStubSettingsBuilder() { return ((CloudShellServiceStubSettings.Builder) getStubSettings()); } diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 96% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java index af720c3a..d08ad6ef 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java @@ -47,7 +47,11 @@ public abstract class CloudShellServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { - throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); + return null; + } + + public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { + return null; } public UnaryCallable getEnvironmentCallable() { diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 91% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index 927a630b..40385b69 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -25,6 +25,9 @@ import com.google.api.gax.grpc.GrpcTransportChannel; import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider; import com.google.api.gax.grpc.ProtoOperationTransformers; +import com.google.api.gax.httpjson.GaxHttpJsonProperties; +import com.google.api.gax.httpjson.HttpJsonTransportChannel; +import com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider; import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.longrunning.OperationTimedPollAlgorithm; import com.google.api.gax.retrying.RetrySettings; @@ -66,9 +69,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -177,6 +180,11 @@ public CloudShellServiceStub createStub() throws IOException { .equals(GrpcTransportChannel.getGrpcTransportName())) { return GrpcCloudShellServiceStub.create(this); } + if (getTransportChannelProvider() + .getTransportName() + .equals(HttpJsonTransportChannel.getHttpJsonTransportName())) { + return HttpJsonCloudShellServiceStub.create(this); + } throw new UnsupportedOperationException( String.format( "Transport not supported: %s", getTransportChannelProvider().getTransportName())); @@ -209,18 +217,25 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde .setUseJwtAccessWithScope(true); } - /** Returns a builder for the default ChannelProvider for this service. */ + /** Returns a builder for the default gRPC ChannelProvider for this service. */ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() { return InstantiatingGrpcChannelProvider.newBuilder() .setMaxInboundMessageSize(Integer.MAX_VALUE); } + /** Returns a builder for the default REST ChannelProvider for this service. */ + @BetaApi + public static InstantiatingHttpJsonChannelProvider.Builder + defaultHttpJsonTransportProviderBuilder() { + return InstantiatingHttpJsonChannelProvider.newBuilder(); + } + public static TransportChannelProvider defaultTransportChannelProvider() { return defaultGrpcTransportProviderBuilder().build(); } @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") - public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { + public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() { return ApiClientHeaderProvider.newBuilder() .setGeneratedLibToken( "gapic", GaxProperties.getLibraryVersion(CloudShellServiceStubSettings.class)) @@ -228,11 +243,30 @@ public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuil GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); } - /** Returns a new builder for this class. */ + @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") + public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() { + return ApiClientHeaderProvider.newBuilder() + .setGeneratedLibToken( + "gapic", GaxProperties.getLibraryVersion(CloudShellServiceStubSettings.class)) + .setTransportToken( + GaxHttpJsonProperties.getHttpJsonTokenName(), + GaxHttpJsonProperties.getHttpJsonVersion()); + } + + public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { + return CloudShellServiceStubSettings.defaultGrpcApiClientHeaderProviderBuilder(); + } + + /** Returns a new gRPC builder for this class. */ public static Builder newBuilder() { return Builder.createDefault(); } + /** Returns a new REST builder for this class. */ + public static Builder newHttpJsonBuilder() { + return Builder.createHttpJsonDefault(); + } + /** Returns a new builder for this class. */ public static Builder newBuilder(ClientContext clientContext) { return new Builder(clientContext); @@ -388,6 +422,19 @@ private static Builder createDefault() { return initDefaults(builder); } + private static Builder createHttpJsonDefault() { + Builder builder = new Builder(((ClientContext) null)); + + builder.setTransportChannelProvider(defaultHttpJsonTransportProviderBuilder().build()); + builder.setCredentialsProvider(defaultCredentialsProviderBuilder().build()); + builder.setInternalHeaderProvider(defaultHttpJsonApiClientHeaderProviderBuilder().build()); + builder.setEndpoint(getDefaultEndpoint()); + builder.setMtlsEndpoint(getDefaultMtlsEndpoint()); + builder.setSwitchToMtlsEndpointAllowed(true); + + return initDefaults(builder); + } + private static Builder initDefaults(Builder builder) { builder .getEnvironmentSettings() diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index 12b59d4c..cee9f19b 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,6 +43,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java new file mode 100644 index 00000000..02dd9277 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java @@ -0,0 +1,105 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.stub; + +import com.google.api.core.BetaApi; +import com.google.api.gax.httpjson.HttpJsonCallSettings; +import com.google.api.gax.httpjson.HttpJsonCallableFactory; +import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable; +import com.google.api.gax.httpjson.HttpJsonStubCallableFactory; +import com.google.api.gax.httpjson.longrunning.stub.OperationsStub; +import com.google.api.gax.rpc.BatchingCallSettings; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.ServerStreamingCallSettings; +import com.google.api.gax.rpc.ServerStreamingCallable; +import com.google.api.gax.rpc.UnaryCallSettings; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.longrunning.Operation; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * REST callable factory implementation for the CloudShellService service API. + * + *

This class is for advanced usage. + */ +@Generated("by gapic-generator-java") +@BetaApi +public class HttpJsonCloudShellServiceCallableFactory + implements HttpJsonStubCallableFactory { + + @Override + public UnaryCallable createUnaryCallable( + HttpJsonCallSettings httpJsonCallSettings, + UnaryCallSettings callSettings, + ClientContext clientContext) { + return HttpJsonCallableFactory.createUnaryCallable( + httpJsonCallSettings, callSettings, clientContext); + } + + @Override + public + UnaryCallable createPagedCallable( + HttpJsonCallSettings httpJsonCallSettings, + PagedCallSettings callSettings, + ClientContext clientContext) { + return HttpJsonCallableFactory.createPagedCallable( + httpJsonCallSettings, callSettings, clientContext); + } + + @Override + public UnaryCallable createBatchingCallable( + HttpJsonCallSettings httpJsonCallSettings, + BatchingCallSettings callSettings, + ClientContext clientContext) { + return HttpJsonCallableFactory.createBatchingCallable( + httpJsonCallSettings, callSettings, clientContext); + } + + @BetaApi( + "The surface for long-running operations is not stable yet and may change in the future.") + @Override + public + OperationCallable createOperationCallable( + HttpJsonCallSettings httpJsonCallSettings, + OperationCallSettings callSettings, + ClientContext clientContext, + OperationsStub operationsStub) { + UnaryCallable innerCallable = + HttpJsonCallableFactory.createBaseUnaryCallable( + httpJsonCallSettings, callSettings.getInitialCallSettings(), clientContext); + HttpJsonOperationSnapshotCallable initialCallable = + new HttpJsonOperationSnapshotCallable( + innerCallable, + httpJsonCallSettings.getMethodDescriptor().getOperationSnapshotFactory()); + return HttpJsonCallableFactory.createOperationCallable( + callSettings, clientContext, operationsStub.longRunningClient(), initialCallable); + } + + @Override + public + ServerStreamingCallable createServerStreamingCallable( + HttpJsonCallSettings httpJsonCallSettings, + ServerStreamingCallSettings callSettings, + ClientContext clientContext) { + return HttpJsonCallableFactory.createServerStreamingCallable( + httpJsonCallSettings, callSettings, clientContext); + } +} diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java new file mode 100644 index 00000000..1a57bf3b --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java @@ -0,0 +1,507 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.stub; + +import com.google.api.core.BetaApi; +import com.google.api.core.InternalApi; +import com.google.api.gax.core.BackgroundResource; +import com.google.api.gax.core.BackgroundResourceAggregation; +import com.google.api.gax.httpjson.ApiMethodDescriptor; +import com.google.api.gax.httpjson.HttpJsonCallSettings; +import com.google.api.gax.httpjson.HttpJsonOperationSnapshot; +import com.google.api.gax.httpjson.HttpJsonStubCallableFactory; +import com.google.api.gax.httpjson.ProtoMessageRequestFormatter; +import com.google.api.gax.httpjson.ProtoMessageResponseParser; +import com.google.api.gax.httpjson.ProtoRestSerializer; +import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; +import com.google.api.gax.longrunning.OperationSnapshot; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.cloud.shell.v1.AddPublicKeyMetadata; +import com.google.cloud.shell.v1.AddPublicKeyRequest; +import com.google.cloud.shell.v1.AddPublicKeyResponse; +import com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata; +import com.google.cloud.shell.v1.AuthorizeEnvironmentRequest; +import com.google.cloud.shell.v1.AuthorizeEnvironmentResponse; +import com.google.cloud.shell.v1.Environment; +import com.google.cloud.shell.v1.GetEnvironmentRequest; +import com.google.cloud.shell.v1.RemovePublicKeyMetadata; +import com.google.cloud.shell.v1.RemovePublicKeyRequest; +import com.google.cloud.shell.v1.RemovePublicKeyResponse; +import com.google.cloud.shell.v1.StartEnvironmentMetadata; +import com.google.cloud.shell.v1.StartEnvironmentRequest; +import com.google.cloud.shell.v1.StartEnvironmentResponse; +import com.google.longrunning.Operation; +import com.google.protobuf.TypeRegistry; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * REST stub implementation for the CloudShellService service API. + * + *

This class is for advanced usage and reflects the underlying API directly. + */ +@Generated("by gapic-generator-java") +@BetaApi +public class HttpJsonCloudShellServiceStub extends CloudShellServiceStub { + private static final TypeRegistry typeRegistry = + TypeRegistry.newBuilder() + .add(StartEnvironmentResponse.getDescriptor()) + .add(RemovePublicKeyResponse.getDescriptor()) + .add(AuthorizeEnvironmentResponse.getDescriptor()) + .add(StartEnvironmentMetadata.getDescriptor()) + .add(RemovePublicKeyMetadata.getDescriptor()) + .add(AddPublicKeyResponse.getDescriptor()) + .add(AuthorizeEnvironmentMetadata.getDescriptor()) + .add(AddPublicKeyMetadata.getDescriptor()) + .build(); + + private static final ApiMethodDescriptor + getEnvironmentMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.cloud.shell.v1.CloudShellService/GetEnvironment") + .setHttpMethod("GET") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{name=users/*/environments/*}", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam(fields, "name", request.getName()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + return fields; + }) + .setRequestBodyExtractor(request -> null) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Environment.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .build(); + + private static final ApiMethodDescriptor + startEnvironmentMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.cloud.shell.v1.CloudShellService/StartEnvironment") + .setHttpMethod("POST") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{name=users/*/environments/*}:start", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam(fields, "name", request.getName()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + return fields; + }) + .setRequestBodyExtractor( + request -> + ProtoRestSerializer.create() + .toBody("*", request.toBuilder().clearName().build())) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Operation.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .setOperationSnapshotFactory( + (StartEnvironmentRequest request, Operation response) -> + HttpJsonOperationSnapshot.create(response)) + .build(); + + private static final ApiMethodDescriptor + authorizeEnvironmentMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.cloud.shell.v1.CloudShellService/AuthorizeEnvironment") + .setHttpMethod("POST") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{name=users/*/environments/*}:authorize", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam(fields, "name", request.getName()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + return fields; + }) + .setRequestBodyExtractor( + request -> + ProtoRestSerializer.create() + .toBody("*", request.toBuilder().clearName().build())) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Operation.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .setOperationSnapshotFactory( + (AuthorizeEnvironmentRequest request, Operation response) -> + HttpJsonOperationSnapshot.create(response)) + .build(); + + private static final ApiMethodDescriptor + addPublicKeyMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.cloud.shell.v1.CloudShellService/AddPublicKey") + .setHttpMethod("POST") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{environment=users/*/environments/*}:addPublicKey", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam( + fields, "environment", request.getEnvironment()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + return fields; + }) + .setRequestBodyExtractor( + request -> + ProtoRestSerializer.create() + .toBody("*", request.toBuilder().clearEnvironment().build())) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Operation.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .setOperationSnapshotFactory( + (AddPublicKeyRequest request, Operation response) -> + HttpJsonOperationSnapshot.create(response)) + .build(); + + private static final ApiMethodDescriptor + removePublicKeyMethodDescriptor = + ApiMethodDescriptor.newBuilder() + .setFullMethodName("google.cloud.shell.v1.CloudShellService/RemovePublicKey") + .setHttpMethod("POST") + .setType(ApiMethodDescriptor.MethodType.UNARY) + .setRequestFormatter( + ProtoMessageRequestFormatter.newBuilder() + .setPath( + "/v1/{environment=users/*/environments/*}:removePublicKey", + request -> { + Map fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + serializer.putPathParam( + fields, "environment", request.getEnvironment()); + return fields; + }) + .setQueryParamsExtractor( + request -> { + Map> fields = new HashMap<>(); + ProtoRestSerializer serializer = + ProtoRestSerializer.create(); + return fields; + }) + .setRequestBodyExtractor( + request -> + ProtoRestSerializer.create() + .toBody("*", request.toBuilder().clearEnvironment().build())) + .build()) + .setResponseParser( + ProtoMessageResponseParser.newBuilder() + .setDefaultInstance(Operation.getDefaultInstance()) + .setDefaultTypeRegistry(typeRegistry) + .build()) + .setOperationSnapshotFactory( + (RemovePublicKeyRequest request, Operation response) -> + HttpJsonOperationSnapshot.create(response)) + .build(); + + private final UnaryCallable getEnvironmentCallable; + private final UnaryCallable startEnvironmentCallable; + private final OperationCallable< + StartEnvironmentRequest, StartEnvironmentResponse, StartEnvironmentMetadata> + startEnvironmentOperationCallable; + private final UnaryCallable authorizeEnvironmentCallable; + private final OperationCallable< + AuthorizeEnvironmentRequest, AuthorizeEnvironmentResponse, AuthorizeEnvironmentMetadata> + authorizeEnvironmentOperationCallable; + private final UnaryCallable addPublicKeyCallable; + private final OperationCallable + addPublicKeyOperationCallable; + private final UnaryCallable removePublicKeyCallable; + private final OperationCallable< + RemovePublicKeyRequest, RemovePublicKeyResponse, RemovePublicKeyMetadata> + removePublicKeyOperationCallable; + + private final BackgroundResource backgroundResources; + private final HttpJsonOperationsStub httpJsonOperationsStub; + private final HttpJsonStubCallableFactory callableFactory; + + public static final HttpJsonCloudShellServiceStub create(CloudShellServiceStubSettings settings) + throws IOException { + return new HttpJsonCloudShellServiceStub(settings, ClientContext.create(settings)); + } + + public static final HttpJsonCloudShellServiceStub create(ClientContext clientContext) + throws IOException { + return new HttpJsonCloudShellServiceStub( + CloudShellServiceStubSettings.newHttpJsonBuilder().build(), clientContext); + } + + public static final HttpJsonCloudShellServiceStub create( + ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException { + return new HttpJsonCloudShellServiceStub( + CloudShellServiceStubSettings.newHttpJsonBuilder().build(), clientContext, callableFactory); + } + + /** + * Constructs an instance of HttpJsonCloudShellServiceStub, using the given settings. This is + * protected so that it is easy to make a subclass, but otherwise, the static factory methods + * should be preferred. + */ + protected HttpJsonCloudShellServiceStub( + CloudShellServiceStubSettings settings, ClientContext clientContext) throws IOException { + this(settings, clientContext, new HttpJsonCloudShellServiceCallableFactory()); + } + + /** + * Constructs an instance of HttpJsonCloudShellServiceStub, using the given settings. This is + * protected so that it is easy to make a subclass, but otherwise, the static factory methods + * should be preferred. + */ + protected HttpJsonCloudShellServiceStub( + CloudShellServiceStubSettings settings, + ClientContext clientContext, + HttpJsonStubCallableFactory callableFactory) + throws IOException { + this.callableFactory = callableFactory; + this.httpJsonOperationsStub = + HttpJsonOperationsStub.create(clientContext, callableFactory, typeRegistry); + + HttpJsonCallSettings getEnvironmentTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(getEnvironmentMethodDescriptor) + .setTypeRegistry(typeRegistry) + .build(); + HttpJsonCallSettings startEnvironmentTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(startEnvironmentMethodDescriptor) + .setTypeRegistry(typeRegistry) + .build(); + HttpJsonCallSettings + authorizeEnvironmentTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(authorizeEnvironmentMethodDescriptor) + .setTypeRegistry(typeRegistry) + .build(); + HttpJsonCallSettings addPublicKeyTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(addPublicKeyMethodDescriptor) + .setTypeRegistry(typeRegistry) + .build(); + HttpJsonCallSettings removePublicKeyTransportSettings = + HttpJsonCallSettings.newBuilder() + .setMethodDescriptor(removePublicKeyMethodDescriptor) + .setTypeRegistry(typeRegistry) + .build(); + + this.getEnvironmentCallable = + callableFactory.createUnaryCallable( + getEnvironmentTransportSettings, settings.getEnvironmentSettings(), clientContext); + this.startEnvironmentCallable = + callableFactory.createUnaryCallable( + startEnvironmentTransportSettings, settings.startEnvironmentSettings(), clientContext); + this.startEnvironmentOperationCallable = + callableFactory.createOperationCallable( + startEnvironmentTransportSettings, + settings.startEnvironmentOperationSettings(), + clientContext, + httpJsonOperationsStub); + this.authorizeEnvironmentCallable = + callableFactory.createUnaryCallable( + authorizeEnvironmentTransportSettings, + settings.authorizeEnvironmentSettings(), + clientContext); + this.authorizeEnvironmentOperationCallable = + callableFactory.createOperationCallable( + authorizeEnvironmentTransportSettings, + settings.authorizeEnvironmentOperationSettings(), + clientContext, + httpJsonOperationsStub); + this.addPublicKeyCallable = + callableFactory.createUnaryCallable( + addPublicKeyTransportSettings, settings.addPublicKeySettings(), clientContext); + this.addPublicKeyOperationCallable = + callableFactory.createOperationCallable( + addPublicKeyTransportSettings, + settings.addPublicKeyOperationSettings(), + clientContext, + httpJsonOperationsStub); + this.removePublicKeyCallable = + callableFactory.createUnaryCallable( + removePublicKeyTransportSettings, settings.removePublicKeySettings(), clientContext); + this.removePublicKeyOperationCallable = + callableFactory.createOperationCallable( + removePublicKeyTransportSettings, + settings.removePublicKeyOperationSettings(), + clientContext, + httpJsonOperationsStub); + + this.backgroundResources = + new BackgroundResourceAggregation(clientContext.getBackgroundResources()); + } + + @InternalApi + public static List getMethodDescriptors() { + List methodDescriptors = new ArrayList<>(); + methodDescriptors.add(getEnvironmentMethodDescriptor); + methodDescriptors.add(startEnvironmentMethodDescriptor); + methodDescriptors.add(authorizeEnvironmentMethodDescriptor); + methodDescriptors.add(addPublicKeyMethodDescriptor); + methodDescriptors.add(removePublicKeyMethodDescriptor); + return methodDescriptors; + } + + public HttpJsonOperationsStub getHttpJsonOperationsStub() { + return httpJsonOperationsStub; + } + + @Override + public UnaryCallable getEnvironmentCallable() { + return getEnvironmentCallable; + } + + @Override + public UnaryCallable startEnvironmentCallable() { + return startEnvironmentCallable; + } + + @Override + public OperationCallable< + StartEnvironmentRequest, StartEnvironmentResponse, StartEnvironmentMetadata> + startEnvironmentOperationCallable() { + return startEnvironmentOperationCallable; + } + + @Override + public UnaryCallable authorizeEnvironmentCallable() { + return authorizeEnvironmentCallable; + } + + @Override + public OperationCallable< + AuthorizeEnvironmentRequest, AuthorizeEnvironmentResponse, AuthorizeEnvironmentMetadata> + authorizeEnvironmentOperationCallable() { + return authorizeEnvironmentOperationCallable; + } + + @Override + public UnaryCallable addPublicKeyCallable() { + return addPublicKeyCallable; + } + + @Override + public OperationCallable + addPublicKeyOperationCallable() { + return addPublicKeyOperationCallable; + } + + @Override + public UnaryCallable removePublicKeyCallable() { + return removePublicKeyCallable; + } + + @Override + public OperationCallable + removePublicKeyOperationCallable() { + return removePublicKeyOperationCallable; + } + + @Override + public final void close() { + try { + backgroundResources.close(); + } catch (RuntimeException e) { + throw e; + } catch (Exception e) { + throw new IllegalStateException("Failed to close resource", e); + } + } + + @Override + public void shutdown() { + backgroundResources.shutdown(); + } + + @Override + public boolean isShutdown() { + return backgroundResources.isShutdown(); + } + + @Override + public boolean isTerminated() { + return backgroundResources.isTerminated(); + } + + @Override + public void shutdownNow() { + backgroundResources.shutdownNow(); + } + + @Override + public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException { + return backgroundResources.awaitTermination(duration, unit); + } +} diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java new file mode 100644 index 00000000..b1ee2629 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java @@ -0,0 +1,407 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1; + +import com.google.api.gax.core.NoCredentialsProvider; +import com.google.api.gax.httpjson.GaxHttpJsonProperties; +import com.google.api.gax.httpjson.testing.MockHttpService; +import com.google.api.gax.rpc.ApiClientHeaderProvider; +import com.google.api.gax.rpc.ApiException; +import com.google.api.gax.rpc.ApiExceptionFactory; +import com.google.api.gax.rpc.InvalidArgumentException; +import com.google.api.gax.rpc.StatusCode; +import com.google.api.gax.rpc.testing.FakeStatusCode; +import com.google.cloud.shell.v1.stub.HttpJsonCloudShellServiceStub; +import com.google.longrunning.Operation; +import com.google.protobuf.Any; +import com.google.protobuf.Timestamp; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.ExecutionException; +import javax.annotation.Generated; +import org.junit.After; +import org.junit.AfterClass; +import org.junit.Assert; +import org.junit.Before; +import org.junit.BeforeClass; +import org.junit.Test; + +@Generated("by gapic-generator-java") +public class CloudShellServiceClientHttpJsonTest { + private static MockHttpService mockService; + private static CloudShellServiceClient client; + + @BeforeClass + public static void startStaticServer() throws IOException { + mockService = + new MockHttpService( + HttpJsonCloudShellServiceStub.getMethodDescriptors(), + CloudShellServiceSettings.getDefaultEndpoint()); + CloudShellServiceSettings settings = + CloudShellServiceSettings.newHttpJsonBuilder() + .setTransportChannelProvider( + CloudShellServiceSettings.defaultHttpJsonTransportProviderBuilder() + .setHttpTransport(mockService) + .build()) + .setCredentialsProvider(NoCredentialsProvider.create()) + .build(); + client = CloudShellServiceClient.create(settings); + } + + @AfterClass + public static void stopServer() { + client.close(); + } + + @Before + public void setUp() {} + + @After + public void tearDown() throws Exception { + mockService.reset(); + } + + @Test + public void getEnvironmentTest() throws Exception { + Environment expectedResponse = + Environment.newBuilder() + .setName(EnvironmentName.of("[USER]", "[ENVIRONMENT]").toString()) + .setId("id3355") + .setDockerImage("dockerImage2086149915") + .setWebHost("webHost1223060252") + .setSshUsername("sshUsername-812965122") + .setSshHost("sshHost-1920605232") + .setSshPort(612046936) + .addAllPublicKeys(new ArrayList()) + .build(); + mockService.addResponse(expectedResponse); + + EnvironmentName name = EnvironmentName.of("[USER]", "[ENVIRONMENT]"); + + Environment actualResponse = client.getEnvironment(name); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void getEnvironmentExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + EnvironmentName name = EnvironmentName.of("[USER]", "[ENVIRONMENT]"); + client.getEnvironment(name); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void getEnvironmentTest2() throws Exception { + Environment expectedResponse = + Environment.newBuilder() + .setName(EnvironmentName.of("[USER]", "[ENVIRONMENT]").toString()) + .setId("id3355") + .setDockerImage("dockerImage2086149915") + .setWebHost("webHost1223060252") + .setSshUsername("sshUsername-812965122") + .setSshHost("sshHost-1920605232") + .setSshPort(612046936) + .addAllPublicKeys(new ArrayList()) + .build(); + mockService.addResponse(expectedResponse); + + String name = "users/user-9538/environments/environment-9538"; + + Environment actualResponse = client.getEnvironment(name); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void getEnvironmentExceptionTest2() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + String name = "users/user-9538/environments/environment-9538"; + client.getEnvironment(name); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void startEnvironmentTest() throws Exception { + StartEnvironmentResponse expectedResponse = + StartEnvironmentResponse.newBuilder() + .setEnvironment(Environment.newBuilder().build()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("startEnvironmentTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + StartEnvironmentRequest request = + StartEnvironmentRequest.newBuilder() + .setName("users/user-9538/environments/environment-9538") + .setAccessToken("accessToken-1042689291") + .addAllPublicKeys(new ArrayList()) + .build(); + + StartEnvironmentResponse actualResponse = client.startEnvironmentAsync(request).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void startEnvironmentExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + StartEnvironmentRequest request = + StartEnvironmentRequest.newBuilder() + .setName("users/user-9538/environments/environment-9538") + .setAccessToken("accessToken-1042689291") + .addAllPublicKeys(new ArrayList()) + .build(); + client.startEnvironmentAsync(request).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } + + @Test + public void authorizeEnvironmentTest() throws Exception { + AuthorizeEnvironmentResponse expectedResponse = + AuthorizeEnvironmentResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("authorizeEnvironmentTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + AuthorizeEnvironmentRequest request = + AuthorizeEnvironmentRequest.newBuilder() + .setName("users/user-9538/environments/environment-9538") + .setAccessToken("accessToken-1042689291") + .setIdToken("idToken1642509726") + .setExpireTime(Timestamp.newBuilder().build()) + .build(); + + AuthorizeEnvironmentResponse actualResponse = client.authorizeEnvironmentAsync(request).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void authorizeEnvironmentExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + AuthorizeEnvironmentRequest request = + AuthorizeEnvironmentRequest.newBuilder() + .setName("users/user-9538/environments/environment-9538") + .setAccessToken("accessToken-1042689291") + .setIdToken("idToken1642509726") + .setExpireTime(Timestamp.newBuilder().build()) + .build(); + client.authorizeEnvironmentAsync(request).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } + + @Test + public void addPublicKeyTest() throws Exception { + AddPublicKeyResponse expectedResponse = + AddPublicKeyResponse.newBuilder().setKey("key106079").build(); + Operation resultOperation = + Operation.newBuilder() + .setName("addPublicKeyTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + AddPublicKeyRequest request = + AddPublicKeyRequest.newBuilder() + .setEnvironment("users/user-9402/environments/environment-9402") + .setKey("key106079") + .build(); + + AddPublicKeyResponse actualResponse = client.addPublicKeyAsync(request).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void addPublicKeyExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + AddPublicKeyRequest request = + AddPublicKeyRequest.newBuilder() + .setEnvironment("users/user-9402/environments/environment-9402") + .setKey("key106079") + .build(); + client.addPublicKeyAsync(request).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } + + @Test + public void removePublicKeyTest() throws Exception { + RemovePublicKeyResponse expectedResponse = RemovePublicKeyResponse.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("removePublicKeyTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockService.addResponse(resultOperation); + + RemovePublicKeyRequest request = + RemovePublicKeyRequest.newBuilder() + .setEnvironment("users/user-9402/environments/environment-9402") + .setKey("key106079") + .build(); + + RemovePublicKeyResponse actualResponse = client.removePublicKeyAsync(request).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockService.getRequestPaths(); + Assert.assertEquals(1, actualRequests.size()); + + String apiClientHeaderKey = + mockService + .getRequestHeaders() + .get(ApiClientHeaderProvider.getDefaultApiClientHeaderKey()) + .iterator() + .next(); + Assert.assertTrue( + GaxHttpJsonProperties.getDefaultApiClientHeaderPattern() + .matcher(apiClientHeaderKey) + .matches()); + } + + @Test + public void removePublicKeyExceptionTest() throws Exception { + ApiException exception = + ApiExceptionFactory.createException( + new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); + mockService.addException(exception); + + try { + RemovePublicKeyRequest request = + RemovePublicKeyRequest.newBuilder() + .setEnvironment("users/user-9402/environments/environment-9402") + .setKey("key106079") + .build(); + client.removePublicKeyAsync(request).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + } + } +} diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index d9aa5e73..dec7b833 100644 --- a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -41,266 +24,206 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-        getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod =
-              getGetEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+              .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-        getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod =
-              getStartEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.StartEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+              .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-        getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-            == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
-              getAuthorizeEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-                      .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+              .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-        getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod =
-              getAddPublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+              .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-        getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod =
-              getRemovePublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.RemovePublicKeyRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+              .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceBlockingStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static CloudShellServiceFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceFutureStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -311,25 +234,19 @@ public CloudShellServiceFutureStub newStub(
    * client.
    * 
*/ - public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { + public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -339,16 +256,12 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -356,32 +269,24 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -389,53 +294,53 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>( + this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -446,9 +351,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
    * client.
    * 
*/ - public static final class CloudShellServiceStub - extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -459,24 +364,17 @@ protected CloudShellServiceStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -486,18 +384,13 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -505,36 +398,26 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -542,19 +425,14 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -565,8 +443,7 @@ public void removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub - extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -579,21 +456,16 @@ protected CloudShellServiceBlockingStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -603,15 +475,12 @@ public com.google.cloud.shell.v1.Environment getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -619,30 +488,24 @@ public com.google.longrunning.Operation startEnvironment(
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -650,16 +513,13 @@ public com.google.longrunning.Operation addPublicKey(
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -670,9 +530,9 @@ public com.google.longrunning.Operation removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub - extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -683,21 +543,17 @@ protected CloudShellServiceFutureStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -707,15 +563,13 @@ protected CloudShellServiceFutureStub build(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -723,30 +577,26 @@ protected CloudShellServiceFutureStub build(
      * authenticate.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -754,8 +604,8 @@ protected CloudShellServiceFutureStub build(
      * NOT_FOUND.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request); } @@ -767,11 +617,11 @@ protected CloudShellServiceFutureStub build( private static final int METHODID_ADD_PUBLIC_KEY = 3; private static final int METHODID_REMOVE_PUBLIC_KEY = 4; - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final CloudShellServiceImplBase serviceImpl; private final int methodId; @@ -785,29 +635,23 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_GET_ENVIRONMENT: - serviceImpl.getEnvironment( - (com.google.cloud.shell.v1.GetEnvironmentRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_START_ENVIRONMENT: - serviceImpl.startEnvironment( - (com.google.cloud.shell.v1.StartEnvironmentRequest) request, + serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_AUTHORIZE_ENVIRONMENT: - serviceImpl.authorizeEnvironment( - (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, + serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_ADD_PUBLIC_KEY: - serviceImpl.addPublicKey( - (com.google.cloud.shell.v1.AddPublicKeyRequest) request, + serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_REMOVE_PUBLIC_KEY: - serviceImpl.removePublicKey( - (com.google.cloud.shell.v1.RemovePublicKeyRequest) request, + serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -826,9 +670,8 @@ public io.grpc.stub.StreamObserver invoke( } } - private abstract static class CloudShellServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class CloudShellServiceBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { CloudShellServiceBaseDescriptorSupplier() {} @java.lang.Override @@ -870,16 +713,14 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (CloudShellServiceGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) - .addMethod(getGetEnvironmentMethod()) - .addMethod(getStartEnvironmentMethod()) - .addMethod(getAuthorizeEnvironmentMethod()) - .addMethod(getAddPublicKeyMethod()) - .addMethod(getRemovePublicKeyMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) + .addMethod(getGetEnvironmentMethod()) + .addMethod(getStartEnvironmentMethod()) + .addMethod(getAuthorizeEnvironmentMethod()) + .addMethod(getAddPublicKeyMethod()) + .addMethod(getRemovePublicKeyMethod()) + .build(); } } } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 7c1b0112..04f2b5ad 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AddPublicKeyMetadata() {}
+  private AddPublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
-        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -160,104 +141,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
-          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -405,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -417,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -431,16 +402,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AddPublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AddPublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AddPublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AddPublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -455,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7d34cf74
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index bb681f05..145bf75e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,8 +152,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,7 +162,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() {
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -197,15 +170,14 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -216,15 +188,16 @@ public java.lang.String getKey() {
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -233,7 +206,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -245,7 +217,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -275,16 +248,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = - (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -305,104 +279,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -410,23 +377,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -434,15 +399,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -454,9 +420,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -475,8 +441,7 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result =
-          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -487,39 +452,38 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -567,21 +531,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -590,22 +552,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -613,64 +574,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -678,8 +632,6 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -690,13 +642,13 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) {
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -705,8 +657,6 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,14 +667,15 @@ public java.lang.String getKey() {
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -732,8 +683,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -744,22 +693,20 @@ public com.google.protobuf.ByteString getKeyBytes() {
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -770,18 +717,15 @@ public Builder setKey(java.lang.String value) {
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -792,23 +736,23 @@ public Builder clearKey() {
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -818,12 +762,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -832,16 +776,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -856,4 +800,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 29d97f9e..8fa42138 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,58 +1,35 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder - extends +public interface AddPublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -63,13 +40,10 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -80,8 +54,8 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 2a7ade39..621e5d89 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,39 +74,34 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
-   *
-   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The key. */ @java.lang.Override @@ -133,29 +110,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -164,7 +141,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -176,7 +152,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -200,15 +177,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = - (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey().equals(other.getKey())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,104 +204,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -332,23 +302,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -356,15 +324,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -374,9 +343,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -395,8 +364,7 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result =
-          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -406,39 +374,38 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -482,20 +449,18 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
-     *
-     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -504,21 +469,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -526,68 +490,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -597,12 +554,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -611,16 +568,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -635,4 +592,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..6c095674 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The key. + */ + java.lang.String getKey(); + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The bytes for key. + */ + com.google.protobuf.ByteString + getKeyBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3635f516..3dd224b5 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentMetadata() {}
+  private AuthorizeEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..e5a965bb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 3144d086..5fb0ba56 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -73,49 +56,44 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            com.google.protobuf.Timestamp.Builder subBuilder = null;
+            if (expireTime_ != null) {
+              subBuilder = expireTime_.toBuilder();
             }
-          case 26:
-            {
-              com.google.protobuf.Timestamp.Builder subBuilder = null;
-              if (expireTime_ != null) {
-                subBuilder = expireTime_.toBuilder();
-              }
-              expireTime_ =
-                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(expireTime_);
-                expireTime_ = subBuilder.buildPartial();
-              }
-
-              break;
+            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(expireTime_);
+              expireTime_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
 
-              idToken_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            break;
+          }
+          case 34: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            idToken_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -123,33 +101,29 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -157,7 +131,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -166,15 +139,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -182,15 +154,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -201,14 +174,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -217,29 +187,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -250,14 +220,11 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ @java.lang.Override @@ -266,29 +233,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -299,15 +266,12 @@ public com.google.protobuf.ByteString getIdTokenBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -315,15 +279,12 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ @java.lang.Override @@ -331,8 +292,6 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -346,7 +305,6 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -358,7 +316,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -387,7 +346,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -400,20 +360,23 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getAccessToken().equals(other.getAccessToken())) return false;
-    if (!getIdToken().equals(other.getIdToken())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getAccessToken()
+        .equals(other.getAccessToken())) return false;
+    if (!getIdToken()
+        .equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime().equals(other.getExpireTime())) return false;
+      if (!getExpireTime()
+          .equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -442,104 +405,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -547,23 +502,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -571,15 +524,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -599,9 +553,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -620,8 +574,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -638,39 +591,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -678,8 +630,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -714,8 +665,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -727,8 +677,6 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -736,13 +684,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -751,8 +699,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -760,14 +706,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -775,8 +722,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -784,22 +729,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -807,18 +750,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -826,16 +766,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -843,20 +783,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -865,21 +803,20 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -887,61 +824,54 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -949,20 +879,18 @@ public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object idToken_ = ""; /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -971,21 +899,20 @@ public java.lang.String getIdToken() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -993,61 +920,54 @@ public com.google.protobuf.ByteString getIdTokenBytes() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken(java.lang.String value) { + public Builder setIdToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -1055,49 +975,36 @@ public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1119,8 +1026,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1128,7 +1033,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1139,8 +1045,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1152,7 +1056,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1164,8 +1068,6 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1185,8 +1087,6 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1195,13 +1095,11 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-
+      
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1213,14 +1111,11 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : expireTime_;
+        return expireTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1229,24 +1124,21 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(), getParentForChildren(), isClean());
+        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(),
+                getParentForChildren(),
+                isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1256,12 +1148,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1270,16 +1162,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1294,4 +1186,6 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index 1b0167e5..eecbaf19 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder
-    extends
+public interface AuthorizeEnvironmentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -47,90 +26,72 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ java.lang.String getIdToken(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - com.google.protobuf.ByteString getIdTokenBytes(); + com.google.protobuf.ByteString + getIdTokenBytes(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index ee950279..a8a19c83 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentResponse() {}
+  private AuthorizeEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..22657a0b
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index bb43b23b..98411265 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CloudShellErrorDetails extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              code_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            code_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,41 +74,36 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * An unknown error occurred.
      * 
@@ -135,8 +112,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -146,8 +121,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     IMAGE_UNAVAILABLE(1),
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -157,8 +130,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     CLOUD_SHELL_DISABLED(2),
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -168,8 +139,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     TOS_VIOLATION(4),
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -182,8 +151,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
     ;
 
     /**
-     *
-     *
      * 
      * An unknown error occurred.
      * 
@@ -192,8 +159,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -203,8 +168,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -214,8 +177,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -225,8 +186,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -236,6 +195,7 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -260,18 +220,12 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0:
-          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1:
-          return IMAGE_UNAVAILABLE;
-        case 2:
-          return CLOUD_SHELL_DISABLED;
-        case 4:
-          return TOS_VIOLATION;
-        case 5:
-          return QUOTA_EXCEEDED;
-        default:
-          return null;
+        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1: return IMAGE_UNAVAILABLE;
+        case 2: return CLOUD_SHELL_DISABLED;
+        case 4: return TOS_VIOLATION;
+        case 5: return QUOTA_EXCEEDED;
+        default: return null;
       }
     }
 
@@ -279,28 +233,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        CloudShellErrorCode> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public CloudShellErrorCode findValueByNumber(int number) {
+              return CloudShellErrorCode.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public CloudShellErrorCode findValueByNumber(int number) {
-                return CloudShellErrorCode.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -309,7 +263,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -329,43 +284,31 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
-   *
-   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ - @java.lang.Override - public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -377,11 +320,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -393,11 +334,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -407,13 +346,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = - (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -434,104 +372,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -539,23 +470,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -563,15 +492,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -581,9 +511,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -602,8 +532,7 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result =
-          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -613,39 +542,38 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -653,8 +581,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -689,100 +616,80 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
-     *
-     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode( - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -792,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -806,16 +713,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -830,4 +737,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index bd17b24d..fb635d17 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder - extends +public interface CloudShellErrorDetailsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..a18e3be8 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,327 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { "State", }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { "Environment", }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { "Code", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index fd894136..53d401c2 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private CreateEnvironmentMetadata() {}
+  private CreateEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CreateEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new CreateEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public CreateEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new CreateEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..575f0d68
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index d3449695..b34aa9b2 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private DeleteEnvironmentMetadata() {}
+  private DeleteEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DeleteEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new DeleteEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DeleteEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new DeleteEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..31316449
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index 9fce14b2..a8dd1067 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -30,16 +13,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Environment extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Environment() {
     name_ = "";
     id_ = "";
@@ -53,15 +35,16 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -81,77 +64,69 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              id_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            id_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              dockerImage_ = s;
-              break;
-            }
-          case 32:
-            {
-              int rawValue = input.readEnum();
+            dockerImage_ = s;
+            break;
+          }
+          case 32: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          case 42:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            state_ = rawValue;
+            break;
+          }
+          case 42: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshUsername_ = s;
-              break;
-            }
-          case 50:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshUsername_ = s;
+            break;
+          }
+          case 50: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshHost_ = s;
-              break;
-            }
-          case 56:
-            {
-              sshPort_ = input.readInt32();
-              break;
-            }
-          case 66:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
-            }
-          case 98:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshHost_ = s;
+            break;
+          }
+          case 56: {
 
-              webHost_ = s;
-              break;
+            sshPort_ = input.readInt32();
+            break;
+          }
+          case 66: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          case 98: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            webHost_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -159,7 +134,8 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -168,35 +144,29 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class,
-            com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The environment's states is unknown.
      * 
@@ -205,8 +175,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -216,8 +184,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SUSPENDED(1),
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -227,8 +193,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     PENDING(2),
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -239,8 +203,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     RUNNING(3),
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -252,8 +214,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The environment's states is unknown.
      * 
@@ -262,8 +222,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -273,8 +231,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -284,8 +240,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int PENDING_VALUE = 2;
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -296,8 +250,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int RUNNING_VALUE = 3;
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -306,6 +258,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DELETING_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -330,53 +283,51 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return SUSPENDED; - case 2: - return PENDING; - case 3: - return RUNNING; - case 4: - return DELETING; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return SUSPENDED; + case 2: return PENDING; + case 3: return RUNNING; + case 4: return DELETING; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -396,8 +347,6 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -407,7 +356,6 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ @java.lang.Override @@ -416,15 +364,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -434,15 +381,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -453,15 +401,12 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ @java.lang.Override @@ -470,30 +415,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -504,17 +449,12 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ @java.lang.Override @@ -523,32 +463,30 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -559,55 +497,39 @@ public com.google.protobuf.ByteString getDockerImageBytes() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ @java.lang.Override @@ -616,30 +538,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -650,15 +572,12 @@ public com.google.protobuf.ByteString getWebHostBytes() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ @java.lang.Override @@ -667,30 +586,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -701,15 +620,12 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ @java.lang.Override @@ -718,30 +634,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -752,15 +668,12 @@ public com.google.protobuf.ByteString getSshHostBytes() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -771,8 +684,6 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -782,15 +693,13 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -800,15 +709,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -818,7 +724,6 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -826,8 +731,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -837,16 +740,15 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -858,7 +760,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -905,7 +808,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -914,7 +818,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -935,22 +840,30 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName().equals(other.getName())) return false; - if (!getId().equals(other.getId())) return false; - if (!getDockerImage().equals(other.getDockerImage())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getDockerImage() + .equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost().equals(other.getWebHost())) return false; - if (!getSshUsername().equals(other.getSshUsername())) return false; - if (!getSshHost().equals(other.getSshHost())) return false; - if (getSshPort() != other.getSshPort()) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + if (!getWebHost() + .equals(other.getWebHost())) return false; + if (!getSshUsername() + .equals(other.getSshUsername())) return false; + if (!getSshHost() + .equals(other.getSshHost())) return false; + if (getSshPort() + != other.getSshPort()) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -987,103 +900,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.shell.v1.Environment parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1093,23 +1000,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class,
-              com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1117,15 +1022,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1151,9 +1057,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1172,8 +1078,7 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result =
-          new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1196,39 +1101,38 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1305,13 +1209,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1321,13 +1222,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1336,8 +1237,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1347,14 +1246,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1362,8 +1262,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1373,22 +1271,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1398,18 +1294,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1419,16 +1312,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1436,21 +1329,19 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object id_ = ""; /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1459,22 +1350,21 @@ public java.lang.String getId() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -1482,64 +1372,57 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1547,23 +1430,19 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object dockerImage_ = ""; /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1572,24 +1451,21 @@ public java.lang.String getDockerImage() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1597,70 +1473,57 @@ public com.google.protobuf.ByteString getDockerImageBytes() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage(java.lang.String value) { + public Builder setDockerImage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1668,73 +1531,51 @@ public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { private int state_ = 0; /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -1742,26 +1583,21 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1769,21 +1605,19 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1792,22 +1626,21 @@ public java.lang.String getWebHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -1815,64 +1648,57 @@ public com.google.protobuf.ByteString getWebHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost(java.lang.String value) { + public Builder setWebHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes(com.google.protobuf.ByteString value) { + public Builder setWebHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1880,21 +1706,19 @@ public Builder setWebHostBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshUsername_ = ""; /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1903,22 +1727,21 @@ public java.lang.String getSshUsername() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1926,64 +1749,57 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername(java.lang.String value) { + public Builder setSshUsername( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1991,21 +1807,19 @@ public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -2014,22 +1828,21 @@ public java.lang.String getSshHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -2037,80 +1850,70 @@ public com.google.protobuf.ByteString getSshHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost(java.lang.String value) { + public Builder setSshHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes(com.google.protobuf.ByteString value) { + public Builder setSshHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_; + private int sshPort_ ; /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -2118,55 +1921,45 @@ public int getSshPort() { return sshPort_; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2176,15 +1969,13 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2194,15 +1985,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2212,7 +2000,6 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2220,8 +2007,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2231,16 +2016,14 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2250,23 +2033,21 @@ public com.google.protobuf.ByteString getPublicKeysBytes(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2276,22 +2057,20 @@ public Builder setPublicKeys(int index, java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2301,19 +2080,18 @@ public Builder addPublicKeys(java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2323,7 +2101,6 @@ public Builder addAllPublicKeys(java.lang.Iterable values) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2333,8 +2110,6 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2344,23 +2119,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2370,12 +2145,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2384,16 +2159,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2408,4 +2183,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 3e446231..4ef5c4e7 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder - extends +public interface EnvironmentOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -35,13 +17,10 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -51,196 +30,152 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ java.lang.String getDockerImage(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString getDockerImageBytes(); + com.google.protobuf.ByteString + getDockerImageBytes(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ java.lang.String getWebHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - com.google.protobuf.ByteString getWebHostBytes(); + com.google.protobuf.ByteString + getWebHostBytes(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ java.lang.String getSshUsername(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString getSshUsernameBytes(); + com.google.protobuf.ByteString + getSshUsernameBytes(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ java.lang.String getSshHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString getSshHostBytes(); + com.google.protobuf.ByteString + getSshHostBytes(); /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ int getSshPort(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -250,13 +185,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -266,13 +199,10 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -282,14 +212,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -299,9 +226,9 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 6c10a26f..7d84baae 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            name_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,42 +74,35 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -136,32 +111,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -170,7 +143,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +154,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -206,15 +179,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = - (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -233,104 +206,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -338,23 +304,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -362,15 +326,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -380,9 +345,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -401,8 +366,7 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result =
-          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -412,39 +376,38 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -452,8 +415,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -489,23 +451,19 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -514,24 +472,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -539,77 +494,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -619,12 +561,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -633,16 +575,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -657,4 +599,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..c9e7372c --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 77c39721..932c67e9 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyMetadata() {}
+  private RemovePublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
-        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
-          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..be41ebcb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 0497d854..6be3e06f 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,14 +152,11 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -192,29 +165,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -223,7 +196,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -235,7 +207,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -265,16 +238,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = - (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -295,104 +269,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -400,23 +367,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -424,15 +389,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -444,9 +410,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -465,8 +431,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
-          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -477,39 +442,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -517,8 +481,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -558,21 +521,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -581,22 +542,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -604,64 +564,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -669,20 +622,18 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -691,21 +642,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -713,68 +663,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -784,12 +727,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -798,16 +741,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -822,4 +765,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index af48506a..eddb472a 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,77 +1,51 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder - extends +public interface RemovePublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index f88f1f10..ef94d461 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyResponse() {}
+  private RemovePublicKeyResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
-        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
-          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..1ef2da7c
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index cea8ca6b..f5f29e9e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            state_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,31 +74,27 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -127,10 +105,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -139,8 +116,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -150,8 +125,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     STARTING(1),
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -162,8 +135,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNARCHIVING_DISK(2),
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -175,8 +146,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -190,8 +159,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -200,8 +167,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -211,8 +176,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int STARTING_VALUE = 1;
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -223,8 +186,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -236,8 +197,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -248,6 +207,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int FINISHED_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -272,55 +232,51 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0:
-          return STATE_UNSPECIFIED;
-        case 1:
-          return STARTING;
-        case 2:
-          return UNARCHIVING_DISK;
-        case 4:
-          return AWAITING_COMPUTE_RESOURCES;
-        case 3:
-          return FINISHED;
-        default:
-          return null;
+        case 0: return STATE_UNSPECIFIED;
+        case 1: return STARTING;
+        case 2: return UNARCHIVING_DISK;
+        case 4: return AWAITING_COMPUTE_RESOURCES;
+        case 3: return FINISHED;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        State> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public State findValueByNumber(int number) {
-            return State.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -340,43 +296,31 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
-   *
-   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -388,9 +332,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -402,9 +346,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -414,13 +358,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = - (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -442,103 +385,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -546,23 +482,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -570,15 +504,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -588,9 +523,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -609,8 +544,7 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -620,39 +554,38 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -660,8 +593,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -684,8 +616,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -697,67 +628,51 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
-     *
-     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The state to set. * @return This builder for chaining. */ @@ -765,31 +680,28 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -799,12 +711,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -813,16 +725,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -837,4 +749,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index 289efb7a..d5aff593 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder - extends +public interface StartEnvironmentMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index f0e4accd..1e0e9b9c 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -74,37 +57,34 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -112,7 +92,8 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -121,27 +102,22 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -149,7 +125,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -158,15 +133,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -174,15 +148,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -193,8 +168,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -203,7 +176,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -212,15 +184,14 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -229,15 +200,16 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -248,42 +220,34 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -291,23 +255,20 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -319,7 +280,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -360,17 +322,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = - (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName().equals(other.getName())) return false; - if (!getAccessToken().equals(other.getAccessToken())) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getAccessToken() + .equals(other.getAccessToken())) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -396,103 +360,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -500,23 +457,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -524,15 +479,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -546,9 +502,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -567,8 +523,7 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result =
-          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -585,39 +540,38 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -625,8 +579,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -664,8 +617,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -674,13 +626,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -688,13 +637,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -703,8 +652,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -712,14 +659,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -727,8 +675,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -736,22 +682,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -759,18 +703,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -778,16 +719,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -795,8 +736,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -805,13 +744,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -820,8 +759,6 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,14 +767,15 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -845,8 +783,6 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -855,22 +791,20 @@ public com.google.protobuf.ByteString getAccessTokenBytes() {
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -879,18 +813,15 @@ public Builder setAccessToken(java.lang.String value) {
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -899,67 +830,57 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -967,90 +888,80 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -1060,30 +971,28 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1093,12 +1002,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1107,16 +1016,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1131,4 +1040,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index d6ab22c1..79b3101e 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder - extends +public interface StartEnvironmentRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -47,14 +26,12 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -63,13 +40,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -78,59 +52,49 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index ac449b99..2eaf38c0 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -29,29 +12,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private StartEnvironmentResponse() {}
+  private StartEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -70,29 +54,26 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-              if (environment_ != null) {
-                subBuilder = environment_.toBuilder();
-              }
-              environment_ =
-                  input.readMessage(
-                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(environment_);
-                environment_ = subBuilder.buildPartial();
-              }
-
-              break;
+          case 10: {
+            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+            if (environment_ != null) {
+              subBuilder = environment_.toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(environment_);
+              environment_ = subBuilder.buildPartial();
+            }
+
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,39 +81,34 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
-   *
-   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ @java.lang.Override @@ -140,25 +116,18 @@ public boolean hasEnvironment() { return environment_ != null; } /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } /** - * - * *
    * Environment that was started.
    * 
@@ -171,7 +140,6 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -183,7 +151,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -197,7 +166,8 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -207,17 +177,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = - (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -240,103 +210,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -345,23 +308,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -369,15 +330,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -391,9 +353,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -412,8 +374,7 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result =
-          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -427,39 +388,38 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -467,8 +427,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -491,8 +450,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -504,47 +462,34 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.shell.v1.Environment,
-            com.google.cloud.shell.v1.Environment.Builder,
-            com.google.cloud.shell.v1.EnvironmentOrBuilder>
-        environmentBuilder_;
+        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
     /**
-     *
-     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } else { return environmentBuilder_.getMessage(); } } /** - * - * *
      * Environment that was started.
      * 
@@ -565,15 +510,14 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment( + com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -584,8 +528,6 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder buil return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -596,9 +538,7 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); } else { environment_ = value; } @@ -610,8 +550,6 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -630,8 +568,6 @@ public Builder clearEnvironment() { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -639,13 +575,11 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** - * - * *
      * Environment that was started.
      * 
@@ -656,14 +590,11 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? + com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } } /** - * - * *
      * Environment that was started.
      * 
@@ -671,24 +602,21 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), getParentForChildren(), isClean()); + environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), + getParentForChildren(), + isClean()); environment_ = null; } return environmentBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -698,12 +626,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -712,16 +640,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -736,4 +664,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 53f35e7b..9ea5cb80 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder - extends +public interface StartEnvironmentResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** - * - * *
    * Environment that was started.
    * 
diff --git a/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java deleted file mode 100644 index 8c052e71..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java deleted file mode 100644 index 99937918..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The key. - */ - java.lang.String getKey(); - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The bytes for key. - */ - com.google.protobuf.ByteString getKeyBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index d9de3502..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 47b02ea3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index 819ddaf3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,352 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" - + "\022\025google.cloud.shell.v1\032\034google/api/anno" - + "tations.proto\032\027google/api/client.proto\032\037" - + "google/api/field_behavior.proto\032\031google/" - + "api/resource.proto\032#google/longrunning/o" - + "perations.proto\032 google/protobuf/field_m" - + "ask.proto\032\037google/protobuf/timestamp.pro" - + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" - + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" - + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" - + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" - + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" - + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" - + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" - + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" - + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" - + "\n%cloudshell.googleapis.com/Environment\022" - + "\'users/{user}/environments/{environment}" - + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" - + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" - + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" - + "eleteEnvironmentMetadata\"R\n\027StartEnviron" - + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" - + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" - + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" - + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" - + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" - + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" - + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" - + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" - + ".cloud.shell.v1.StartEnvironmentMetadata" - + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" - + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" - + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" - + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" - + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" - + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" - + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" - + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" - + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" - + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" - + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" - + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" - + ".google.cloud.shell.v1.CloudShellErrorDe" - + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" - + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" - + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" - + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" - + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" - + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." - + "v1.GetEnvironmentRequest\032\".google.cloud." - + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" - + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" - + "Environment\022..google.cloud.shell.v1.Star" - + "tEnvironmentRequest\032\035.google.longrunning" - + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" - + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" - + "entResponse\022\030StartEnvironmentMetadata\022\340\001" - + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" - + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" - + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" - + "name=users/*/environments/*}:authorize:\001" - + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" - + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" - + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" - + "quest\032\035.google.longrunning.Operation\"o\202\323" - + "\344\223\002:\"5/v1/{environment=users/*/environme" - + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" - + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" - + "PublicKey\022-.google.cloud.shell.v1.Remove" - + "PublicKeyRequest\032\035.google.longrunning.Op" - + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" - + "*/environments/*}:removePublicKey:\001*\312A2\n" - + "\027RemovePublicKeyResponse\022\027RemovePublicKe" - + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" - + "A.https://www.googleapis.com/auth/cloud-" - + "platformBj\n\031com.google.cloud.shell.v1B\017C" - + "loudShellProtoP\001Z:google.golang.org/genp" - + "roto/googleapis/cloud/shell/v1;shellb\006pr" - + "oto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { - "Name", - "Id", - "DockerImage", - "State", - "WebHost", - "SshUsername", - "SshHost", - "SshPort", - "PublicKeys", - }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "PublicKeys", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "IdToken", "ExpireTime", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { - "State", - }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { - "Environment", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { - "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { - "Code", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 2fdf33b3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 1d69025b..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index 0976807c..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index 7f53e700..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 0c4daa2f..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder {} From 3827efebc3fc4a3ebf6bb0f229e477db8d61424f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 23 Jun 2022 02:04:34 +0000 Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 +- .../shell/v1/CloudShellServiceClient.java | 6 +- .../shell/v1/CloudShellServiceSettings.java | 7 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 0 .../stub/CloudShellServiceStubSettings.java | 6 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 - ...pJsonCloudShellServiceCallableFactory.java | 0 .../stub/HttpJsonCloudShellServiceStub.java | 1 - .../CloudShellServiceClientHttpJsonTest.java | 0 .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 +++++---- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 - .../v1/AddPublicKeyResponseOrBuilder.java | 29 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 - ...AuthorizeEnvironmentResponseOrBuilder.java | 9 - .../cloud/shell/v1/CloudShellProto.java | 327 ------ .../CreateEnvironmentMetadataOrBuilder.java | 9 - .../DeleteEnvironmentMetadataOrBuilder.java | 9 - .../v1/GetEnvironmentRequestOrBuilder.java | 31 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 - .../v1/RemovePublicKeyResponseOrBuilder.java | 9 - .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 24 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 ++--- .../v1/AddPublicKeyResponseOrBuilder.java | 50 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 +++++---- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 24 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 352 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 24 + .../google/cloud/shell/v1/Environment.java | 1027 ++++++++++------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 56 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 + .../shell/v1/RemovePublicKeyRequest.java | 387 ++++--- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 24 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 63 files changed, 4976 insertions(+), 3302 deletions(-) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (98%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (97%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {owl-bot-staging/v1/grpc-google-cloud-shell-v1 => grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) diff --git a/README.md b/README.md index f90ec73e..14488ce6 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.1.12' +implementation 'com.google.cloud:google-cloud-shell:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.12" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.0" ``` ## Authentication diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 98% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index 2c37747e..4c7fe93a 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -56,13 +56,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 97% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index 0f042496..48cb7c57 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -26,7 +26,6 @@ import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -42,9 +41,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index 40385b69..57f7677a 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -69,9 +69,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index cee9f19b..12b59d4c 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,7 +43,6 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; -import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java index 1a57bf3b..6fa309f5 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java @@ -28,7 +28,6 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; -import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.UnaryCallable; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index dec7b833..d9aa5e73 100644 --- a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,8 +1,25 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** + * + * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -24,206 +41,266 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+        getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod =
+              getGetEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+                      .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+        getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod =
+              getStartEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.StartEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+                      .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+        getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+        == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-              .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+            == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
+              getAuthorizeEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+                      .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+        getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-              .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod =
+              getAddPublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+                      .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+        getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-              .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod =
+              getRemovePublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.RemovePublicKeyRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+                      .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /**
-   * Creates a new async stub that supports all call types for the service
-   */
+  /** Creates a new async stub that supports all call types for the service */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(
-      io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceBlockingStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceBlockingStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceBlockingStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /**
-   * Creates a new ListenableFuture-style stub that supports unary calls on the service
-   */
-  public static CloudShellServiceFutureStub newFutureStub(
-      io.grpc.Channel channel) {
+  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
+  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceFutureStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceFutureStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceFutureStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
+   *
+   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -234,19 +311,25 @@ public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.Call
    * client.
    * 
*/ - public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { + public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetEnvironmentMethod(), responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -256,12 +339,16 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getStartEnvironmentMethod(), responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -269,24 +356,32 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAuthorizeEnvironmentMethod(), responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAddPublicKeyMethod(), responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -294,53 +389,53 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>( - this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -351,9 +446,9 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub + extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -364,17 +459,24 @@ protected CloudShellServiceStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -384,13 +486,18 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -398,26 +505,36 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -425,14 +542,19 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), + request, + responseObserver); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -443,7 +565,8 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub + extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -456,16 +579,21 @@ protected CloudShellServiceBlockingStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -475,12 +603,15 @@ public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.she
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -488,24 +619,30 @@ public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -513,13 +650,16 @@ public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.A
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -530,9 +670,9 @@ public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub + extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -543,17 +683,21 @@ protected CloudShellServiceFutureStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -563,13 +707,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture startEnvironment(
-        com.google.cloud.shell.v1.StartEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -577,26 +723,30 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment(
-        com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -604,8 +754,8 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture removePublicKey(
-        com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request);
     }
@@ -617,11 +767,11 @@ public com.google.common.util.concurrent.ListenableFuture implements
-      io.grpc.stub.ServerCalls.UnaryMethod,
-      io.grpc.stub.ServerCalls.ServerStreamingMethod,
-      io.grpc.stub.ServerCalls.ClientStreamingMethod,
-      io.grpc.stub.ServerCalls.BidiStreamingMethod {
+  private static final class MethodHandlers
+      implements io.grpc.stub.ServerCalls.UnaryMethod,
+          io.grpc.stub.ServerCalls.ServerStreamingMethod,
+          io.grpc.stub.ServerCalls.ClientStreamingMethod,
+          io.grpc.stub.ServerCalls.BidiStreamingMethod {
     private final CloudShellServiceImplBase serviceImpl;
     private final int methodId;
 
@@ -635,23 +785,29 @@ private static final class MethodHandlers implements
     public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
       switch (methodId) {
         case METHODID_GET_ENVIRONMENT:
-          serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request,
-              (io.grpc.stub.StreamObserver) responseObserver);
+          serviceImpl.getEnvironment(
+              (com.google.cloud.shell.v1.GetEnvironmentRequest) request,
+              (io.grpc.stub.StreamObserver)
+                  responseObserver);
           break;
         case METHODID_START_ENVIRONMENT:
-          serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request,
+          serviceImpl.startEnvironment(
+              (com.google.cloud.shell.v1.StartEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_AUTHORIZE_ENVIRONMENT:
-          serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
+          serviceImpl.authorizeEnvironment(
+              (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_ADD_PUBLIC_KEY:
-          serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request,
+          serviceImpl.addPublicKey(
+              (com.google.cloud.shell.v1.AddPublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_REMOVE_PUBLIC_KEY:
-          serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
+          serviceImpl.removePublicKey(
+              (com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         default:
@@ -670,8 +826,9 @@ public io.grpc.stub.StreamObserver invoke(
     }
   }
 
-  private static abstract class CloudShellServiceBaseDescriptorSupplier
-      implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+  private abstract static class CloudShellServiceBaseDescriptorSupplier
+      implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
+          io.grpc.protobuf.ProtoServiceDescriptorSupplier {
     CloudShellServiceBaseDescriptorSupplier() {}
 
     @java.lang.Override
@@ -713,14 +870,16 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
       synchronized (CloudShellServiceGrpc.class) {
         result = serviceDescriptor;
         if (result == null) {
-          serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
-              .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
-              .addMethod(getGetEnvironmentMethod())
-              .addMethod(getStartEnvironmentMethod())
-              .addMethod(getAuthorizeEnvironmentMethod())
-              .addMethod(getAddPublicKeyMethod())
-              .addMethod(getRemovePublicKeyMethod())
-              .build();
+          serviceDescriptor =
+              result =
+                  io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+                      .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
+                      .addMethod(getGetEnvironmentMethod())
+                      .addMethod(getStartEnvironmentMethod())
+                      .addMethod(getAuthorizeEnvironmentMethod())
+                      .addMethod(getAddPublicKeyMethod())
+                      .addMethod(getRemovePublicKeyMethod())
+                      .build();
         }
       }
     }
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
deleted file mode 100644
index 7d34cf74..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyMetadataOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
-    com.google.protobuf.MessageOrBuilder {
-}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
deleted file mode 100644
index 6c095674..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
+++ /dev/null
@@ -1,29 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyResponseOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse)
-    com.google.protobuf.MessageOrBuilder {
-
-  /**
-   * 
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The key. - */ - java.lang.String getKey(); - /** - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The bytes for key. - */ - com.google.protobuf.ByteString - getKeyBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index e5a965bb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 22657a0b..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index a18e3be8..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,327 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" + - "\022\025google.cloud.shell.v1\032\034google/api/anno" + - "tations.proto\032\027google/api/client.proto\032\037" + - "google/api/field_behavior.proto\032\031google/" + - "api/resource.proto\032#google/longrunning/o" + - "perations.proto\032 google/protobuf/field_m" + - "ask.proto\032\037google/protobuf/timestamp.pro" + - "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + - "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + - "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + - ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + - " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + - "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + - "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + - "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + - "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + - "\n%cloudshell.googleapis.com/Environment\022" + - "\'users/{user}/environments/{environment}" + - "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + - "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + - "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + - "eleteEnvironmentMetadata\"R\n\027StartEnviron" + - "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + - "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + - "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + - "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + - "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + - "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + - "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + - "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + - ".cloud.shell.v1.StartEnvironmentMetadata" + - ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + - "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + - "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + - "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + - "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + - "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + - "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + - "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + - "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + - "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + - "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + - "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + - ".google.cloud.shell.v1.CloudShellErrorDe" + - "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + - "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + - "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + - "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + - "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + - "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + - "v1.GetEnvironmentRequest\032\".google.cloud." + - "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + - "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + - "Environment\022..google.cloud.shell.v1.Star" + - "tEnvironmentRequest\032\035.google.longrunning" + - ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + - "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + - "entResponse\022\030StartEnvironmentMetadata\022\340\001" + - "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + - "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + - "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + - "name=users/*/environments/*}:authorize:\001" + - "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + - "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + - "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + - "quest\032\035.google.longrunning.Operation\"o\202\323" + - "\344\223\002:\"5/v1/{environment=users/*/environme" + - "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + - "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + - "PublicKey\022-.google.cloud.shell.v1.Remove" + - "PublicKeyRequest\032\035.google.longrunning.Op" + - "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + - "*/environments/*}:removePublicKey:\001*\312A2\n" + - "\027RemovePublicKeyResponse\022\027RemovePublicKe" + - "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + - "A.https://www.googleapis.com/auth/cloud-" + - "platformBj\n\031com.google.cloud.shell.v1B\017C" + - "loudShellProtoP\001Z:google.golang.org/genp" + - "roto/googleapis/cloud/shell/v1;shellb\006pr" + - "oto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { "State", }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { "Environment", }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { "Code", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 575f0d68..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 31316449..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index c9e7372c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,31 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index be41ebcb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 1ef2da7c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 04f2b5ad..7c1b0112 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AddPublicKeyMetadata() {
-  }
+
+  private AddPublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
+        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -141,97 +160,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
+          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,9 +405,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +417,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -402,16 +431,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AddPublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AddPublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AddPublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AddPublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +455,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..8c052e71
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index 145bf75e..bb681f05 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,6 +176,8 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -162,6 +188,7 @@ public java.lang.String getEnvironment() {
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -170,14 +197,15 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,16 +216,15 @@ public java.lang.String getKey() {
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -206,6 +233,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -217,8 +245,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -248,17 +275,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = + (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -279,97 +305,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -377,21 +410,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -399,16 +434,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -420,9 +454,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -441,7 +475,8 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result =
+          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -452,38 +487,39 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -531,19 +567,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -552,21 +590,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -574,57 +613,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -632,6 +678,8 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -642,13 +690,13 @@ public Builder setEnvironmentBytes(
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -657,6 +705,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -667,15 +717,14 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -683,6 +732,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -693,20 +744,22 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,15 +770,18 @@ public Builder setKey(
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -736,23 +792,23 @@ public Builder clearKey() {
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -762,12 +818,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -776,16 +832,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -800,6 +856,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 8fa42138..29d97f9e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,35 +1,58 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder extends +public interface AddPublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -40,10 +63,13 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -54,8 +80,8 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 621e5d89..2a7ade39 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,34 +92,39 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
+   *
+   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The key. */ @java.lang.Override @@ -110,29 +133,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -141,6 +164,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -152,8 +176,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -177,15 +200,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = + (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey() - .equals(other.getKey())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -204,97 +227,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -302,21 +332,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -324,16 +356,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -343,9 +374,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -364,7 +395,8 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result =
+          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -374,38 +406,39 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -449,18 +482,20 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
+     *
+     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -469,20 +504,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -490,61 +526,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -554,12 +597,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -568,16 +611,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -592,6 +635,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..99937918 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The key. + */ + java.lang.String getKey(); + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The bytes for key. + */ + com.google.protobuf.ByteString getKeyBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3dd224b5..3635f516 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentMetadata() {
-  }
+
+  private AuthorizeEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..d9de3502
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 5fb0ba56..3144d086 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -56,44 +73,49 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            com.google.protobuf.Timestamp.Builder subBuilder = null;
-            if (expireTime_ != null) {
-              subBuilder = expireTime_.toBuilder();
+              name_ = s;
+              break;
             }
-            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(expireTime_);
-              expireTime_ = subBuilder.buildPartial();
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              accessToken_ = s;
+              break;
             }
+          case 26:
+            {
+              com.google.protobuf.Timestamp.Builder subBuilder = null;
+              if (expireTime_ != null) {
+                subBuilder = expireTime_.toBuilder();
+              }
+              expireTime_ =
+                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(expireTime_);
+                expireTime_ = subBuilder.buildPartial();
+              }
 
-            break;
-          }
-          case 34: {
-            java.lang.String s = input.readStringRequireUtf8();
+              break;
+            }
+          case 34:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            idToken_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              idToken_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -101,29 +123,33 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -131,6 +157,7 @@ private AuthorizeEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -139,14 +166,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -154,16 +182,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -174,11 +201,14 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -187,29 +217,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,11 +250,14 @@ public java.lang.String getAccessToken() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ @java.lang.Override @@ -233,29 +266,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -266,12 +299,15 @@ public java.lang.String getIdToken() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -279,12 +315,15 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ @java.lang.Override @@ -292,6 +331,8 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -305,6 +346,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -316,8 +358,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -346,8 +387,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -360,23 +400,20 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!getAccessToken()
-        .equals(other.getAccessToken())) return false;
-    if (!getIdToken()
-        .equals(other.getIdToken())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!getAccessToken().equals(other.getAccessToken())) return false;
+    if (!getIdToken().equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime()
-          .equals(other.getExpireTime())) return false;
+      if (!getExpireTime().equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -405,96 +442,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -502,21 +547,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -524,16 +571,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -553,9 +599,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -574,7 +620,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -591,38 +638,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -630,7 +678,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -665,7 +714,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -677,6 +727,8 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -684,13 +736,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -699,6 +751,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -706,15 +760,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -722,6 +775,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -729,20 +784,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -750,15 +807,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -766,16 +826,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -783,18 +843,20 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -803,20 +865,21 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -824,54 +887,61 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -879,18 +949,20 @@ public Builder setAccessTokenBytes( private java.lang.Object idToken_ = ""; /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -899,20 +971,21 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -920,54 +993,61 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken( - java.lang.String value) { + public Builder setIdToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -975,36 +1055,49 @@ public Builder setIdTokenBytes( private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + expireTimeBuilder_; /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + return expireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1026,6 +1119,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1033,8 +1128,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1045,6 +1139,8 @@ public Builder setExpireTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1056,7 +1152,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1068,6 +1164,8 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1087,6 +1185,8 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1095,11 +1195,13 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-      
+
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1111,11 +1213,14 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
+        return expireTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : expireTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1124,21 +1229,24 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(),
-                getParentForChildren(),
-                isClean());
+        expireTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(), getParentForChildren(), isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1148,12 +1256,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1162,16 +1270,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1186,6 +1294,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index eecbaf19..1b0167e5 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder extends
+public interface AuthorizeEnvironmentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -26,72 +47,90 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ java.lang.String getIdToken(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - com.google.protobuf.ByteString - getIdTokenBytes(); + com.google.protobuf.ByteString getIdTokenBytes(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index a8a19c83..ee950279 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentResponse() {
-  }
+
+  private AuthorizeEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..47b02ea3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index 98411265..bb43b23b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            code_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              code_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,36 +92,41 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode - implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * An unknown error occurred.
      * 
@@ -112,6 +135,8 @@ public enum CloudShellErrorCode */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -121,6 +146,8 @@ public enum CloudShellErrorCode
      */
     IMAGE_UNAVAILABLE(1),
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -130,6 +157,8 @@ public enum CloudShellErrorCode
      */
     CLOUD_SHELL_DISABLED(2),
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -139,6 +168,8 @@ public enum CloudShellErrorCode
      */
     TOS_VIOLATION(4),
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -151,6 +182,8 @@ public enum CloudShellErrorCode
     ;
 
     /**
+     *
+     *
      * 
      * An unknown error occurred.
      * 
@@ -159,6 +192,8 @@ public enum CloudShellErrorCode */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -168,6 +203,8 @@ public enum CloudShellErrorCode
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -177,6 +214,8 @@ public enum CloudShellErrorCode
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -186,6 +225,8 @@ public enum CloudShellErrorCode
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -195,7 +236,6 @@ public enum CloudShellErrorCode
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -220,12 +260,18 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1: return IMAGE_UNAVAILABLE;
-        case 2: return CLOUD_SHELL_DISABLED;
-        case 4: return TOS_VIOLATION;
-        case 5: return QUOTA_EXCEEDED;
-        default: return null;
+        case 0:
+          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1:
+          return IMAGE_UNAVAILABLE;
+        case 2:
+          return CLOUD_SHELL_DISABLED;
+        case 4:
+          return TOS_VIOLATION;
+        case 5:
+          return QUOTA_EXCEEDED;
+        default:
+          return null;
       }
     }
 
@@ -233,28 +279,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        CloudShellErrorCode> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public CloudShellErrorCode findValueByNumber(int number) {
-              return CloudShellErrorCode.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public CloudShellErrorCode findValueByNumber(int number) {
+                return CloudShellErrorCode.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -263,8 +309,7 @@ public CloudShellErrorCode findValueByNumber(int number) {
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -284,31 +329,43 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
+   *
+   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ - @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override + public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -320,9 +377,11 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -334,9 +393,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, code_); + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -346,12 +407,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = + (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -372,97 +434,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -470,21 +539,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -492,16 +563,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -511,9 +581,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -532,7 +602,8 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result =
+          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -542,38 +613,39 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -581,7 +653,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
+        return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -616,80 +689,100 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
+     *
+     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode( + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -699,12 +792,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -713,16 +806,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -737,6 +830,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index fb635d17..bd17b24d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder extends +public interface CloudShellErrorDetailsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..819ddaf3 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,352 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { + "Name", + "Id", + "DockerImage", + "State", + "WebHost", + "SshUsername", + "SshHost", + "SshPort", + "PublicKeys", + }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", + }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "PublicKeys", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "IdToken", "ExpireTime", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { + "State", + }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { + "Environment", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { + "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { + "Code", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index 53d401c2..fd894136 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private CreateEnvironmentMetadata() {
-  }
+
+  private CreateEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CreateEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new CreateEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public CreateEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new CreateEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..2fdf33b3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index b34aa9b2..d3449695 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private DeleteEnvironmentMetadata() {
-  }
+
+  private DeleteEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DeleteEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new DeleteEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DeleteEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new DeleteEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..1d69025b
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index a8dd1067..9fce14b2 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -13,15 +30,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Environment extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Environment() {
     name_ = "";
     id_ = "";
@@ -35,16 +53,15 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -64,69 +81,77 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            id_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            dockerImage_ = s;
-            break;
-          }
-          case 32: {
-            int rawValue = input.readEnum();
+              id_ = s;
+              break;
+            }
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            state_ = rawValue;
-            break;
-          }
-          case 42: {
-            java.lang.String s = input.readStringRequireUtf8();
+              dockerImage_ = s;
+              break;
+            }
+          case 32:
+            {
+              int rawValue = input.readEnum();
 
-            sshUsername_ = s;
-            break;
-          }
-          case 50: {
-            java.lang.String s = input.readStringRequireUtf8();
+              state_ = rawValue;
+              break;
+            }
+          case 42:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshHost_ = s;
-            break;
-          }
-          case 56: {
+              sshUsername_ = s;
+              break;
+            }
+          case 50:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshPort_ = input.readInt32();
-            break;
-          }
-          case 66: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              sshHost_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          case 98: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 56:
+            {
+              sshPort_ = input.readInt32();
+              break;
+            }
+          case 66:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          case 98:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            webHost_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              webHost_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -134,8 +159,7 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -144,29 +168,35 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class,
+            com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State - implements com.google.protobuf.ProtocolMessageEnum { + public enum State implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * The environment's states is unknown.
      * 
@@ -175,6 +205,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -184,6 +216,8 @@ public enum State
      */
     SUSPENDED(1),
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -193,6 +227,8 @@ public enum State
      */
     PENDING(2),
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -203,6 +239,8 @@ public enum State
      */
     RUNNING(3),
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -214,6 +252,8 @@ public enum State ; /** + * + * *
      * The environment's states is unknown.
      * 
@@ -222,6 +262,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -231,6 +273,8 @@ public enum State
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -240,6 +284,8 @@ public enum State
      */
     public static final int PENDING_VALUE = 2;
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -250,6 +296,8 @@ public enum State
      */
     public static final int RUNNING_VALUE = 3;
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -258,7 +306,6 @@ public enum State */ public static final int DELETING_VALUE = 4; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -283,51 +330,53 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: return STATE_UNSPECIFIED; - case 1: return SUSPENDED; - case 2: return PENDING; - case 3: return RUNNING; - case 4: return DELETING; - default: return null; + case 0: + return STATE_UNSPECIFIED; + case 1: + return SUSPENDED; + case 2: + return PENDING; + case 3: + return RUNNING; + case 4: + return DELETING; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - State> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -347,6 +396,8 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -356,6 +407,7 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ @java.lang.Override @@ -364,14 +416,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -381,16 +434,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -401,12 +453,15 @@ public java.lang.String getName() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ @java.lang.Override @@ -415,30 +470,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -449,12 +504,17 @@ public java.lang.String getId() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ @java.lang.Override @@ -463,30 +523,32 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -497,39 +559,55 @@ public java.lang.String getDockerImage() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ @java.lang.Override @@ -538,30 +616,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -572,12 +650,15 @@ public java.lang.String getWebHost() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ @java.lang.Override @@ -586,30 +667,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -620,12 +701,15 @@ public java.lang.String getSshUsername() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ @java.lang.Override @@ -634,30 +718,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -668,12 +752,15 @@ public java.lang.String getSshHost() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -684,6 +771,8 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -693,13 +782,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -709,12 +800,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -724,6 +818,7 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -731,6 +826,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -740,15 +837,16 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -760,8 +858,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -808,8 +905,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -818,8 +914,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -840,30 +935,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getId() - .equals(other.getId())) return false; - if (!getDockerImage() - .equals(other.getDockerImage())) return false; + if (!getName().equals(other.getName())) return false; + if (!getId().equals(other.getId())) return false; + if (!getDockerImage().equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost() - .equals(other.getWebHost())) return false; - if (!getSshUsername() - .equals(other.getSshUsername())) return false; - if (!getSshHost() - .equals(other.getSshHost())) return false; - if (getSshPort() - != other.getSshPort()) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + if (!getWebHost().equals(other.getWebHost())) return false; + if (!getSshUsername().equals(other.getSshUsername())) return false; + if (!getSshHost().equals(other.getSshHost())) return false; + if (getSshPort() != other.getSshPort()) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -900,97 +987,103 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1000,21 +1093,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class,
+              com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1022,16 +1117,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1057,9 +1151,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1078,7 +1172,8 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result =
+          new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1101,38 +1196,39 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1209,10 +1305,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1222,13 +1321,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1237,6 +1336,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1246,15 +1347,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -1262,6 +1362,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1271,20 +1373,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1294,15 +1398,18 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1312,16 +1419,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1329,19 +1436,21 @@ public Builder setNameBytes( private java.lang.Object id_ = ""; /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1350,21 +1459,22 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -1372,57 +1482,64 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1430,19 +1547,23 @@ public Builder setIdBytes( private java.lang.Object dockerImage_ = ""; /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1451,21 +1572,24 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1473,57 +1597,70 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage( - java.lang.String value) { + public Builder setDockerImage(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes( - com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1531,51 +1668,73 @@ public Builder setDockerImageBytes( private int state_ = 0; /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The state to set. * @return This builder for chaining. */ @@ -1583,21 +1742,26 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1605,19 +1769,21 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1626,21 +1792,22 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -1648,57 +1815,64 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost( - java.lang.String value) { + public Builder setWebHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes( - com.google.protobuf.ByteString value) { + public Builder setWebHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1706,19 +1880,21 @@ public Builder setWebHostBytes( private java.lang.Object sshUsername_ = ""; /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1727,21 +1903,22 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1749,57 +1926,64 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername( - java.lang.String value) { + public Builder setSshUsername(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes( - com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1807,19 +1991,21 @@ public Builder setSshUsernameBytes( private java.lang.Object sshHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -1828,21 +2014,22 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -1850,70 +2037,80 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost( - java.lang.String value) { + public Builder setSshHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes( - com.google.protobuf.ByteString value) { + public Builder setSshHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_ ; + private int sshPort_; /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -1921,45 +2118,55 @@ public int getSshPort() { return sshPort_; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1969,13 +2176,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1985,12 +2194,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2000,6 +2212,7 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2007,6 +2220,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2016,14 +2231,16 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2033,21 +2250,23 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2057,20 +2276,22 @@ public Builder setPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2080,18 +2301,19 @@ public Builder addPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2101,6 +2323,7 @@ public Builder addAllPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2110,6 +2333,8 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2119,23 +2344,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2145,12 +2370,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2159,16 +2384,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2183,6 +2408,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 4ef5c4e7..3e446231 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder extends +public interface EnvironmentOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -17,10 +35,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -30,152 +51,196 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ java.lang.String getDockerImage(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString - getDockerImageBytes(); + com.google.protobuf.ByteString getDockerImageBytes(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ java.lang.String getWebHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - com.google.protobuf.ByteString - getWebHostBytes(); + com.google.protobuf.ByteString getWebHostBytes(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ java.lang.String getSshUsername(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString - getSshUsernameBytes(); + com.google.protobuf.ByteString getSshUsernameBytes(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ java.lang.String getSshHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString - getSshHostBytes(); + com.google.protobuf.ByteString getSshHostBytes(); /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ int getSshPort(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -185,11 +250,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -199,10 +266,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -212,11 +282,14 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -226,9 +299,9 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 7d84baae..6c10a26f 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              name_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,35 +92,42 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -111,30 +136,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -143,6 +170,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -154,8 +182,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -179,15 +206,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = + (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -206,97 +233,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -304,21 +338,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -326,16 +362,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -345,9 +380,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -366,7 +401,8 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result =
+          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -376,38 +412,39 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -415,7 +452,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -451,19 +489,23 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -472,21 +514,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -494,64 +539,77 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -561,12 +619,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -575,16 +633,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -599,6 +657,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..0976807c --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 932c67e9..77c39721 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyMetadata() {
-  }
+
+  private RemovePublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
+        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
+          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7f53e700
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 6be3e06f..0497d854 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,11 +176,14 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -165,29 +192,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -196,6 +223,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -207,8 +235,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -238,17 +265,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = + (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -269,97 +295,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -367,21 +400,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -389,16 +424,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -410,9 +444,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -431,7 +465,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
+          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -442,38 +477,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -481,7 +517,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
+        return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -521,19 +558,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -542,21 +581,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -564,57 +604,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -622,18 +669,20 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -642,20 +691,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -663,61 +713,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -727,12 +784,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -741,16 +798,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -765,6 +822,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index eddb472a..af48506a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,51 +1,77 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder extends +public interface RemovePublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index ef94d461..f88f1f10 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyResponse() {
-  }
+
+  private RemovePublicKeyResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
+        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
+          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..0c4daa2f
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index f5f29e9e..cea8ca6b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            state_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              state_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,27 +92,31 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -105,9 +127,10 @@ private StartEnvironmentMetadata(
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -116,6 +139,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -125,6 +150,8 @@ public enum State
      */
     STARTING(1),
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -135,6 +162,8 @@ public enum State
      */
     UNARCHIVING_DISK(2),
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -146,6 +175,8 @@ public enum State
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -159,6 +190,8 @@ public enum State
     ;
 
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -167,6 +200,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -176,6 +211,8 @@ public enum State
      */
     public static final int STARTING_VALUE = 1;
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -186,6 +223,8 @@ public enum State
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -197,6 +236,8 @@ public enum State
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -207,7 +248,6 @@ public enum State
      */
     public static final int FINISHED_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -232,51 +272,55 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0: return STATE_UNSPECIFIED;
-        case 1: return STARTING;
-        case 2: return UNARCHIVING_DISK;
-        case 4: return AWAITING_COMPUTE_RESOURCES;
-        case 3: return FINISHED;
-        default: return null;
+        case 0:
+          return STATE_UNSPECIFIED;
+        case 1:
+          return STARTING;
+        case 2:
+          return UNARCHIVING_DISK;
+        case 4:
+          return AWAITING_COMPUTE_RESOURCES;
+        case 3:
+          return FINISHED;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        State> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public State findValueByNumber(int number) {
-              return State.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public State findValueByNumber(int number) {
+            return State.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
+          .getEnumTypes()
+          .get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -296,31 +340,43 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
+   *
+   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -332,9 +388,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -346,9 +402,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, state_); + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -358,12 +414,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = + (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -385,96 +442,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -482,21 +546,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -504,16 +570,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -523,9 +588,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -544,7 +609,8 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -554,38 +620,39 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -593,7 +660,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
+        return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -616,7 +684,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -628,51 +697,67 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
+     *
+     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The state to set. * @return This builder for chaining. */ @@ -680,28 +765,31 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -711,12 +799,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -725,16 +813,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -749,6 +837,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index d5aff593..289efb7a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder extends +public interface StartEnvironmentMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index 1e0e9b9c..f0e4accd 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -57,34 +74,37 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              accessToken_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,8 +112,7 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -102,22 +121,27 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -125,6 +149,7 @@ private StartEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -133,14 +158,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -148,16 +174,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -168,6 +193,8 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -176,6 +203,7 @@ public java.lang.String getName() {
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -184,14 +212,15 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -200,16 +229,15 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,34 +248,42 @@ public java.lang.String getAccessToken() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -255,20 +291,23 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -280,8 +319,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -322,19 +360,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName() - .equals(other.getName())) return false; - if (!getAccessToken() - .equals(other.getAccessToken())) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = + (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName().equals(other.getName())) return false; + if (!getAccessToken().equals(other.getAccessToken())) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -360,96 +396,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -457,21 +500,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -479,16 +524,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -502,9 +546,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -523,7 +567,8 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result =
+          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -540,38 +585,39 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -579,7 +625,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -617,7 +664,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -626,10 +674,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -637,13 +688,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -652,6 +703,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -659,15 +712,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -675,6 +727,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -682,20 +736,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -703,15 +759,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -719,16 +778,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -736,6 +795,8 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -744,13 +805,13 @@ public Builder setNameBytes(
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -759,6 +820,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -767,15 +830,14 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -783,6 +845,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -791,20 +855,22 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -813,15 +879,18 @@ public Builder setAccessToken(
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,57 +899,67 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -888,80 +967,90 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -971,28 +1060,30 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1002,12 +1093,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1016,16 +1107,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1040,6 +1131,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index 79b3101e..d6ab22c1 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder extends +public interface StartEnvironmentRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -26,12 +47,14 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -40,10 +63,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -52,49 +78,59 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index 2eaf38c0..ac449b99 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -12,30 +29,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private StartEnvironmentResponse() {
-  }
+
+  private StartEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,26 +70,29 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-            if (environment_ != null) {
-              subBuilder = environment_.toBuilder();
+          case 10:
+            {
+              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+              if (environment_ != null) {
+                subBuilder = environment_.toBuilder();
+              }
+              environment_ =
+                  input.readMessage(
+                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(environment_);
+                environment_ = subBuilder.buildPartial();
+              }
+
+              break;
             }
-            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(environment_);
-              environment_ = subBuilder.buildPartial();
-            }
-
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,34 +100,39 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
+   *
+   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ @java.lang.Override @@ -116,18 +140,25 @@ public boolean hasEnvironment() { return environment_ != null; } /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } /** + * + * *
    * Environment that was started.
    * 
@@ -140,6 +171,7 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -151,8 +183,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -166,8 +197,7 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -177,17 +207,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = + (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment() - .equals(other.getEnvironment())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -210,96 +240,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -308,21 +345,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -330,16 +369,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -353,9 +391,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -374,7 +412,8 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result =
+          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -388,38 +427,39 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -427,7 +467,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
+        return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -450,7 +491,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -462,34 +504,47 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
+            com.google.cloud.shell.v1.Environment,
+            com.google.cloud.shell.v1.Environment.Builder,
+            com.google.cloud.shell.v1.EnvironmentOrBuilder>
+        environmentBuilder_;
     /**
+     *
+     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } else { return environmentBuilder_.getMessage(); } } /** + * + * *
      * Environment that was started.
      * 
@@ -510,14 +565,15 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment( - com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -528,6 +584,8 @@ public Builder setEnvironment( return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -538,7 +596,9 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_) + .mergeFrom(value) + .buildPartial(); } else { environment_ = value; } @@ -550,6 +610,8 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -568,6 +630,8 @@ public Builder clearEnvironment() { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -575,11 +639,13 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** + * + * *
      * Environment that was started.
      * 
@@ -590,11 +656,14 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null ? - com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } } /** + * + * *
      * Environment that was started.
      * 
@@ -602,21 +671,24 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), - getParentForChildren(), - isClean()); + environmentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), getParentForChildren(), isClean()); environment_ = null; } return environmentBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -626,12 +698,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -640,16 +712,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -664,6 +736,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 9ea5cb80..53f35e7b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,31 +1,55 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder extends +public interface StartEnvironmentResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** + * + * *
    * Environment that was started.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto From d0f198620f0f1fb472cb3d47ec9d8e2f36496391 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 23 Jun 2022 12:10:07 -0400 Subject: [PATCH 5/7] Update pom.xml --- google-cloud-shell/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index 3137c695..20ddaaeb 100644 --- a/google-cloud-shell/pom.xml +++ b/google-cloud-shell/pom.xml @@ -58,6 +58,10 @@ com.google.api gax-grpc + + com.google.api + gax-httpjson + org.threeten threetenbp @@ -77,12 +81,24 @@ test + + com.google.api + gax + testlib + test + com.google.api gax-grpc testlib test + + com.google.api + gax-httpjson + testlib + test + From c30857aaf4714ae3c1d10e4b5bf263df7bfe43cd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 27 Jun 2022 20:57:31 +0000 Subject: [PATCH 6/7] fix: update gapic-generator-java with mock service generation fixes PiperOrigin-RevId: 457524730 Source-Link: https://github.com/googleapis/googleapis/commit/917e7f21cb1dc062744c6694437cdd46219f28cb Source-Link: https://github.com/googleapis/googleapis-gen/commit/2497f9a069d3f6b2d6810d5a4e239cda1e7e5a39 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5N2Y5YTA2OWQzZjZiMmQ2ODEwZDVhNGUyMzljZGExZTdlNWEzOSJ9 --- .../shell/v1/CloudShellServiceClient.java | 8 +- .../shell/v1/CloudShellServiceSettings.java | 7 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 0 .../stub/CloudShellServiceStubSettings.java | 6 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 + ...pJsonCloudShellServiceCallableFactory.java | 0 .../stub/HttpJsonCloudShellServiceStub.java | 1 + .../CloudShellServiceClientHttpJsonTest.java | 0 .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 ++++----- .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 +++-- .../v1/AddPublicKeyResponseOrBuilder.java | 29 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 ++++----- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 9 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 327 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 9 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 9 + .../google/cloud/shell/v1/Environment.java | 1027 +++++++---------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 31 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 + .../shell/v1/RemovePublicKeyRequest.java | 387 +++---- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 9 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 .../addpublickey/AsyncAddPublicKey.java | 47 + .../addpublickey/AsyncAddPublicKeyLRO.java | 48 + .../addpublickey/SyncAddPublicKey.java | 43 + .../AsyncAuthorizeEnvironment.java | 50 + .../AsyncAuthorizeEnvironmentLRO.java | 51 + .../SyncAuthorizeEnvironment.java | 47 + .../SyncCreateSetCredentialsProvider.java | 42 + .../SyncCreateSetCredentialsProvider1.java | 41 + .../create/SyncCreateSetEndpoint.java | 39 + .../getenvironment/AsyncGetEnvironment.java | 47 + .../getenvironment/SyncGetEnvironment.java | 43 + .../SyncGetEnvironmentEnvironmentname.java | 39 + .../SyncGetEnvironmentString.java | 39 + .../removepublickey/AsyncRemovePublicKey.java | 47 + .../AsyncRemovePublicKeyLRO.java | 48 + .../removepublickey/SyncRemovePublicKey.java | 44 + .../AsyncStartEnvironment.java | 49 + .../AsyncStartEnvironmentLRO.java | 50 + .../SyncStartEnvironment.java | 46 + .../getenvironment/SyncGetEnvironment.java | 46 + .../getenvironment/SyncGetEnvironment.java | 47 + .../v1/AddPublicKeyMetadataOrBuilder.java | 24 - .../v1/AddPublicKeyResponseOrBuilder.java | 50 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 - ...AuthorizeEnvironmentResponseOrBuilder.java | 24 - .../cloud/shell/v1/CloudShellProto.java | 352 ------ .../CreateEnvironmentMetadataOrBuilder.java | 24 - .../DeleteEnvironmentMetadataOrBuilder.java | 24 - .../v1/GetEnvironmentRequestOrBuilder.java | 56 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 - .../v1/RemovePublicKeyResponseOrBuilder.java | 24 - 83 files changed, 4254 insertions(+), 4973 deletions(-) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (98%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (97%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (99%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java (99%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {google-cloud-shell => owl-bot-staging/v1/google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {grpc-google-cloud-shell-v1 => owl-bot-staging/v1/grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {proto-google-cloud-shell-v1 => owl-bot-staging/v1/proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java create mode 100644 owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 98% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index 4c7fe93a..9dfabeb4 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -16,6 +16,7 @@ package com.google.cloud.shell.v1; +import com.google.api.core.BetaApi; import com.google.api.gax.core.BackgroundResource; import com.google.api.gax.httpjson.longrunning.OperationsClient; import com.google.api.gax.longrunning.OperationFuture; @@ -56,13 +57,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* @@ -186,6 +187,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() { * Returns the OperationsClient that can be used to query the status of a long-running operation * returned by another API method call. */ + @BetaApi public final OperationsClient getHttpJsonOperationsClient() { return httpJsonOperationsClient; } diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 97% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index 48cb7c57..0f042496 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -26,6 +26,7 @@ import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -41,9 +42,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 99% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index 57f7677a..40385b69 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -69,9 +69,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index 12b59d4c..cee9f19b 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,6 +43,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java similarity index 100% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java diff --git a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java similarity index 99% rename from google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java rename to owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java index 6fa309f5..1a57bf3b 100644 --- a/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java +++ b/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java @@ -28,6 +28,7 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; +import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.UnaryCallable; diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index d9aa5e73..dec7b833 100644 --- a/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -41,266 +24,206 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-      getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
-        getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod =
-              getGetEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+              .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-      getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
-        getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod =
-              getStartEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.StartEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-                      .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+              .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-      getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
-        getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-        == null) {
+  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
-            == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
-              getAuthorizeEnvironmentMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(
-                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-                      .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+              .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-      getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
-        getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod =
-              getAddPublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+              .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-      getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
-        getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod =
-              getRemovePublicKeyMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.shell.v1.RemovePublicKeyRequest
-                                  .getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-                      .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+              .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceBlockingStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static CloudShellServiceFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public CloudShellServiceFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new CloudShellServiceFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new CloudShellServiceFutureStub(channel, callOptions);
+        }
+      };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -311,25 +234,19 @@ public CloudShellServiceFutureStub newStub(
    * client.
    * 
*/ - public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { + public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -339,16 +256,12 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -356,32 +269,24 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -389,53 +294,53 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>( + this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>( + this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>( + this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -446,9 +351,9 @@ public final io.grpc.ServerServiceDefinition bindService() {
    * client.
    * 
*/ - public static final class CloudShellServiceStub - extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -459,24 +364,17 @@ protected CloudShellServiceStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -486,18 +384,13 @@ public void getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -505,36 +398,26 @@ public void startEnvironment(
      * authenticate.
      * 
*/ - public void authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -542,19 +425,14 @@ public void addPublicKey(
      * NOT_FOUND.
      * 
*/ - public void removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -565,8 +443,7 @@ public void removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub - extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -579,21 +456,16 @@ protected CloudShellServiceBlockingStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -603,15 +475,12 @@ public com.google.cloud.shell.v1.Environment getEnvironment(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment( - com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -619,30 +488,24 @@ public com.google.longrunning.Operation startEnvironment(
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment( - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -650,16 +513,13 @@ public com.google.longrunning.Operation addPublicKey(
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey( - com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** - * - * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -670,9 +530,9 @@ public com.google.longrunning.Operation removePublicKey(
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub - extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -683,21 +543,17 @@ protected CloudShellServiceFutureStub build( } /** - * - * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -707,15 +563,13 @@ protected CloudShellServiceFutureStub build(
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -723,30 +577,26 @@ protected CloudShellServiceFutureStub build(
      * authenticate.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request); } /** - * - * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** - * - * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -754,8 +604,8 @@ protected CloudShellServiceFutureStub build(
      * NOT_FOUND.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request); } @@ -767,11 +617,11 @@ protected CloudShellServiceFutureStub build( private static final int METHODID_ADD_PUBLIC_KEY = 3; private static final int METHODID_REMOVE_PUBLIC_KEY = 4; - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final CloudShellServiceImplBase serviceImpl; private final int methodId; @@ -785,29 +635,23 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_GET_ENVIRONMENT: - serviceImpl.getEnvironment( - (com.google.cloud.shell.v1.GetEnvironmentRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_START_ENVIRONMENT: - serviceImpl.startEnvironment( - (com.google.cloud.shell.v1.StartEnvironmentRequest) request, + serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_AUTHORIZE_ENVIRONMENT: - serviceImpl.authorizeEnvironment( - (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, + serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_ADD_PUBLIC_KEY: - serviceImpl.addPublicKey( - (com.google.cloud.shell.v1.AddPublicKeyRequest) request, + serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_REMOVE_PUBLIC_KEY: - serviceImpl.removePublicKey( - (com.google.cloud.shell.v1.RemovePublicKeyRequest) request, + serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -826,9 +670,8 @@ public io.grpc.stub.StreamObserver invoke( } } - private abstract static class CloudShellServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class CloudShellServiceBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { CloudShellServiceBaseDescriptorSupplier() {} @java.lang.Override @@ -870,16 +713,14 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (CloudShellServiceGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) - .addMethod(getGetEnvironmentMethod()) - .addMethod(getStartEnvironmentMethod()) - .addMethod(getAuthorizeEnvironmentMethod()) - .addMethod(getAddPublicKeyMethod()) - .addMethod(getRemovePublicKeyMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier()) + .addMethod(getGetEnvironmentMethod()) + .addMethod(getStartEnvironmentMethod()) + .addMethod(getAuthorizeEnvironmentMethod()) + .addMethod(getAddPublicKeyMethod()) + .addMethod(getRemovePublicKeyMethod()) + .build(); } } } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 7c1b0112..04f2b5ad 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AddPublicKeyMetadata() {}
+  private AddPublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
-        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -160,104 +141,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
-          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -405,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -417,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -431,16 +402,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AddPublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AddPublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AddPublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AddPublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -455,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7d34cf74
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index bb681f05..145bf75e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,8 +152,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,7 +162,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() {
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -197,15 +170,14 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -216,15 +188,16 @@ public java.lang.String getKey() {
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -233,7 +206,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -245,7 +217,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -275,16 +248,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = - (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -305,104 +279,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -410,23 +377,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
-              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -434,15 +399,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -454,9 +420,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -475,8 +441,7 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result =
-          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -487,39 +452,38 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -567,21 +531,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -590,22 +552,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -613,64 +574,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -678,8 +632,6 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -690,13 +642,13 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) {
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -705,8 +657,6 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,14 +667,15 @@ public java.lang.String getKey() {
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -732,8 +683,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -744,22 +693,20 @@ public com.google.protobuf.ByteString getKeyBytes() {
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -770,18 +717,15 @@ public Builder setKey(java.lang.String value) {
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -792,23 +736,23 @@ public Builder clearKey() {
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -818,12 +762,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -832,16 +776,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -856,4 +800,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 29d97f9e..8fa42138 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,58 +1,35 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder - extends +public interface AddPublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -63,13 +40,10 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -80,8 +54,8 @@ public interface AddPublicKeyRequestOrBuilder
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 2a7ade39..621e5d89 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AddPublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,39 +74,34 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
-   *
-   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The key. */ @java.lang.Override @@ -133,29 +110,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that was added to the environment.
    * 
* * string key = 1; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -164,7 +141,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -176,7 +152,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -200,15 +177,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = - (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey().equals(other.getKey())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,104 +204,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -332,23 +302,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
-              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -356,15 +324,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -374,9 +343,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -395,8 +364,7 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result =
-          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -406,39 +374,38 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -482,20 +449,18 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
-     *
-     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -504,21 +469,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -526,68 +490,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that was added to the environment.
      * 
* * string key = 1; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -597,12 +554,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -611,16 +568,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -635,4 +592,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..6c095674 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The key. + */ + java.lang.String getKey(); + /** + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * @return The bytes for key. + */ + com.google.protobuf.ByteString + getKeyBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3635f516..3dd224b5 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentMetadata() {}
+  private AuthorizeEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..e5a965bb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 3144d086..5fb0ba56 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -73,49 +56,44 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            com.google.protobuf.Timestamp.Builder subBuilder = null;
+            if (expireTime_ != null) {
+              subBuilder = expireTime_.toBuilder();
             }
-          case 26:
-            {
-              com.google.protobuf.Timestamp.Builder subBuilder = null;
-              if (expireTime_ != null) {
-                subBuilder = expireTime_.toBuilder();
-              }
-              expireTime_ =
-                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(expireTime_);
-                expireTime_ = subBuilder.buildPartial();
-              }
-
-              break;
+            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(expireTime_);
+              expireTime_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
 
-              idToken_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            break;
+          }
+          case 34: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            idToken_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -123,33 +101,29 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -157,7 +131,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -166,15 +139,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -182,15 +154,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -201,14 +174,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -217,29 +187,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -250,14 +220,11 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ @java.lang.Override @@ -266,29 +233,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -299,15 +266,12 @@ public com.google.protobuf.ByteString getIdTokenBytes() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -315,15 +279,12 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ @java.lang.Override @@ -331,8 +292,6 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -346,7 +305,6 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -358,7 +316,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -387,7 +346,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -400,20 +360,23 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getAccessToken().equals(other.getAccessToken())) return false;
-    if (!getIdToken().equals(other.getIdToken())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getAccessToken()
+        .equals(other.getAccessToken())) return false;
+    if (!getIdToken()
+        .equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime().equals(other.getExpireTime())) return false;
+      if (!getExpireTime()
+          .equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -442,104 +405,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -547,23 +502,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -571,15 +524,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -599,9 +553,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -620,8 +574,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -638,39 +591,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -678,8 +630,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -714,8 +665,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -727,8 +677,6 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -736,13 +684,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -751,8 +699,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -760,14 +706,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -775,8 +722,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -784,22 +729,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -807,18 +750,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -826,16 +766,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -843,20 +783,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -865,21 +803,20 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -887,61 +824,54 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -949,20 +879,18 @@ public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object idToken_ = ""; /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -971,21 +899,20 @@ public java.lang.String getIdToken() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString getIdTokenBytes() { + public com.google.protobuf.ByteString + getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); idToken_ = b; return b; } else { @@ -993,61 +920,54 @@ public com.google.protobuf.ByteString getIdTokenBytes() { } } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken(java.lang.String value) { + public Builder setIdToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** - * - * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; - * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -1055,49 +975,36 @@ public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1119,8 +1026,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1128,7 +1033,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(
+        com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1139,8 +1045,6 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1152,7 +1056,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1164,8 +1068,6 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1185,8 +1087,6 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1195,13 +1095,11 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-
+      
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1213,14 +1111,11 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null
-            ? com.google.protobuf.Timestamp.getDefaultInstance()
-            : expireTime_;
+        return expireTime_ == null ?
+            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
       }
     }
     /**
-     *
-     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1229,24 +1124,21 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp,
-            com.google.protobuf.Timestamp.Builder,
-            com.google.protobuf.TimestampOrBuilder>
+        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Timestamp,
-                com.google.protobuf.Timestamp.Builder,
-                com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(), getParentForChildren(), isClean());
+        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(),
+                getParentForChildren(),
+                isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1256,12 +1148,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1270,16 +1162,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentRequest parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentRequest parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1294,4 +1186,6 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index 1b0167e5..eecbaf19 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder
-    extends
+public interface AuthorizeEnvironmentRequestOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -47,90 +26,72 @@ public interface AuthorizeEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The idToken. */ java.lang.String getIdToken(); /** - * - * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; - * * @return The bytes for idToken. */ - com.google.protobuf.ByteString getIdTokenBytes(); + com.google.protobuf.ByteString + getIdTokenBytes(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; - * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index ee950279..a8a19c83 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthorizeEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private AuthorizeEnvironmentResponse() {}
+  private AuthorizeEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
-        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,104 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
-  public static Builder newBuilder(
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -266,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -290,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -306,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -327,8 +299,7 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
-          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -337,39 +308,38 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -377,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -398,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -408,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -420,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -434,16 +402,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthorizeEnvironmentResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthorizeEnvironmentResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -458,4 +426,6 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..22657a0b
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index bb43b23b..98411265 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CloudShellErrorDetails extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              code_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            code_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,41 +74,36 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * An unknown error occurred.
      * 
@@ -135,8 +112,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -146,8 +121,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     IMAGE_UNAVAILABLE(1),
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -157,8 +130,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     CLOUD_SHELL_DISABLED(2),
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -168,8 +139,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     TOS_VIOLATION(4),
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -182,8 +151,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
     ;
 
     /**
-     *
-     *
      * 
      * An unknown error occurred.
      * 
@@ -192,8 +159,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -203,8 +168,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
-     *
-     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -214,8 +177,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
-     *
-     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -225,8 +186,6 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
-     *
-     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -236,6 +195,7 @@ public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEn
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -260,18 +220,12 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0:
-          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1:
-          return IMAGE_UNAVAILABLE;
-        case 2:
-          return CLOUD_SHELL_DISABLED;
-        case 4:
-          return TOS_VIOLATION;
-        case 5:
-          return QUOTA_EXCEEDED;
-        default:
-          return null;
+        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1: return IMAGE_UNAVAILABLE;
+        case 2: return CLOUD_SHELL_DISABLED;
+        case 4: return TOS_VIOLATION;
+        case 5: return QUOTA_EXCEEDED;
+        default: return null;
       }
     }
 
@@ -279,28 +233,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        CloudShellErrorCode> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public CloudShellErrorCode findValueByNumber(int number) {
+              return CloudShellErrorCode.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public CloudShellErrorCode findValueByNumber(int number) {
-                return CloudShellErrorCode.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -309,7 +263,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -329,43 +284,31 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
-   *
-   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ - @java.lang.Override - public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -377,11 +320,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -393,11 +334,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ - != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode - .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); + if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -407,13 +346,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = - (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -434,104 +372,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -539,23 +470,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
-              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -563,15 +492,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -581,9 +511,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -602,8 +532,7 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result =
-          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -613,39 +542,38 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -653,8 +581,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -689,100 +616,80 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
-     *
-     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ - @java.lang.Override - public int getCodeValue() { + @java.lang.Override public int getCodeValue() { return code_; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null - ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode( - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -792,12 +699,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -806,16 +713,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -830,4 +737,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index bd17b24d..fb635d17 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder - extends +public interface CloudShellErrorDetailsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** - * - * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; - * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..a18e3be8 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,327 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { "State", }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { "Environment", }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { "Key", }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { "Environment", "Key", }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] { }); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { "Code", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index fd894136..53d401c2 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class CreateEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private CreateEnvironmentMetadata() {}
+  private CreateEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public CreateEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new CreateEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public CreateEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new CreateEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..575f0d68
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index d3449695..b34aa9b2 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DeleteEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private DeleteEnvironmentMetadata() {}
+  private DeleteEnvironmentMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
-        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public DeleteEnvironmentMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new DeleteEnvironmentMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public DeleteEnvironmentMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new DeleteEnvironmentMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..31316449
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index 9fce14b2..a8dd1067 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -30,16 +13,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Environment extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Environment() {
     name_ = "";
     id_ = "";
@@ -53,15 +35,16 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -81,77 +64,69 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              id_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            id_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              dockerImage_ = s;
-              break;
-            }
-          case 32:
-            {
-              int rawValue = input.readEnum();
+            dockerImage_ = s;
+            break;
+          }
+          case 32: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          case 42:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            state_ = rawValue;
+            break;
+          }
+          case 42: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshUsername_ = s;
-              break;
-            }
-          case 50:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshUsername_ = s;
+            break;
+          }
+          case 50: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              sshHost_ = s;
-              break;
-            }
-          case 56:
-            {
-              sshPort_ = input.readInt32();
-              break;
-            }
-          case 66:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
-            }
-          case 98:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            sshHost_ = s;
+            break;
+          }
+          case 56: {
 
-              webHost_ = s;
-              break;
+            sshPort_ = input.readInt32();
+            break;
+          }
+          case 66: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          case 98: {
+            java.lang.String s = input.readStringRequireUtf8();
+
+            webHost_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -159,7 +134,8 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -168,35 +144,29 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class,
-            com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The environment's states is unknown.
      * 
@@ -205,8 +175,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -216,8 +184,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SUSPENDED(1),
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -227,8 +193,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     PENDING(2),
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -239,8 +203,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     RUNNING(3),
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -252,8 +214,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The environment's states is unknown.
      * 
@@ -262,8 +222,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -273,8 +231,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
-     *
-     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -284,8 +240,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int PENDING_VALUE = 2;
     /**
-     *
-     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -296,8 +250,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int RUNNING_VALUE = 3;
     /**
-     *
-     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -306,6 +258,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DELETING_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -330,53 +283,51 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return SUSPENDED; - case 2: - return PENDING; - case 3: - return RUNNING; - case 4: - return DELETING; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return SUSPENDED; + case 2: return PENDING; + case 3: return RUNNING; + case 4: return DELETING; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -396,8 +347,6 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -407,7 +356,6 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ @java.lang.Override @@ -416,15 +364,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -434,15 +381,16 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -453,15 +401,12 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ @java.lang.Override @@ -470,30 +415,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -504,17 +449,12 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ @java.lang.Override @@ -523,32 +463,30 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -559,55 +497,39 @@ public com.google.protobuf.ByteString getDockerImageBytes() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ @java.lang.Override @@ -616,30 +538,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -650,15 +572,12 @@ public com.google.protobuf.ByteString getWebHostBytes() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ @java.lang.Override @@ -667,30 +586,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -701,15 +620,12 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ @java.lang.Override @@ -718,30 +634,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -752,15 +668,12 @@ public com.google.protobuf.ByteString getSshHostBytes() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -771,8 +684,6 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -782,15 +693,13 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -800,15 +709,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -818,7 +724,6 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -826,8 +731,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -837,16 +740,15 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -858,7 +760,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -905,7 +808,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -914,7 +818,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -935,22 +840,30 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName().equals(other.getName())) return false; - if (!getId().equals(other.getId())) return false; - if (!getDockerImage().equals(other.getDockerImage())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getId() + .equals(other.getId())) return false; + if (!getDockerImage() + .equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost().equals(other.getWebHost())) return false; - if (!getSshUsername().equals(other.getSshUsername())) return false; - if (!getSshHost().equals(other.getSshHost())) return false; - if (getSshPort() != other.getSshPort()) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + if (!getWebHost() + .equals(other.getWebHost())) return false; + if (!getSshUsername() + .equals(other.getSshUsername())) return false; + if (!getSshHost() + .equals(other.getSshHost())) return false; + if (getSshPort() + != other.getSshPort()) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -987,103 +900,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.shell.v1.Environment parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1093,23 +1000,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class,
-              com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1117,15 +1022,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1151,9 +1057,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1172,8 +1078,7 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result =
-          new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1196,39 +1101,38 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1305,13 +1209,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1321,13 +1222,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1336,8 +1237,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1347,14 +1246,15 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1362,8 +1262,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1373,22 +1271,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1398,18 +1294,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1419,16 +1312,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1436,21 +1329,19 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object id_ = ""; /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1459,22 +1350,21 @@ public java.lang.String getId() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -1482,64 +1372,57 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1547,23 +1430,19 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object dockerImage_ = ""; /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1572,24 +1451,21 @@ public java.lang.String getDockerImage() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString getDockerImageBytes() { + public com.google.protobuf.ByteString + getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1597,70 +1473,57 @@ public com.google.protobuf.ByteString getDockerImageBytes() { } } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage(java.lang.String value) { + public Builder setDockerImage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1668,73 +1531,51 @@ public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { private int state_ = 0; /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = - com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -1742,26 +1583,21 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. Current execution state of this environment.
      * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1769,21 +1605,19 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1792,22 +1626,21 @@ public java.lang.String getWebHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString getWebHostBytes() { + public com.google.protobuf.ByteString + getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); webHost_ = b; return b; } else { @@ -1815,64 +1648,57 @@ public com.google.protobuf.ByteString getWebHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost(java.lang.String value) { + public Builder setWebHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes(com.google.protobuf.ByteString value) { + public Builder setWebHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1880,21 +1706,19 @@ public Builder setWebHostBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshUsername_ = ""; /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1903,22 +1727,21 @@ public java.lang.String getSshUsername() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString getSshUsernameBytes() { + public com.google.protobuf.ByteString + getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1926,64 +1749,57 @@ public com.google.protobuf.ByteString getSshUsernameBytes() { } } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername(java.lang.String value) { + public Builder setSshUsername( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** - * - * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1991,21 +1807,19 @@ public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { private java.lang.Object sshHost_ = ""; /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -2014,22 +1828,21 @@ public java.lang.String getSshHost() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString getSshHostBytes() { + public com.google.protobuf.ByteString + getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); sshHost_ = b; return b; } else { @@ -2037,80 +1850,70 @@ public com.google.protobuf.ByteString getSshHostBytes() { } } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost(java.lang.String value) { + public Builder setSshHost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** - * - * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes(com.google.protobuf.ByteString value) { + public Builder setSshHostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_; + private int sshPort_ ; /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ @java.lang.Override @@ -2118,55 +1921,45 @@ public int getSshPort() { return sshPort_; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** - * - * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2176,15 +1969,13 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2194,15 +1985,12 @@ public com.google.protobuf.ProtocolStringList getPublicKeysList() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2212,7 +2000,6 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2220,8 +2007,6 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2231,16 +2016,14 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2250,23 +2033,21 @@ public com.google.protobuf.ByteString getPublicKeysBytes(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2276,22 +2057,20 @@ public Builder setPublicKeys(int index, java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2301,19 +2080,18 @@ public Builder addPublicKeys(java.lang.String value) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2323,7 +2101,6 @@ public Builder addAllPublicKeys(java.lang.Iterable values) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2333,8 +2110,6 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2344,23 +2119,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2370,12 +2145,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2384,16 +2159,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2408,4 +2183,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 3e446231..4ef5c4e7 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder - extends +public interface EnvironmentOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -35,13 +17,10 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -51,196 +30,152 @@ public interface EnvironmentOrBuilder
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The dockerImage. */ java.lang.String getDockerImage(); /** - * - * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString getDockerImageBytes(); + com.google.protobuf.ByteString + getDockerImageBytes(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. Current execution state of this environment.
    * 
* - * - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The webHost. */ java.lang.String getWebHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for webHost. */ - com.google.protobuf.ByteString getWebHostBytes(); + com.google.protobuf.ByteString + getWebHostBytes(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshUsername. */ java.lang.String getSshUsername(); /** - * - * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString getSshUsernameBytes(); + com.google.protobuf.ByteString + getSshUsernameBytes(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshHost. */ java.lang.String getSshHost(); /** - * - * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString getSshHostBytes(); + com.google.protobuf.ByteString + getSshHostBytes(); /** - * - * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The sshPort. */ int getSshPort(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -250,13 +185,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -266,13 +199,10 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -282,14 +212,11 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -299,9 +226,9 @@ public interface EnvironmentOrBuilder
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 6c10a26f..7d84baae 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class GetEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            name_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,42 +74,35 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -136,32 +111,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -170,7 +143,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +154,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -206,15 +179,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = - (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -233,104 +206,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -338,23 +304,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
-              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -362,15 +326,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -380,9 +345,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -401,8 +366,7 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result =
-          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -412,39 +376,38 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -452,8 +415,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -489,23 +451,19 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -514,24 +472,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -539,77 +494,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -619,12 +561,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -633,16 +575,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -657,4 +599,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..c9e7372c --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 77c39721..932c67e9 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyMetadata() {}
+  private RemovePublicKeyMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
-        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
-          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyMetadata parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyMetadata(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyMetadata parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyMetadata(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..be41ebcb
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 0497d854..6be3e06f 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -45,15 +27,16 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,27 +55,25 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              environment_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            environment_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              key_ = s;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            key_ = s;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,40 +81,35 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -142,30 +118,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -176,14 +152,11 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ @java.lang.Override @@ -192,29 +165,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -223,7 +196,6 @@ public com.google.protobuf.ByteString getKeyBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -235,7 +207,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -265,16 +238,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = - (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; - if (!getKey().equals(other.getKey())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -295,104 +269,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -400,23 +367,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -424,15 +389,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -444,9 +410,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -465,8 +431,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
-          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -477,39 +442,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -517,8 +481,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -558,21 +521,19 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -581,22 +542,21 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -604,64 +564,57 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -669,20 +622,18 @@ public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { private java.lang.Object key_ = ""; /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -691,21 +642,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -713,68 +663,61 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -784,12 +727,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -798,16 +741,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -822,4 +765,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index af48506a..eddb472a 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,77 +1,51 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder - extends +public interface RemovePublicKeyRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index f88f1f10..ef94d461 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -28,29 +11,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class RemovePublicKeyResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private RemovePublicKeyResponse() {}
+  private RemovePublicKeyResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -69,13 +53,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -83,30 +67,27 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -118,7 +99,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -136,13 +118,12 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
-        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -161,103 +142,96 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data)
+      throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -265,23 +239,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -289,15 +261,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -305,9 +278,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -326,8 +299,7 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
-          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -336,39 +308,38 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,8 +347,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -397,8 +367,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -407,9 +376,9 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -419,12 +388,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -433,16 +402,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public RemovePublicKeyResponse parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RemovePublicKeyResponse(input, extensionRegistry);
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public RemovePublicKeyResponse parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      return new RemovePublicKeyResponse(input, extensionRegistry);
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -457,4 +426,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..1ef2da7c
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,9 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {
+}
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index cea8ca6b..f5f29e9e 100644
--- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
- *
- *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -71,20 +54,19 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              state_ = rawValue;
-              break;
-            }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            state_ = rawValue;
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,31 +74,27 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -127,10 +105,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -139,8 +116,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -150,8 +125,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     STARTING(1),
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -162,8 +135,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNARCHIVING_DISK(2),
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -175,8 +146,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -190,8 +159,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The environment's start state is unknown.
      * 
@@ -200,8 +167,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -211,8 +176,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int STARTING_VALUE = 1;
     /**
-     *
-     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -223,8 +186,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
-     *
-     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -236,8 +197,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
-     *
-     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -248,6 +207,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int FINISHED_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -272,55 +232,51 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0:
-          return STATE_UNSPECIFIED;
-        case 1:
-          return STARTING;
-        case 2:
-          return UNARCHIVING_DISK;
-        case 4:
-          return AWAITING_COMPUTE_RESOURCES;
-        case 3:
-          return FINISHED;
-        default:
-          return null;
+        case 0: return STATE_UNSPECIFIED;
+        case 1: return STARTING;
+        case 2: return UNARCHIVING_DISK;
+        case 4: return AWAITING_COMPUTE_RESOURCES;
+        case 3: return FINISHED;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        State> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public State findValueByNumber(int number) {
-            return State.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -340,43 +296,31 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
-   *
-   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ - @java.lang.Override - public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -388,9 +332,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -402,9 +346,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ - != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); + if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -414,13 +358,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = - (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -442,103 +385,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -546,23 +482,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -570,15 +504,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -588,9 +523,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -609,8 +544,7 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
-          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -620,39 +554,38 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -660,8 +593,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -684,8 +616,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -697,67 +628,51 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
-     *
-     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = - com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null - ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED - : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @param value The state to set. * @return This builder for chaining. */ @@ -765,31 +680,28 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -799,12 +711,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -813,16 +725,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -837,4 +749,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index 289efb7a..d5aff593 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,49 +1,27 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder - extends +public interface StartEnvironmentMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; - * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index f0e4accd..1e0e9b9c 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentRequest extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -46,15 +28,16 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -74,37 +57,34 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+          case 10: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              name_ = s;
-              break;
-            }
-          case 18:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
+            name_ = s;
+            break;
+          }
+          case 18: {
+            java.lang.String s = input.readStringRequireUtf8();
 
-              accessToken_ = s;
-              break;
-            }
-          case 26:
-            {
-              java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              publicKeys_.add(s);
-              break;
+            accessToken_ = s;
+            break;
+          }
+          case 26: {
+            java.lang.String s = input.readStringRequireUtf8();
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+              mutable_bitField0_ |= 0x00000001;
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            publicKeys_.add(s);
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -112,7 +92,8 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -121,27 +102,22 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -149,7 +125,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -158,15 +133,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -174,15 +148,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -193,8 +168,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -203,7 +176,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string access_token = 2; - * * @return The accessToken. */ @java.lang.Override @@ -212,15 +184,14 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -229,15 +200,16 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -248,42 +220,34 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_; } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -291,23 +255,20 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -319,7 +280,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -360,17 +322,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = - (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName().equals(other.getName())) return false; - if (!getAccessToken().equals(other.getAccessToken())) return false; - if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getAccessToken() + .equals(other.getAccessToken())) return false; + if (!getPublicKeysList() + .equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -396,103 +360,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -500,23 +457,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
-              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -524,15 +479,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -546,9 +502,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -567,8 +523,7 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result =
-          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -585,39 +540,38 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -625,8 +579,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -664,8 +617,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -674,13 +626,10 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -688,13 +637,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -703,8 +652,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -712,14 +659,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -727,8 +675,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -736,22 +682,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -759,18 +703,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -778,16 +719,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -795,8 +736,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object accessToken_ = ""; /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -805,13 +744,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string access_token = 2; - * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -820,8 +759,6 @@ public java.lang.String getAccessToken() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,14 +767,15 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString getAccessTokenBytes() { + public com.google.protobuf.ByteString + getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); accessToken_ = b; return b; } else { @@ -845,8 +783,6 @@ public com.google.protobuf.ByteString getAccessTokenBytes() { } } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -855,22 +791,20 @@ public com.google.protobuf.ByteString getAccessTokenBytes() {
      * 
* * string access_token = 2; - * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken(java.lang.String value) { + public Builder setAccessToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -879,18 +813,15 @@ public Builder setAccessToken(java.lang.String value) {
      * 
* * string access_token = 2; - * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** - * - * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -899,67 +830,57 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; - * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList getPublicKeysList() { + public com.google.protobuf.ProtocolStringList + getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -967,90 +888,80 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString + getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys(int index, java.lang.String value) { + public Builder setPublicKeys( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys(java.lang.String value) { + public Builder addPublicKeys( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys(java.lang.Iterable values) { + public Builder addAllPublicKeys( + java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, publicKeys_); onChanged(); return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -1060,30 +971,28 @@ public Builder clearPublicKeys() { return this; } /** - * - * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; - * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1093,12 +1002,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1107,16 +1016,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1131,4 +1040,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index d6ab22c1..79b3101e 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder - extends +public interface StartEnvironmentRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -33,13 +15,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -47,14 +26,12 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -63,13 +40,10 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The accessToken. */ java.lang.String getAccessToken(); /** - * - * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -78,59 +52,49 @@ public interface StartEnvironmentRequestOrBuilder
    * 
* * string access_token = 2; - * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString getAccessTokenBytes(); + com.google.protobuf.ByteString + getAccessTokenBytes(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return A list containing the publicKeys. */ - java.util.List getPublicKeysList(); + java.util.List + getPublicKeysList(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @return The count of publicKeys. */ int getPublicKeysCount(); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** - * - * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; - * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString getPublicKeysBytes(int index); + com.google.protobuf.ByteString + getPublicKeysBytes(int index); } diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index ac449b99..2eaf38c0 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** - * - * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -29,29 +12,30 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class StartEnvironmentResponse extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private StartEnvironmentResponse() {}
+  private StartEnvironmentResponse() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -70,29 +54,26 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-              if (environment_ != null) {
-                subBuilder = environment_.toBuilder();
-              }
-              environment_ =
-                  input.readMessage(
-                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(environment_);
-                environment_ = subBuilder.buildPartial();
-              }
-
-              break;
+          case 10: {
+            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+            if (environment_ != null) {
+              subBuilder = environment_.toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(environment_);
+              environment_ = subBuilder.buildPartial();
+            }
+
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -100,39 +81,34 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto
-        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
-   *
-   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ @java.lang.Override @@ -140,25 +116,18 @@ public boolean hasEnvironment() { return environment_ != null; } /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } /** - * - * *
    * Environment that was started.
    * 
@@ -171,7 +140,6 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -183,7 +151,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -197,7 +166,8 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -207,17 +177,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = - (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -240,103 +210,96 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -345,23 +308,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
-              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -369,15 +330,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -391,9 +353,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto
-          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -412,8 +374,7 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result =
-          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -427,39 +388,38 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -467,8 +427,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -491,8 +450,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -504,47 +462,34 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.shell.v1.Environment,
-            com.google.cloud.shell.v1.Environment.Builder,
-            com.google.cloud.shell.v1.EnvironmentOrBuilder>
-        environmentBuilder_;
+        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
     /**
-     *
-     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } else { return environmentBuilder_.getMessage(); } } /** - * - * *
      * Environment that was started.
      * 
@@ -565,15 +510,14 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment( + com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -584,8 +528,6 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder buil return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -596,9 +538,7 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); } else { environment_ = value; } @@ -610,8 +550,6 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -630,8 +568,6 @@ public Builder clearEnvironment() { return this; } /** - * - * *
      * Environment that was started.
      * 
@@ -639,13 +575,11 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** - * - * *
      * Environment that was started.
      * 
@@ -656,14 +590,11 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null - ? com.google.cloud.shell.v1.Environment.getDefaultInstance() - : environment_; + return environment_ == null ? + com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; } } /** - * - * *
      * Environment that was started.
      * 
@@ -671,24 +602,21 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, - com.google.cloud.shell.v1.Environment.Builder, - com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), getParentForChildren(), isClean()); + environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), + getParentForChildren(), + isClean()); environment_ = null; } return environmentBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -698,12 +626,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -712,16 +640,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -736,4 +664,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 53f35e7b..9ea5cb80 100644 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder - extends +public interface StartEnvironmentResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** - * - * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; - * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** - * - * *
    * Environment that was started.
    * 
diff --git a/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java new file mode 100644 index 00000000..4ef2b6ed --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java @@ -0,0 +1,47 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_addpublickey_async] +import com.google.api.core.ApiFuture; +import com.google.cloud.shell.v1.AddPublicKeyRequest; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.longrunning.Operation; + +public class AsyncAddPublicKey { + + public static void main(String[] args) throws Exception { + asyncAddPublicKey(); + } + + public static void asyncAddPublicKey() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AddPublicKeyRequest request = + AddPublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + ApiFuture future = + cloudShellServiceClient.addPublicKeyCallable().futureCall(request); + // Do something. + Operation response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_addpublickey_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java new file mode 100644 index 00000000..64354f8b --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java @@ -0,0 +1,48 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_addpublickey_lro_async] +import com.google.api.gax.longrunning.OperationFuture; +import com.google.cloud.shell.v1.AddPublicKeyMetadata; +import com.google.cloud.shell.v1.AddPublicKeyRequest; +import com.google.cloud.shell.v1.AddPublicKeyResponse; +import com.google.cloud.shell.v1.CloudShellServiceClient; + +public class AsyncAddPublicKeyLRO { + + public static void main(String[] args) throws Exception { + asyncAddPublicKeyLRO(); + } + + public static void asyncAddPublicKeyLRO() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AddPublicKeyRequest request = + AddPublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + OperationFuture future = + cloudShellServiceClient.addPublicKeyOperationCallable().futureCall(request); + // Do something. + AddPublicKeyResponse response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_addpublickey_lro_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java new file mode 100644 index 00000000..fe40f82f --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java @@ -0,0 +1,43 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_addpublickey_sync] +import com.google.cloud.shell.v1.AddPublicKeyRequest; +import com.google.cloud.shell.v1.AddPublicKeyResponse; +import com.google.cloud.shell.v1.CloudShellServiceClient; + +public class SyncAddPublicKey { + + public static void main(String[] args) throws Exception { + syncAddPublicKey(); + } + + public static void syncAddPublicKey() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AddPublicKeyRequest request = + AddPublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + AddPublicKeyResponse response = cloudShellServiceClient.addPublicKeyAsync(request).get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_addpublickey_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java new file mode 100644 index 00000000..c2f8c336 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java @@ -0,0 +1,50 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_authorizeenvironment_async] +import com.google.api.core.ApiFuture; +import com.google.cloud.shell.v1.AuthorizeEnvironmentRequest; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.longrunning.Operation; +import com.google.protobuf.Timestamp; + +public class AsyncAuthorizeEnvironment { + + public static void main(String[] args) throws Exception { + asyncAuthorizeEnvironment(); + } + + public static void asyncAuthorizeEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AuthorizeEnvironmentRequest request = + AuthorizeEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .setIdToken("idToken1642509726") + .setExpireTime(Timestamp.newBuilder().build()) + .build(); + ApiFuture future = + cloudShellServiceClient.authorizeEnvironmentCallable().futureCall(request); + // Do something. + Operation response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_authorizeenvironment_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java new file mode 100644 index 00000000..898adf64 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java @@ -0,0 +1,51 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_authorizeenvironment_lro_async] +import com.google.api.gax.longrunning.OperationFuture; +import com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata; +import com.google.cloud.shell.v1.AuthorizeEnvironmentRequest; +import com.google.cloud.shell.v1.AuthorizeEnvironmentResponse; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.protobuf.Timestamp; + +public class AsyncAuthorizeEnvironmentLRO { + + public static void main(String[] args) throws Exception { + asyncAuthorizeEnvironmentLRO(); + } + + public static void asyncAuthorizeEnvironmentLRO() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AuthorizeEnvironmentRequest request = + AuthorizeEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .setIdToken("idToken1642509726") + .setExpireTime(Timestamp.newBuilder().build()) + .build(); + OperationFuture future = + cloudShellServiceClient.authorizeEnvironmentOperationCallable().futureCall(request); + // Do something. + AuthorizeEnvironmentResponse response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_authorizeenvironment_lro_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java new file mode 100644 index 00000000..1955955e --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java @@ -0,0 +1,47 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_authorizeenvironment_sync] +import com.google.cloud.shell.v1.AuthorizeEnvironmentRequest; +import com.google.cloud.shell.v1.AuthorizeEnvironmentResponse; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.protobuf.Timestamp; + +public class SyncAuthorizeEnvironment { + + public static void main(String[] args) throws Exception { + syncAuthorizeEnvironment(); + } + + public static void syncAuthorizeEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + AuthorizeEnvironmentRequest request = + AuthorizeEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .setIdToken("idToken1642509726") + .setExpireTime(Timestamp.newBuilder().build()) + .build(); + AuthorizeEnvironmentResponse response = + cloudShellServiceClient.authorizeEnvironmentAsync(request).get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_authorizeenvironment_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java new file mode 100644 index 00000000..35ca7c3e --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java @@ -0,0 +1,42 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_create_setcredentialsprovider_sync] +import com.google.api.gax.core.FixedCredentialsProvider; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.CloudShellServiceSettings; +import com.google.cloud.shell.v1.myCredentials; + +public class SyncCreateSetCredentialsProvider { + + public static void main(String[] args) throws Exception { + syncCreateSetCredentialsProvider(); + } + + public static void syncCreateSetCredentialsProvider() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + CloudShellServiceSettings cloudShellServiceSettings = + CloudShellServiceSettings.newBuilder() + .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials)) + .build(); + CloudShellServiceClient cloudShellServiceClient = + CloudShellServiceClient.create(cloudShellServiceSettings); + } +} +// [END shell_v1_generated_cloudshellserviceclient_create_setcredentialsprovider_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java new file mode 100644 index 00000000..35b5b445 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java @@ -0,0 +1,41 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_create_setcredentialsprovider1_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.CloudShellServiceSettings; + +public class SyncCreateSetCredentialsProvider1 { + + public static void main(String[] args) throws Exception { + syncCreateSetCredentialsProvider1(); + } + + public static void syncCreateSetCredentialsProvider1() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + CloudShellServiceSettings cloudShellServiceSettings = + CloudShellServiceSettings.newBuilder() + .setTransportChannelProvider( + CloudShellServiceSettings.defaultHttpJsonTransportProviderBuilder().build()) + .build(); + CloudShellServiceClient cloudShellServiceClient = + CloudShellServiceClient.create(cloudShellServiceSettings); + } +} +// [END shell_v1_generated_cloudshellserviceclient_create_setcredentialsprovider1_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java new file mode 100644 index 00000000..b4d7c359 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java @@ -0,0 +1,39 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_create_setendpoint_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.CloudShellServiceSettings; +import com.google.cloud.shell.v1.myEndpoint; + +public class SyncCreateSetEndpoint { + + public static void main(String[] args) throws Exception { + syncCreateSetEndpoint(); + } + + public static void syncCreateSetEndpoint() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + CloudShellServiceSettings cloudShellServiceSettings = + CloudShellServiceSettings.newBuilder().setEndpoint(myEndpoint).build(); + CloudShellServiceClient cloudShellServiceClient = + CloudShellServiceClient.create(cloudShellServiceSettings); + } +} +// [END shell_v1_generated_cloudshellserviceclient_create_setendpoint_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java new file mode 100644 index 00000000..784e0dff --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java @@ -0,0 +1,47 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_getenvironment_async] +import com.google.api.core.ApiFuture; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.Environment; +import com.google.cloud.shell.v1.EnvironmentName; +import com.google.cloud.shell.v1.GetEnvironmentRequest; + +public class AsyncGetEnvironment { + + public static void main(String[] args) throws Exception { + asyncGetEnvironment(); + } + + public static void asyncGetEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + GetEnvironmentRequest request = + GetEnvironmentRequest.newBuilder() + .setName(EnvironmentName.of("[USER]", "[ENVIRONMENT]").toString()) + .build(); + ApiFuture future = + cloudShellServiceClient.getEnvironmentCallable().futureCall(request); + // Do something. + Environment response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_getenvironment_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java new file mode 100644 index 00000000..49db6eac --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java @@ -0,0 +1,43 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_getenvironment_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.Environment; +import com.google.cloud.shell.v1.EnvironmentName; +import com.google.cloud.shell.v1.GetEnvironmentRequest; + +public class SyncGetEnvironment { + + public static void main(String[] args) throws Exception { + syncGetEnvironment(); + } + + public static void syncGetEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + GetEnvironmentRequest request = + GetEnvironmentRequest.newBuilder() + .setName(EnvironmentName.of("[USER]", "[ENVIRONMENT]").toString()) + .build(); + Environment response = cloudShellServiceClient.getEnvironment(request); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_getenvironment_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java new file mode 100644 index 00000000..2901e660 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java @@ -0,0 +1,39 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_getenvironment_environmentname_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.Environment; +import com.google.cloud.shell.v1.EnvironmentName; + +public class SyncGetEnvironmentEnvironmentname { + + public static void main(String[] args) throws Exception { + syncGetEnvironmentEnvironmentname(); + } + + public static void syncGetEnvironmentEnvironmentname() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + EnvironmentName name = EnvironmentName.of("[USER]", "[ENVIRONMENT]"); + Environment response = cloudShellServiceClient.getEnvironment(name); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_getenvironment_environmentname_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java new file mode 100644 index 00000000..9ccce874 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java @@ -0,0 +1,39 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_getenvironment_string_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.Environment; +import com.google.cloud.shell.v1.EnvironmentName; + +public class SyncGetEnvironmentString { + + public static void main(String[] args) throws Exception { + syncGetEnvironmentString(); + } + + public static void syncGetEnvironmentString() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + String name = EnvironmentName.of("[USER]", "[ENVIRONMENT]").toString(); + Environment response = cloudShellServiceClient.getEnvironment(name); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_getenvironment_string_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java new file mode 100644 index 00000000..a212a824 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java @@ -0,0 +1,47 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_removepublickey_async] +import com.google.api.core.ApiFuture; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.RemovePublicKeyRequest; +import com.google.longrunning.Operation; + +public class AsyncRemovePublicKey { + + public static void main(String[] args) throws Exception { + asyncRemovePublicKey(); + } + + public static void asyncRemovePublicKey() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + RemovePublicKeyRequest request = + RemovePublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + ApiFuture future = + cloudShellServiceClient.removePublicKeyCallable().futureCall(request); + // Do something. + Operation response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_removepublickey_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java new file mode 100644 index 00000000..86228fb5 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java @@ -0,0 +1,48 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_removepublickey_lro_async] +import com.google.api.gax.longrunning.OperationFuture; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.RemovePublicKeyMetadata; +import com.google.cloud.shell.v1.RemovePublicKeyRequest; +import com.google.cloud.shell.v1.RemovePublicKeyResponse; + +public class AsyncRemovePublicKeyLRO { + + public static void main(String[] args) throws Exception { + asyncRemovePublicKeyLRO(); + } + + public static void asyncRemovePublicKeyLRO() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + RemovePublicKeyRequest request = + RemovePublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + OperationFuture future = + cloudShellServiceClient.removePublicKeyOperationCallable().futureCall(request); + // Do something. + RemovePublicKeyResponse response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_removepublickey_lro_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java new file mode 100644 index 00000000..b96d8f93 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java @@ -0,0 +1,44 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_removepublickey_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.RemovePublicKeyRequest; +import com.google.cloud.shell.v1.RemovePublicKeyResponse; + +public class SyncRemovePublicKey { + + public static void main(String[] args) throws Exception { + syncRemovePublicKey(); + } + + public static void syncRemovePublicKey() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + RemovePublicKeyRequest request = + RemovePublicKeyRequest.newBuilder() + .setEnvironment("environment-85904877") + .setKey("key106079") + .build(); + RemovePublicKeyResponse response = + cloudShellServiceClient.removePublicKeyAsync(request).get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_removepublickey_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java new file mode 100644 index 00000000..b5186c1a --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java @@ -0,0 +1,49 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_startenvironment_async] +import com.google.api.core.ApiFuture; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.StartEnvironmentRequest; +import com.google.longrunning.Operation; +import java.util.ArrayList; + +public class AsyncStartEnvironment { + + public static void main(String[] args) throws Exception { + asyncStartEnvironment(); + } + + public static void asyncStartEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + StartEnvironmentRequest request = + StartEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .addAllPublicKeys(new ArrayList()) + .build(); + ApiFuture future = + cloudShellServiceClient.startEnvironmentCallable().futureCall(request); + // Do something. + Operation response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_startenvironment_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java new file mode 100644 index 00000000..1fd0a429 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java @@ -0,0 +1,50 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_startenvironment_lro_async] +import com.google.api.gax.longrunning.OperationFuture; +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.StartEnvironmentMetadata; +import com.google.cloud.shell.v1.StartEnvironmentRequest; +import com.google.cloud.shell.v1.StartEnvironmentResponse; +import java.util.ArrayList; + +public class AsyncStartEnvironmentLRO { + + public static void main(String[] args) throws Exception { + asyncStartEnvironmentLRO(); + } + + public static void asyncStartEnvironmentLRO() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + StartEnvironmentRequest request = + StartEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .addAllPublicKeys(new ArrayList()) + .build(); + OperationFuture future = + cloudShellServiceClient.startEnvironmentOperationCallable().futureCall(request); + // Do something. + StartEnvironmentResponse response = future.get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_startenvironment_lro_async] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java new file mode 100644 index 00000000..be5f03f8 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java @@ -0,0 +1,46 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellserviceclient_startenvironment_sync] +import com.google.cloud.shell.v1.CloudShellServiceClient; +import com.google.cloud.shell.v1.StartEnvironmentRequest; +import com.google.cloud.shell.v1.StartEnvironmentResponse; +import java.util.ArrayList; + +public class SyncStartEnvironment { + + public static void main(String[] args) throws Exception { + syncStartEnvironment(); + } + + public static void syncStartEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + try (CloudShellServiceClient cloudShellServiceClient = CloudShellServiceClient.create()) { + StartEnvironmentRequest request = + StartEnvironmentRequest.newBuilder() + .setName("name3373707") + .setAccessToken("accessToken-1042689291") + .addAllPublicKeys(new ArrayList()) + .build(); + StartEnvironmentResponse response = + cloudShellServiceClient.startEnvironmentAsync(request).get(); + } + } +} +// [END shell_v1_generated_cloudshellserviceclient_startenvironment_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java new file mode 100644 index 00000000..91e4d8f2 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java @@ -0,0 +1,46 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.samples; + +// [START shell_v1_generated_cloudshellservicesettings_getenvironment_sync] +import com.google.cloud.shell.v1.CloudShellServiceSettings; +import java.time.Duration; + +public class SyncGetEnvironment { + + public static void main(String[] args) throws Exception { + syncGetEnvironment(); + } + + public static void syncGetEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + CloudShellServiceSettings.Builder cloudShellServiceSettingsBuilder = + CloudShellServiceSettings.newBuilder(); + cloudShellServiceSettingsBuilder + .getEnvironmentSettings() + .setRetrySettings( + cloudShellServiceSettingsBuilder + .getEnvironmentSettings() + .getRetrySettings() + .toBuilder() + .setTotalTimeout(Duration.ofSeconds(30)) + .build()); + CloudShellServiceSettings cloudShellServiceSettings = cloudShellServiceSettingsBuilder.build(); + } +} +// [END shell_v1_generated_cloudshellservicesettings_getenvironment_sync] diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java new file mode 100644 index 00000000..ba963045 --- /dev/null +++ b/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java @@ -0,0 +1,47 @@ +/* + * Copyright 2022 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.google.cloud.shell.v1.stub.samples; + +// [START shell_v1_generated_cloudshellservicestubsettings_getenvironment_sync] +import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; +import java.time.Duration; + +public class SyncGetEnvironment { + + public static void main(String[] args) throws Exception { + syncGetEnvironment(); + } + + public static void syncGetEnvironment() throws Exception { + // This snippet has been automatically generated for illustrative purposes only. + // It may require modifications to work in your environment. + CloudShellServiceStubSettings.Builder cloudShellServiceSettingsBuilder = + CloudShellServiceStubSettings.newBuilder(); + cloudShellServiceSettingsBuilder + .getEnvironmentSettings() + .setRetrySettings( + cloudShellServiceSettingsBuilder + .getEnvironmentSettings() + .getRetrySettings() + .toBuilder() + .setTotalTimeout(Duration.ofSeconds(30)) + .build()); + CloudShellServiceStubSettings cloudShellServiceSettings = + cloudShellServiceSettingsBuilder.build(); + } +} +// [END shell_v1_generated_cloudshellservicestubsettings_getenvironment_sync] diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java deleted file mode 100644 index 8c052e71..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java deleted file mode 100644 index 99937918..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AddPublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The key. - */ - java.lang.String getKey(); - /** - * - * - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * - * @return The bytes for key. - */ - com.google.protobuf.ByteString getKeyBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index d9de3502..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 47b02ea3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index 819ddaf3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,352 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" - + "\022\025google.cloud.shell.v1\032\034google/api/anno" - + "tations.proto\032\027google/api/client.proto\032\037" - + "google/api/field_behavior.proto\032\031google/" - + "api/resource.proto\032#google/longrunning/o" - + "perations.proto\032 google/protobuf/field_m" - + "ask.proto\032\037google/protobuf/timestamp.pro" - + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" - + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" - + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" - + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" - + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" - + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" - + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" - + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" - + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" - + "\n%cloudshell.googleapis.com/Environment\022" - + "\'users/{user}/environments/{environment}" - + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" - + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" - + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" - + "eleteEnvironmentMetadata\"R\n\027StartEnviron" - + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" - + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" - + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" - + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" - + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" - + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" - + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" - + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" - + ".cloud.shell.v1.StartEnvironmentMetadata" - + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" - + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" - + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" - + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" - + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" - + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" - + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" - + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" - + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" - + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" - + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" - + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" - + ".google.cloud.shell.v1.CloudShellErrorDe" - + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" - + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" - + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" - + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" - + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" - + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." - + "v1.GetEnvironmentRequest\032\".google.cloud." - + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" - + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" - + "Environment\022..google.cloud.shell.v1.Star" - + "tEnvironmentRequest\032\035.google.longrunning" - + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" - + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" - + "entResponse\022\030StartEnvironmentMetadata\022\340\001" - + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" - + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" - + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" - + "name=users/*/environments/*}:authorize:\001" - + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" - + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" - + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" - + "quest\032\035.google.longrunning.Operation\"o\202\323" - + "\344\223\002:\"5/v1/{environment=users/*/environme" - + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" - + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" - + "PublicKey\022-.google.cloud.shell.v1.Remove" - + "PublicKeyRequest\032\035.google.longrunning.Op" - + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" - + "*/environments/*}:removePublicKey:\001*\312A2\n" - + "\027RemovePublicKeyResponse\022\027RemovePublicKe" - + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" - + "A.https://www.googleapis.com/auth/cloud-" - + "platformBj\n\031com.google.cloud.shell.v1B\017C" - + "loudShellProtoP\001Z:google.golang.org/genp" - + "roto/googleapis/cloud/shell/v1;shellb\006pr" - + "oto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { - "Name", - "Id", - "DockerImage", - "State", - "WebHost", - "SshUsername", - "SshHost", - "SshPort", - "PublicKeys", - }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "PublicKeys", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { - "Name", "AccessToken", "IdToken", "ExpireTime", - }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { - "State", - }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { - "Environment", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { - "Key", - }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { - "Environment", "Key", - }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] {}); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { - "Code", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 2fdf33b3..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 1d69025b..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index 0976807c..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index 7f53e700..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder {} diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 0c4daa2f..00000000 --- a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder {} From 2793212096b2b712fa171b336f19714a3e54e2c4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 27 Jun 2022 20:59:11 +0000 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .../shell/v1/CloudShellServiceClient.java | 6 +- .../shell/v1/CloudShellServiceSettings.java | 7 +- .../google/cloud/shell/v1/gapic_metadata.json | 0 .../google/cloud/shell/v1/package-info.java | 0 .../shell/v1/stub/CloudShellServiceStub.java | 0 .../stub/CloudShellServiceStubSettings.java | 6 +- .../GrpcCloudShellServiceCallableFactory.java | 0 .../v1/stub/GrpcCloudShellServiceStub.java | 1 - ...pJsonCloudShellServiceCallableFactory.java | 0 .../stub/HttpJsonCloudShellServiceStub.java | 1 - .../CloudShellServiceClientHttpJsonTest.java | 0 .../shell/v1/CloudShellServiceClientTest.java | 0 .../cloud/shell/v1/MockCloudShellService.java | 0 .../shell/v1/MockCloudShellServiceImpl.java | 0 .../cloud/shell/v1/CloudShellServiceGrpc.java | 569 +++++---- .../v1/AddPublicKeyMetadataOrBuilder.java | 9 - .../v1/AddPublicKeyResponseOrBuilder.java | 29 - ...AuthorizeEnvironmentMetadataOrBuilder.java | 9 - ...AuthorizeEnvironmentResponseOrBuilder.java | 9 - .../cloud/shell/v1/CloudShellProto.java | 327 ------ .../CreateEnvironmentMetadataOrBuilder.java | 9 - .../DeleteEnvironmentMetadataOrBuilder.java | 9 - .../v1/GetEnvironmentRequestOrBuilder.java | 31 - .../v1/RemovePublicKeyMetadataOrBuilder.java | 9 - .../v1/RemovePublicKeyResponseOrBuilder.java | 9 - .../cloud/shell/v1/AddPublicKeyMetadata.java | 225 ++-- .../v1/AddPublicKeyMetadataOrBuilder.java | 24 + .../cloud/shell/v1/AddPublicKeyRequest.java | 380 +++--- .../v1/AddPublicKeyRequestOrBuilder.java | 36 +- .../cloud/shell/v1/AddPublicKeyResponse.java | 301 ++--- .../v1/AddPublicKeyResponseOrBuilder.java | 50 + .../v1/AuthorizeEnvironmentMetadata.java | 238 ++-- ...AuthorizeEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/AuthorizeEnvironmentRequest.java | 566 +++++---- .../AuthorizeEnvironmentRequestOrBuilder.java | 53 +- .../v1/AuthorizeEnvironmentResponse.java | 238 ++-- ...AuthorizeEnvironmentResponseOrBuilder.java | 24 + .../shell/v1/CloudShellErrorDetails.java | 379 +++--- .../v1/CloudShellErrorDetailsOrBuilder.java | 24 +- .../cloud/shell/v1/CloudShellProto.java | 352 ++++++ .../shell/v1/CreateEnvironmentMetadata.java | 235 ++-- .../CreateEnvironmentMetadataOrBuilder.java | 24 + .../shell/v1/DeleteEnvironmentMetadata.java | 235 ++-- .../DeleteEnvironmentMetadataOrBuilder.java | 24 + .../google/cloud/shell/v1/Environment.java | 1027 ++++++++++------- .../cloud/shell/v1/EnvironmentName.java | 0 .../cloud/shell/v1/EnvironmentOrBuilder.java | 115 +- .../cloud/shell/v1/GetEnvironmentRequest.java | 332 +++--- .../v1/GetEnvironmentRequestOrBuilder.java | 56 + .../shell/v1/RemovePublicKeyMetadata.java | 235 ++-- .../v1/RemovePublicKeyMetadataOrBuilder.java | 24 + .../shell/v1/RemovePublicKeyRequest.java | 387 ++++--- .../v1/RemovePublicKeyRequestOrBuilder.java | 36 +- .../shell/v1/RemovePublicKeyResponse.java | 235 ++-- .../v1/RemovePublicKeyResponseOrBuilder.java | 24 + .../shell/v1/StartEnvironmentMetadata.java | 384 +++--- .../v1/StartEnvironmentMetadataOrBuilder.java | 24 +- .../shell/v1/StartEnvironmentRequest.java | 503 ++++---- .../v1/StartEnvironmentRequestOrBuilder.java | 54 +- .../shell/v1/StartEnvironmentResponse.java | 338 +++--- .../v1/StartEnvironmentResponseOrBuilder.java | 26 +- .../google/cloud/shell/v1/cloudshell.proto | 0 .../addpublickey/AsyncAddPublicKey.java | 0 .../addpublickey/AsyncAddPublicKeyLRO.java | 0 .../addpublickey/SyncAddPublicKey.java | 0 .../AsyncAuthorizeEnvironment.java | 0 .../AsyncAuthorizeEnvironmentLRO.java | 0 .../SyncAuthorizeEnvironment.java | 0 .../SyncCreateSetCredentialsProvider.java | 0 .../SyncCreateSetCredentialsProvider1.java | 0 .../create/SyncCreateSetEndpoint.java | 0 .../getenvironment/AsyncGetEnvironment.java | 0 .../getenvironment/SyncGetEnvironment.java | 0 .../SyncGetEnvironmentEnvironmentname.java | 0 .../SyncGetEnvironmentString.java | 0 .../removepublickey/AsyncRemovePublicKey.java | 0 .../AsyncRemovePublicKeyLRO.java | 0 .../removepublickey/SyncRemovePublicKey.java | 0 .../AsyncStartEnvironment.java | 0 .../AsyncStartEnvironmentLRO.java | 0 .../SyncStartEnvironment.java | 0 .../getenvironment/SyncGetEnvironment.java | 0 .../getenvironment/SyncGetEnvironment.java | 0 83 files changed, 4973 insertions(+), 3299 deletions(-) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java (98%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java (97%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/package-info.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java (99%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java (100%) rename {owl-bot-staging/v1/google-cloud-shell => google-cloud-shell}/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java (100%) rename {owl-bot-staging/v1/grpc-google-cloud-shell-v1 => grpc-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java (54%) delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java delete mode 100644 owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java (67%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java (68%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java (69%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java (72%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java (55%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/Environment.java (75%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java (100%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java (78%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java (70%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java (56%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java (66%) create mode 100644 proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java (71%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java (54%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java (73%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java (67%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java (58%) rename {owl-bot-staging/v1/proto-google-cloud-shell-v1 => proto-google-cloud-shell-v1}/src/main/proto/google/cloud/shell/v1/cloudshell.proto (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java (100%) rename {owl-bot-staging/v1/samples => samples}/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java (100%) diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java similarity index 98% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java index 9dfabeb4..b1cdf23b 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceClient.java @@ -57,13 +57,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java similarity index 97% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java index 0f042496..48cb7c57 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/CloudShellServiceSettings.java @@ -26,7 +26,6 @@ import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; -import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.shell.v1.stub.CloudShellServiceStubSettings; @@ -42,9 +41,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/gapic_metadata.json diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/package-info.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStub.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java index 40385b69..57f7677a 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/CloudShellServiceStubSettings.java @@ -69,9 +69,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (cloudshell.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java index cee9f19b..12b59d4c 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/GrpcCloudShellServiceStub.java @@ -43,7 +43,6 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; -import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceCallableFactory.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java similarity index 99% rename from owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java rename to google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java index 1a57bf3b..6fa309f5 100644 --- a/owl-bot-staging/v1/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java +++ b/google-cloud-shell/src/main/java/com/google/cloud/shell/v1/stub/HttpJsonCloudShellServiceStub.java @@ -28,7 +28,6 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; -import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.UnaryCallable; diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientHttpJsonTest.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/CloudShellServiceClientTest.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellService.java diff --git a/owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java b/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java similarity index 100% rename from owl-bot-staging/v1/google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java rename to google-cloud-shell/src/test/java/com/google/cloud/shell/v1/MockCloudShellServiceImpl.java diff --git a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java similarity index 54% rename from owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java rename to grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java index dec7b833..d9aa5e73 100644 --- a/owl-bot-staging/v1/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java +++ b/grpc-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellServiceGrpc.java @@ -1,8 +1,25 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.google.cloud.shell.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** + * + * *

  * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
  * least one environment, which has the ID "default". Environment consists of a
@@ -24,206 +41,266 @@ private CloudShellServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.shell.v1.CloudShellService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetEnvironment",
       requestType = com.google.cloud.shell.v1.GetEnvironmentRequest.class,
       responseType = com.google.cloud.shell.v1.Environment.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getGetEnvironmentMethod() {
-    io.grpc.MethodDescriptor getGetEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+      getGetEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.GetEnvironmentRequest, com.google.cloud.shell.v1.Environment>
+        getGetEnvironmentMethod;
     if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getGetEnvironmentMethod = CloudShellServiceGrpc.getGetEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getGetEnvironmentMethod = getGetEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.Environment.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getGetEnvironmentMethod =
+              getGetEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.Environment.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("GetEnvironment"))
+                      .build();
         }
       }
     }
     return getGetEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "StartEnvironment",
       requestType = com.google.cloud.shell.v1.StartEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getStartEnvironmentMethod() {
-    io.grpc.MethodDescriptor getStartEnvironmentMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+      getStartEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.StartEnvironmentRequest, com.google.longrunning.Operation>
+        getStartEnvironmentMethod;
     if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getStartEnvironmentMethod = CloudShellServiceGrpc.getStartEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getStartEnvironmentMethod = getStartEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
-              .build();
+          CloudShellServiceGrpc.getStartEnvironmentMethod =
+              getStartEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StartEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.StartEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("StartEnvironment"))
+                      .build();
         }
       }
     }
     return getStartEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AuthorizeEnvironment",
       requestType = com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod() {
-    io.grpc.MethodDescriptor getAuthorizeEnvironmentMethod;
-    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+      getAuthorizeEnvironmentMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, com.google.longrunning.Operation>
+        getAuthorizeEnvironmentMethod;
+    if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+        == null) {
       synchronized (CloudShellServiceGrpc.class) {
-        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod) == null) {
-          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod = getAuthorizeEnvironmentMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
-              .build();
+        if ((getAuthorizeEnvironmentMethod = CloudShellServiceGrpc.getAuthorizeEnvironmentMethod)
+            == null) {
+          CloudShellServiceGrpc.getAuthorizeEnvironmentMethod =
+              getAuthorizeEnvironmentMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(
+                          generateFullMethodName(SERVICE_NAME, "AuthorizeEnvironment"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AuthorizeEnvironment"))
+                      .build();
         }
       }
     }
     return getAuthorizeEnvironmentMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "AddPublicKey",
       requestType = com.google.cloud.shell.v1.AddPublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getAddPublicKeyMethod() {
-    io.grpc.MethodDescriptor getAddPublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+      getAddPublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.AddPublicKeyRequest, com.google.longrunning.Operation>
+        getAddPublicKeyMethod;
     if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getAddPublicKeyMethod = CloudShellServiceGrpc.getAddPublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getAddPublicKeyMethod = getAddPublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
-              .build();
+          CloudShellServiceGrpc.getAddPublicKeyMethod =
+              getAddPublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddPublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.AddPublicKeyRequest.getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("AddPublicKey"))
+                      .build();
         }
       }
     }
     return getAddPublicKeyMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  private static volatile io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "RemovePublicKey",
       requestType = com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor getRemovePublicKeyMethod() {
-    io.grpc.MethodDescriptor getRemovePublicKeyMethod;
+  public static io.grpc.MethodDescriptor<
+          com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+      getRemovePublicKeyMethod() {
+    io.grpc.MethodDescriptor<
+            com.google.cloud.shell.v1.RemovePublicKeyRequest, com.google.longrunning.Operation>
+        getRemovePublicKeyMethod;
     if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
       synchronized (CloudShellServiceGrpc.class) {
         if ((getRemovePublicKeyMethod = CloudShellServiceGrpc.getRemovePublicKeyMethod) == null) {
-          CloudShellServiceGrpc.getRemovePublicKeyMethod = getRemovePublicKeyMethod =
-              io.grpc.MethodDescriptor.newBuilder()
-              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
-              .setSampledToLocalTracing(true)
-              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()))
-              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
-                  com.google.longrunning.Operation.getDefaultInstance()))
-              .setSchemaDescriptor(new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
-              .build();
+          CloudShellServiceGrpc.getRemovePublicKeyMethod =
+              getRemovePublicKeyMethod =
+                  io.grpc.MethodDescriptor
+                      .
+                          newBuilder()
+                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RemovePublicKey"))
+                      .setSampledToLocalTracing(true)
+                      .setRequestMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.cloud.shell.v1.RemovePublicKeyRequest
+                                  .getDefaultInstance()))
+                      .setResponseMarshaller(
+                          io.grpc.protobuf.ProtoUtils.marshaller(
+                              com.google.longrunning.Operation.getDefaultInstance()))
+                      .setSchemaDescriptor(
+                          new CloudShellServiceMethodDescriptorSupplier("RemovePublicKey"))
+                      .build();
         }
       }
     }
     return getRemovePublicKeyMethod;
   }
 
-  /**
-   * Creates a new async stub that supports all call types for the service
-   */
+  /** Creates a new async stub that supports all call types for the service */
   public static CloudShellServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static CloudShellServiceBlockingStub newBlockingStub(
-      io.grpc.Channel channel) {
+  public static CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceBlockingStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceBlockingStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceBlockingStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceBlockingStub.newStub(factory, channel);
   }
 
-  /**
-   * Creates a new ListenableFuture-style stub that supports unary calls on the service
-   */
-  public static CloudShellServiceFutureStub newFutureStub(
-      io.grpc.Channel channel) {
+  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
+  public static CloudShellServiceFutureStub newFutureStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-      new io.grpc.stub.AbstractStub.StubFactory() {
-        @java.lang.Override
-        public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-          return new CloudShellServiceFutureStub(channel, callOptions);
-        }
-      };
+        new io.grpc.stub.AbstractStub.StubFactory() {
+          @java.lang.Override
+          public CloudShellServiceFutureStub newStub(
+              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+            return new CloudShellServiceFutureStub(channel, callOptions);
+          }
+        };
     return CloudShellServiceFutureStub.newStub(factory, channel);
   }
 
   /**
+   *
+   *
    * 
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -234,19 +311,25 @@ public CloudShellServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.Call
    * client.
    * 
*/ - public static abstract class CloudShellServiceImplBase implements io.grpc.BindableService { + public abstract static class CloudShellServiceImplBase implements io.grpc.BindableService { /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetEnvironmentMethod(), responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -256,12 +339,16 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getStartEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getStartEnvironmentMethod(), responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -269,24 +356,32 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAuthorizeEnvironmentMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAuthorizeEnvironmentMethod(), responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddPublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getAddPublicKeyMethod(), responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -294,53 +389,53 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRemovePublicKeyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getRemovePublicKeyMethod(), responseObserver); } - @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override + public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getGetEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.GetEnvironmentRequest, - com.google.cloud.shell.v1.Environment>( - this, METHODID_GET_ENVIRONMENT))) + getGetEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.GetEnvironmentRequest, + com.google.cloud.shell.v1.Environment>(this, METHODID_GET_ENVIRONMENT))) .addMethod( - getStartEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.StartEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_START_ENVIRONMENT))) + getStartEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.StartEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_START_ENVIRONMENT))) .addMethod( - getAuthorizeEnvironmentMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, - com.google.longrunning.Operation>( - this, METHODID_AUTHORIZE_ENVIRONMENT))) + getAuthorizeEnvironmentMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest, + com.google.longrunning.Operation>(this, METHODID_AUTHORIZE_ENVIRONMENT))) .addMethod( - getAddPublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.AddPublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_ADD_PUBLIC_KEY))) + getAddPublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.AddPublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_ADD_PUBLIC_KEY))) .addMethod( - getRemovePublicKeyMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.shell.v1.RemovePublicKeyRequest, - com.google.longrunning.Operation>( - this, METHODID_REMOVE_PUBLIC_KEY))) + getRemovePublicKeyMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.shell.v1.RemovePublicKeyRequest, + com.google.longrunning.Operation>(this, METHODID_REMOVE_PUBLIC_KEY))) .build(); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -351,9 +446,9 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceStub extends io.grpc.stub.AbstractAsyncStub { - private CloudShellServiceStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceStub + extends io.grpc.stub.AbstractAsyncStub { + private CloudShellServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -364,17 +459,24 @@ protected CloudShellServiceStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request, + public void getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -384,13 +486,18 @@ public void getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest reque
      * StartEnvironmentResponse in its response field.
      * 
*/ - public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request, + public void startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -398,26 +505,36 @@ public void startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest r
      * authenticate.
      * 
*/ - public void authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, + public void authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request, + public void addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), + request, + responseObserver); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -425,14 +542,19 @@ public void addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request,
      * NOT_FOUND.
      * 
*/ - public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request, + public void removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request, responseObserver); + getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), + request, + responseObserver); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -443,7 +565,8 @@ public void removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest req
    * client.
    * 
*/ - public static final class CloudShellServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { + public static final class CloudShellServiceBlockingStub + extends io.grpc.stub.AbstractBlockingStub { private CloudShellServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); @@ -456,16 +579,21 @@ protected CloudShellServiceBlockingStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.cloud.shell.v1.Environment getEnvironment( + com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -475,12 +603,15 @@ public com.google.cloud.shell.v1.Environment getEnvironment(com.google.cloud.she
      * StartEnvironmentResponse in its response field.
      * 
*/ - public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) { + public com.google.longrunning.Operation startEnvironment( + com.google.cloud.shell.v1.StartEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getStartEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -488,24 +619,30 @@ public com.google.longrunning.Operation startEnvironment(com.google.cloud.shell.
      * authenticate.
      * 
*/ - public com.google.longrunning.Operation authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { + public com.google.longrunning.Operation authorizeEnvironment( + com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAuthorizeEnvironmentMethod(), getCallOptions(), request); } /** + * + * *
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.longrunning.Operation addPublicKey( + com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddPublicKeyMethod(), getCallOptions(), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -513,13 +650,16 @@ public com.google.longrunning.Operation addPublicKey(com.google.cloud.shell.v1.A
      * NOT_FOUND.
      * 
*/ - public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) { + public com.google.longrunning.Operation removePublicKey( + com.google.cloud.shell.v1.RemovePublicKeyRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRemovePublicKeyMethod(), getCallOptions(), request); } } /** + * + * *
    * API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
    * least one environment, which has the ID "default". Environment consists of a
@@ -530,9 +670,9 @@ public com.google.longrunning.Operation removePublicKey(com.google.cloud.shell.v
    * client.
    * 
*/ - public static final class CloudShellServiceFutureStub extends io.grpc.stub.AbstractFutureStub { - private CloudShellServiceFutureStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class CloudShellServiceFutureStub + extends io.grpc.stub.AbstractFutureStub { + private CloudShellServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -543,17 +683,21 @@ protected CloudShellServiceFutureStub build( } /** + * + * *
      * Gets an environment. Returns NOT_FOUND if the environment does not exist.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture getEnvironment( - com.google.cloud.shell.v1.GetEnvironmentRequest request) { + public com.google.common.util.concurrent.ListenableFuture + getEnvironment(com.google.cloud.shell.v1.GetEnvironmentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetEnvironmentMethod(), getCallOptions()), request); } /** + * + * *
      * Starts an existing environment, allowing clients to connect to it. The
      * returned operation will contain an instance of StartEnvironmentMetadata in
@@ -563,13 +707,15 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture startEnvironment(
-        com.google.cloud.shell.v1.StartEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        startEnvironment(com.google.cloud.shell.v1.StartEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getStartEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Sends OAuth credentials to a running environment on behalf of a user. When
      * this completes, the environment will be authorized to run various Google
@@ -577,26 +723,30 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture authorizeEnvironment(
-        com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        authorizeEnvironment(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getAuthorizeEnvironmentMethod(), getCallOptions()), request);
     }
 
     /**
+     *
+     *
      * 
      * Adds a public SSH key to an environment, allowing clients with the
      * corresponding private key to connect to that environment via SSH. If a key
      * with the same content already exists, this will error with ALREADY_EXISTS.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture addPublicKey( - com.google.cloud.shell.v1.AddPublicKeyRequest request) { + public com.google.common.util.concurrent.ListenableFuture + addPublicKey(com.google.cloud.shell.v1.AddPublicKeyRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddPublicKeyMethod(), getCallOptions()), request); } /** + * + * *
      * Removes a public SSH key from an environment. Clients will no longer be
      * able to connect to the environment using the corresponding private key.
@@ -604,8 +754,8 @@ public com.google.common.util.concurrent.ListenableFuture
      */
-    public com.google.common.util.concurrent.ListenableFuture removePublicKey(
-        com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
+    public com.google.common.util.concurrent.ListenableFuture
+        removePublicKey(com.google.cloud.shell.v1.RemovePublicKeyRequest request) {
       return io.grpc.stub.ClientCalls.futureUnaryCall(
           getChannel().newCall(getRemovePublicKeyMethod(), getCallOptions()), request);
     }
@@ -617,11 +767,11 @@ public com.google.common.util.concurrent.ListenableFuture implements
-      io.grpc.stub.ServerCalls.UnaryMethod,
-      io.grpc.stub.ServerCalls.ServerStreamingMethod,
-      io.grpc.stub.ServerCalls.ClientStreamingMethod,
-      io.grpc.stub.ServerCalls.BidiStreamingMethod {
+  private static final class MethodHandlers
+      implements io.grpc.stub.ServerCalls.UnaryMethod,
+          io.grpc.stub.ServerCalls.ServerStreamingMethod,
+          io.grpc.stub.ServerCalls.ClientStreamingMethod,
+          io.grpc.stub.ServerCalls.BidiStreamingMethod {
     private final CloudShellServiceImplBase serviceImpl;
     private final int methodId;
 
@@ -635,23 +785,29 @@ private static final class MethodHandlers implements
     public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
       switch (methodId) {
         case METHODID_GET_ENVIRONMENT:
-          serviceImpl.getEnvironment((com.google.cloud.shell.v1.GetEnvironmentRequest) request,
-              (io.grpc.stub.StreamObserver) responseObserver);
+          serviceImpl.getEnvironment(
+              (com.google.cloud.shell.v1.GetEnvironmentRequest) request,
+              (io.grpc.stub.StreamObserver)
+                  responseObserver);
           break;
         case METHODID_START_ENVIRONMENT:
-          serviceImpl.startEnvironment((com.google.cloud.shell.v1.StartEnvironmentRequest) request,
+          serviceImpl.startEnvironment(
+              (com.google.cloud.shell.v1.StartEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_AUTHORIZE_ENVIRONMENT:
-          serviceImpl.authorizeEnvironment((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
+          serviceImpl.authorizeEnvironment(
+              (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_ADD_PUBLIC_KEY:
-          serviceImpl.addPublicKey((com.google.cloud.shell.v1.AddPublicKeyRequest) request,
+          serviceImpl.addPublicKey(
+              (com.google.cloud.shell.v1.AddPublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         case METHODID_REMOVE_PUBLIC_KEY:
-          serviceImpl.removePublicKey((com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
+          serviceImpl.removePublicKey(
+              (com.google.cloud.shell.v1.RemovePublicKeyRequest) request,
               (io.grpc.stub.StreamObserver) responseObserver);
           break;
         default:
@@ -670,8 +826,9 @@ public io.grpc.stub.StreamObserver invoke(
     }
   }
 
-  private static abstract class CloudShellServiceBaseDescriptorSupplier
-      implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+  private abstract static class CloudShellServiceBaseDescriptorSupplier
+      implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
+          io.grpc.protobuf.ProtoServiceDescriptorSupplier {
     CloudShellServiceBaseDescriptorSupplier() {}
 
     @java.lang.Override
@@ -713,14 +870,16 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
       synchronized (CloudShellServiceGrpc.class) {
         result = serviceDescriptor;
         if (result == null) {
-          serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
-              .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
-              .addMethod(getGetEnvironmentMethod())
-              .addMethod(getStartEnvironmentMethod())
-              .addMethod(getAuthorizeEnvironmentMethod())
-              .addMethod(getAddPublicKeyMethod())
-              .addMethod(getRemovePublicKeyMethod())
-              .build();
+          serviceDescriptor =
+              result =
+                  io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+                      .setSchemaDescriptor(new CloudShellServiceFileDescriptorSupplier())
+                      .addMethod(getGetEnvironmentMethod())
+                      .addMethod(getStartEnvironmentMethod())
+                      .addMethod(getAuthorizeEnvironmentMethod())
+                      .addMethod(getAddPublicKeyMethod())
+                      .addMethod(getRemovePublicKeyMethod())
+                      .build();
         }
       }
     }
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
deleted file mode 100644
index 7d34cf74..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyMetadataOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
-    com.google.protobuf.MessageOrBuilder {
-}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
deleted file mode 100644
index 6c095674..00000000
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java
+++ /dev/null
@@ -1,29 +0,0 @@
-// Generated by the protocol buffer compiler.  DO NOT EDIT!
-// source: google/cloud/shell/v1/cloudshell.proto
-
-package com.google.cloud.shell.v1;
-
-public interface AddPublicKeyResponseOrBuilder extends
-    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse)
-    com.google.protobuf.MessageOrBuilder {
-
-  /**
-   * 
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The key. - */ - java.lang.String getKey(); - /** - *
-   * Key that was added to the environment.
-   * 
- * - * string key = 1; - * @return The bytes for key. - */ - com.google.protobuf.ByteString - getKeyBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java deleted file mode 100644 index e5a965bb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java deleted file mode 100644 index 22657a0b..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface AuthorizeEnvironmentResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java deleted file mode 100644 index a18e3be8..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java +++ /dev/null @@ -1,327 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public final class CloudShellProto { - private CloudShellProto() {} - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistryLite registry) { - } - - public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions( - (com.google.protobuf.ExtensionRegistryLite) registry); - } - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_Environment_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; - static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; - } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/shell/v1/cloudshell.proto" + - "\022\025google.cloud.shell.v1\032\034google/api/anno" + - "tations.proto\032\027google/api/client.proto\032\037" + - "google/api/field_behavior.proto\032\031google/" + - "api/resource.proto\032#google/longrunning/o" + - "perations.proto\032 google/protobuf/field_m" + - "ask.proto\032\037google/protobuf/timestamp.pro" + - "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + - "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + - "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + - ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + - " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + - "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + - "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + - "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + - "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + - "\n%cloudshell.googleapis.com/Environment\022" + - "\'users/{user}/environments/{environment}" + - "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + - "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + - "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + - "eleteEnvironmentMetadata\"R\n\027StartEnviron" + - "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + - "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + - "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + - "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + - "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + - "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + - "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + - "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + - ".cloud.shell.v1.StartEnvironmentMetadata" + - ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + - "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + - "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + - "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + - "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + - "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + - "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + - "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + - "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + - "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + - "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + - "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + - ".google.cloud.shell.v1.CloudShellErrorDe" + - "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + - "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + - "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + - "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + - "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + - "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + - "v1.GetEnvironmentRequest\032\".google.cloud." + - "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + - "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + - "Environment\022..google.cloud.shell.v1.Star" + - "tEnvironmentRequest\032\035.google.longrunning" + - ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + - "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + - "entResponse\022\030StartEnvironmentMetadata\022\340\001" + - "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + - "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + - "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + - "name=users/*/environments/*}:authorize:\001" + - "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + - "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + - "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + - "quest\032\035.google.longrunning.Operation\"o\202\323" + - "\344\223\002:\"5/v1/{environment=users/*/environme" + - "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + - "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + - "PublicKey\022-.google.cloud.shell.v1.Remove" + - "PublicKeyRequest\032\035.google.longrunning.Op" + - "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + - "*/environments/*}:removePublicKey:\001*\312A2\n" + - "\027RemovePublicKeyResponse\022\027RemovePublicKe" + - "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + - "A.https://www.googleapis.com/auth/cloud-" + - "platformBj\n\031com.google.cloud.shell.v1B\017C" + - "loudShellProtoP\001Z:google.golang.org/genp" + - "roto/googleapis/cloud/shell/v1;shellb\006pr" + - "oto3" - }; - descriptor = com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_shell_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_Environment_descriptor, - new java.lang.String[] { "Name", "Id", "DockerImage", "State", "WebHost", "SshUsername", "SshHost", "SshPort", "PublicKeys", }); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", }); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "PublicKeys", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, - new java.lang.String[] { "Name", "AccessToken", "IdToken", "ExpireTime", }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, - new java.lang.String[] { "State", }); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, - new java.lang.String[] { "Environment", }); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, - new java.lang.String[] { "Key", }); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, - new java.lang.String[] { "Environment", "Key", }); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, - new java.lang.String[] { }); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, - new java.lang.String[] { "Code", }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor - .internalUpdateFileDescriptor(descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 575f0d68..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface CreateEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java deleted file mode 100644 index 31316449..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface DeleteEnvironmentMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java deleted file mode 100644 index c9e7372c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java +++ /dev/null @@ -1,31 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface GetEnvironmentRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) - com.google.protobuf.MessageOrBuilder { - - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The name. - */ - java.lang.String getName(); - /** - *
-   * Required. Name of the requested resource, for example `users/me/environments/default`
-   * or `users/someone@example.com/environments/default`.
-   * 
- * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * @return The bytes for name. - */ - com.google.protobuf.ByteString - getNameBytes(); -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java deleted file mode 100644 index be41ebcb..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java deleted file mode 100644 index 1ef2da7c..00000000 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/shell/v1/cloudshell.proto - -package com.google.cloud.shell.v1; - -public interface RemovePublicKeyResponseOrBuilder extends - // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse) - com.google.protobuf.MessageOrBuilder { -} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java index 04f2b5ad..7c1b0112 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
  */
-public final class AddPublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
     AddPublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyMetadata.newBuilder() to construct.
   private AddPublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AddPublicKeyMetadata() {
-  }
+
+  private AddPublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AddPublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AddPublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+            com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AddPublicKeyMetadata other = (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.AddPublicKeyMetadata other =
+        (com.google.cloud.shell.v1.AddPublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -141,97 +160,104 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AddPublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyMetadata)
       com.google.cloud.shell.v1.AddPublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyMetadata.class, com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.class,
+              com.google.cloud.shell.v1.AddPublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyMetadata result = new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
+      com.google.cloud.shell.v1.AddPublicKeyMetadata result =
+          new com.google.cloud.shell.v1.AddPublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.AddPublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -376,9 +405,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +417,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyMetadata)
   private static final com.google.cloud.shell.v1.AddPublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyMetadata();
   }
@@ -402,16 +431,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstance(
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AddPublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AddPublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AddPublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AddPublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +455,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.AddPublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..8c052e71
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AddPublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
index 145bf75e..bb681f05 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
  */
-public final class AddPublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyRequest)
     AddPublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyRequest.newBuilder() to construct.
   private AddPublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private AddPublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private AddPublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private AddPublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+            com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,6 +176,8 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -162,6 +188,7 @@ public java.lang.String getEnvironment() {
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -170,14 +197,15 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -188,16 +216,15 @@ public java.lang.String getKey() {
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -206,6 +233,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -217,8 +245,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -248,17 +275,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyRequest other = (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; + com.google.cloud.shell.v1.AddPublicKeyRequest other = + (com.google.cloud.shell.v1.AddPublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -279,97 +305,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -377,21 +410,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyRequest)
       com.google.cloud.shell.v1.AddPublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyRequest.class, com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyRequest.class,
+              com.google.cloud.shell.v1.AddPublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyRequest.newBuilder()
@@ -399,16 +434,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -420,9 +454,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -441,7 +475,8 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyRequest result = new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
+      com.google.cloud.shell.v1.AddPublicKeyRequest result =
+          new com.google.cloud.shell.v1.AddPublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -452,38 +487,39 @@ public com.google.cloud.shell.v1.AddPublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -531,19 +567,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -552,21 +590,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -574,57 +613,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be added to, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -632,6 +678,8 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -642,13 +690,13 @@ public Builder setEnvironmentBytes(
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -657,6 +705,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -667,15 +717,14 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -683,6 +732,8 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -693,20 +744,22 @@ public java.lang.String getKey() {
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -717,15 +770,18 @@ public Builder setKey(
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be added to the environment. Supported formats are
      * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -736,23 +792,23 @@ public Builder clearKey() {
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -762,12 +818,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyRequest) private static final com.google.cloud.shell.v1.AddPublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyRequest(); } @@ -776,16 +832,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -800,6 +856,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java similarity index 68% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java index 8fa42138..29d97f9e 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyRequestOrBuilder.java @@ -1,35 +1,58 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface AddPublicKeyRequestOrBuilder extends +public interface AddPublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be added to, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -40,10 +63,13 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be added to the environment. Supported formats are
    * `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256`
@@ -54,8 +80,8 @@ public interface AddPublicKeyRequestOrBuilder extends
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java similarity index 69% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java index 621e5d89..2a7ade39 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
  */
-public final class AddPublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AddPublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AddPublicKeyResponse)
     AddPublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AddPublicKeyResponse.newBuilder() to construct.
   private AddPublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AddPublicKeyResponse() {
     key_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AddPublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AddPublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private AddPublicKeyResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,34 +92,39 @@ private AddPublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+            com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
   }
 
   public static final int KEY_FIELD_NUMBER = 1;
   private volatile java.lang.Object key_;
   /**
+   *
+   *
    * 
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The key. */ @java.lang.Override @@ -110,29 +133,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that was added to the environment.
    * 
* * string key = 1; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -141,6 +164,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -152,8 +176,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -177,15 +200,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.AddPublicKeyResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.AddPublicKeyResponse other = (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; + com.google.cloud.shell.v1.AddPublicKeyResponse other = + (com.google.cloud.shell.v1.AddPublicKeyResponse) obj; - if (!getKey() - .equals(other.getKey())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -204,97 +227,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.AddPublicKeyResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.AddPublicKeyResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Response message for
    * [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
@@ -302,21 +332,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AddPublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AddPublicKeyResponse)
       com.google.cloud.shell.v1.AddPublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AddPublicKeyResponse.class, com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.AddPublicKeyResponse.class,
+              com.google.cloud.shell.v1.AddPublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AddPublicKeyResponse.newBuilder()
@@ -324,16 +356,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -343,9 +374,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -364,7 +395,8 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.AddPublicKeyResponse result = new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
+      com.google.cloud.shell.v1.AddPublicKeyResponse result =
+          new com.google.cloud.shell.v1.AddPublicKeyResponse(this);
       result.key_ = key_;
       onBuilt();
       return result;
@@ -374,38 +406,39 @@ public com.google.cloud.shell.v1.AddPublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AddPublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AddPublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -449,18 +482,20 @@ public Builder mergeFrom(
 
     private java.lang.Object key_ = "";
     /**
+     *
+     *
      * 
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -469,20 +504,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -490,61 +526,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that was added to the environment.
      * 
* * string key = 1; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -554,12 +597,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AddPublicKeyResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AddPublicKeyResponse) private static final com.google.cloud.shell.v1.AddPublicKeyResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AddPublicKeyResponse(); } @@ -568,16 +611,16 @@ public static com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AddPublicKeyResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AddPublicKeyResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AddPublicKeyResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AddPublicKeyResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -592,6 +635,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.AddPublicKeyResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java new file mode 100644 index 00000000..99937918 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AddPublicKeyResponseOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface AddPublicKeyResponseOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AddPublicKeyResponse) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The key. + */ + java.lang.String getKey(); + /** + * + * + *
+   * Key that was added to the environment.
+   * 
+ * + * string key = 1; + * + * @return The bytes for key. + */ + com.google.protobuf.ByteString getKeyBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java index 3dd224b5..3635f516 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
  */
-public final class AuthorizeEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
     AuthorizeEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentMetadata.newBuilder() to construct.
   private AuthorizeEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentMetadata() {
-  }
+
+  private AuthorizeEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
       com.google.cloud.shell.v1.AuthorizeEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class, com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..d9de3502
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
similarity index 72%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
index 5fb0ba56..3144d086 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
  */
-public final class AuthorizeEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     AuthorizeEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentRequest.newBuilder() to construct.
   private AuthorizeEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private AuthorizeEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private AuthorizeEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -56,44 +73,49 @@ private AuthorizeEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            com.google.protobuf.Timestamp.Builder subBuilder = null;
-            if (expireTime_ != null) {
-              subBuilder = expireTime_.toBuilder();
+              name_ = s;
+              break;
             }
-            expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(expireTime_);
-              expireTime_ = subBuilder.buildPartial();
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              accessToken_ = s;
+              break;
             }
+          case 26:
+            {
+              com.google.protobuf.Timestamp.Builder subBuilder = null;
+              if (expireTime_ != null) {
+                subBuilder = expireTime_.toBuilder();
+              }
+              expireTime_ =
+                  input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(expireTime_);
+                expireTime_ = subBuilder.buildPartial();
+              }
 
-            break;
-          }
-          case 34: {
-            java.lang.String s = input.readStringRequireUtf8();
+              break;
+            }
+          case 34:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            idToken_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              idToken_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -101,29 +123,33 @@ private AuthorizeEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -131,6 +157,7 @@ private AuthorizeEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -139,14 +166,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -154,16 +182,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -174,11 +201,14 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -187,29 +217,29 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,11 +250,14 @@ public java.lang.String getAccessToken() { public static final int ID_TOKEN_FIELD_NUMBER = 4; private volatile java.lang.Object idToken_; /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ @java.lang.Override @@ -233,29 +266,29 @@ public java.lang.String getIdToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; } } /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -266,12 +299,15 @@ public java.lang.String getIdToken() { public static final int EXPIRE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp expireTime_; /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ @java.lang.Override @@ -279,12 +315,15 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ @java.lang.Override @@ -292,6 +331,8 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
@@ -305,6 +346,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -316,8 +358,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -346,8 +387,7 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accessToken_);
     }
     if (expireTime_ != null) {
-      size += com.google.protobuf.CodedOutputStream
-        .computeMessageSize(3, getExpireTime());
+      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getExpireTime());
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idToken_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, idToken_);
@@ -360,23 +400,20 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) obj;
 
-    if (!getName()
-        .equals(other.getName())) return false;
-    if (!getAccessToken()
-        .equals(other.getAccessToken())) return false;
-    if (!getIdToken()
-        .equals(other.getIdToken())) return false;
+    if (!getName().equals(other.getName())) return false;
+    if (!getAccessToken().equals(other.getAccessToken())) return false;
+    if (!getIdToken().equals(other.getIdToken())) return false;
     if (hasExpireTime() != other.hasExpireTime()) return false;
     if (hasExpireTime()) {
-      if (!getExpireTime()
-          .equals(other.getExpireTime())) return false;
+      if (!getExpireTime().equals(other.getExpireTime())) return false;
     }
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -405,96 +442,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Request message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -502,21 +547,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
       com.google.cloud.shell.v1.AuthorizeEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class, com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.newBuilder()
@@ -524,16 +571,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -553,9 +599,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -574,7 +620,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentRequest result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest(this);
       result.name_ = name_;
       result.accessToken_ = accessToken_;
       result.idToken_ = idToken_;
@@ -591,38 +638,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -630,7 +678,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -665,7 +714,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -677,6 +727,8 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -684,13 +736,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -699,6 +751,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -706,15 +760,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -722,6 +775,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -729,20 +784,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -750,15 +807,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should receive the credentials, for example
      * `users/me/environments/default` or
@@ -766,16 +826,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -783,18 +843,20 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -803,20 +865,21 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -824,54 +887,61 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The OAuth access token that should be sent to the environment.
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; @@ -879,18 +949,20 @@ public Builder setAccessTokenBytes( private java.lang.Object idToken_ = ""; /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The idToken. */ public java.lang.String getIdToken() { java.lang.Object ref = idToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); idToken_ = s; return s; @@ -899,20 +971,21 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - public com.google.protobuf.ByteString - getIdTokenBytes() { + public com.google.protobuf.ByteString getIdTokenBytes() { java.lang.Object ref = idToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); idToken_ = b; return b; } else { @@ -920,54 +993,61 @@ public java.lang.String getIdToken() { } } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The idToken to set. * @return This builder for chaining. */ - public Builder setIdToken( - java.lang.String value) { + public Builder setIdToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + idToken_ = value; onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @return This builder for chaining. */ public Builder clearIdToken() { - + idToken_ = getDefaultInstance().getIdToken(); onChanged(); return this; } /** + * + * *
      * The OAuth ID token that should be sent to the environment.
      * 
* * string id_token = 4; + * * @param value The bytes for idToken to set. * @return This builder for chaining. */ - public Builder setIdTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setIdTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + idToken_ = value; onChanged(); return this; @@ -975,36 +1055,49 @@ public Builder setIdTokenBytes( private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + com.google.protobuf.Timestamp, + com.google.protobuf.Timestamp.Builder, + com.google.protobuf.TimestampOrBuilder> + expireTimeBuilder_; /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
      * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + return expireTime_ == null + ? com.google.protobuf.Timestamp.getDefaultInstance() + : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** + * + * *
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1026,6 +1119,8 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1033,8 +1128,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
      *
      * .google.protobuf.Timestamp expire_time = 3;
      */
-    public Builder setExpireTime(
-        com.google.protobuf.Timestamp.Builder builderForValue) {
+    public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) {
       if (expireTimeBuilder_ == null) {
         expireTime_ = builderForValue.build();
         onChanged();
@@ -1045,6 +1139,8 @@ public Builder setExpireTime(
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1056,7 +1152,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       if (expireTimeBuilder_ == null) {
         if (expireTime_ != null) {
           expireTime_ =
-            com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
+              com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial();
         } else {
           expireTime_ = value;
         }
@@ -1068,6 +1164,8 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1087,6 +1185,8 @@ public Builder clearExpireTime() {
       return this;
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1095,11 +1195,13 @@ public Builder clearExpireTime() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
-      
+
       onChanged();
       return getExpireTimeFieldBuilder().getBuilder();
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1111,11 +1213,14 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
       if (expireTimeBuilder_ != null) {
         return expireTimeBuilder_.getMessageOrBuilder();
       } else {
-        return expireTime_ == null ?
-            com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_;
+        return expireTime_ == null
+            ? com.google.protobuf.Timestamp.getDefaultInstance()
+            : expireTime_;
       }
     }
     /**
+     *
+     *
      * 
      * The time when the credentials expire. If not set, defaults to one hour from
      * when the server received the request.
@@ -1124,21 +1229,24 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
      * .google.protobuf.Timestamp expire_time = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> 
+            com.google.protobuf.Timestamp,
+            com.google.protobuf.Timestamp.Builder,
+            com.google.protobuf.TimestampOrBuilder>
         getExpireTimeFieldBuilder() {
       if (expireTimeBuilder_ == null) {
-        expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
-                getExpireTime(),
-                getParentForChildren(),
-                isClean());
+        expireTimeBuilder_ =
+            new com.google.protobuf.SingleFieldBuilderV3<
+                com.google.protobuf.Timestamp,
+                com.google.protobuf.Timestamp.Builder,
+                com.google.protobuf.TimestampOrBuilder>(
+                getExpireTime(), getParentForChildren(), isClean());
         expireTime_ = null;
       }
       return expireTimeBuilder_;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1148,12 +1256,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentRequest DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentRequest();
   }
@@ -1162,16 +1270,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultIn
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentRequest parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentRequest(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentRequest parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentRequest(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1186,6 +1294,4 @@ public com.google.protobuf.Parser getParserForType(
   public com.google.cloud.shell.v1.AuthorizeEnvironmentRequest getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
similarity index 73%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
index eecbaf19..1b0167e5 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentRequestOrBuilder.java
@@ -1,13 +1,31 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
-public interface AuthorizeEnvironmentRequestOrBuilder extends
+public interface AuthorizeEnvironmentRequestOrBuilder
+    extends
     // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentRequest)
     com.google.protobuf.MessageOrBuilder {
 
   /**
+   *
+   *
    * 
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should receive the credentials, for example
    * `users/me/environments/default` or
@@ -26,72 +47,90 @@ public interface AuthorizeEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The OAuth access token that should be sent to the environment.
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The idToken. */ java.lang.String getIdToken(); /** + * + * *
    * The OAuth ID token that should be sent to the environment.
    * 
* * string id_token = 4; + * * @return The bytes for idToken. */ - com.google.protobuf.ByteString - getIdTokenBytes(); + com.google.protobuf.ByteString getIdTokenBytes(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
    * 
* * .google.protobuf.Timestamp expire_time = 3; + * * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** + * + * *
    * The time when the credentials expire. If not set, defaults to one hour from
    * when the server received the request.
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
index a8a19c83..ee950279 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponse.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Response message for
  * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
  */
-public final class AuthorizeEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class AuthorizeEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
     AuthorizeEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use AuthorizeEnvironmentResponse.newBuilder() to construct.
   private AuthorizeEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private AuthorizeEnvironmentResponse() {
-  }
+
+  private AuthorizeEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new AuthorizeEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private AuthorizeEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private AuthorizeEnvironmentResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private AuthorizeEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+            com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
+    com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other =
+        (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,104 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-  public static Builder newBuilder(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
+
+  public static Builder newBuilder(
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [AuthorizeEnvironment][google.cloud.shell.v1.CloudShellService.AuthorizeEnvironment].
@@ -239,21 +266,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.AuthorizeEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
       com.google.cloud.shell.v1.AuthorizeEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class, com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.class,
+              com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.newBuilder()
@@ -261,16 +290,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +306,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +327,8 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
+      com.google.cloud.shell.v1.AuthorizeEnvironmentResponse result =
+          new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +337,39 @@ public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +377,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.AuthorizeEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.AuthorizeEnvironmentResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +398,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.AuthorizeEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +408,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +420,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
   private static final com.google.cloud.shell.v1.AuthorizeEnvironmentResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.AuthorizeEnvironmentResponse();
   }
@@ -402,16 +434,16 @@ public static com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultI
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public AuthorizeEnvironmentResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new AuthorizeEnvironmentResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public AuthorizeEnvironmentResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new AuthorizeEnvironmentResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +458,4 @@ public com.google.protobuf.Parser getParserForType
   public com.google.cloud.shell.v1.AuthorizeEnvironmentResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
new file mode 100644
index 00000000..47b02ea3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/AuthorizeEnvironmentResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface AuthorizeEnvironmentResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.AuthorizeEnvironmentResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
index 98411265..bb43b23b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetails.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Cloud-shell specific information that will be included as details in failure
  * responses.
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
  */
-public final class CloudShellErrorDetails extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CloudShellErrorDetails extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
     CloudShellErrorDetailsOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CloudShellErrorDetails.newBuilder() to construct.
   private CloudShellErrorDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private CloudShellErrorDetails() {
     code_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CloudShellErrorDetails();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CloudShellErrorDetails(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private CloudShellErrorDetails(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            code_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              code_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,36 +92,41 @@ private CloudShellErrorDetails(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+            com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+            com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Set of possible errors returned from API calls.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode} */ - public enum CloudShellErrorCode - implements com.google.protobuf.ProtocolMessageEnum { + public enum CloudShellErrorCode implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * An unknown error occurred.
      * 
@@ -112,6 +135,8 @@ public enum CloudShellErrorCode */ CLOUD_SHELL_ERROR_CODE_UNSPECIFIED(0), /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -121,6 +146,8 @@ public enum CloudShellErrorCode
      */
     IMAGE_UNAVAILABLE(1),
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -130,6 +157,8 @@ public enum CloudShellErrorCode
      */
     CLOUD_SHELL_DISABLED(2),
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -139,6 +168,8 @@ public enum CloudShellErrorCode
      */
     TOS_VIOLATION(4),
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -151,6 +182,8 @@ public enum CloudShellErrorCode
     ;
 
     /**
+     *
+     *
      * 
      * An unknown error occurred.
      * 
@@ -159,6 +192,8 @@ public enum CloudShellErrorCode */ public static final int CLOUD_SHELL_ERROR_CODE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The image used by the Cloud Shell environment either does not exist or
      * the user does not have access to it.
@@ -168,6 +203,8 @@ public enum CloudShellErrorCode
      */
     public static final int IMAGE_UNAVAILABLE_VALUE = 1;
     /**
+     *
+     *
      * 
      * Cloud Shell has been disabled by an administrator for the user making the
      * request.
@@ -177,6 +214,8 @@ public enum CloudShellErrorCode
      */
     public static final int CLOUD_SHELL_DISABLED_VALUE = 2;
     /**
+     *
+     *
      * 
      * Cloud Shell has been permanently disabled due to a Terms of Service
      * violation by the user.
@@ -186,6 +225,8 @@ public enum CloudShellErrorCode
      */
     public static final int TOS_VIOLATION_VALUE = 4;
     /**
+     *
+     *
      * 
      * The user has exhausted their weekly Cloud Shell quota, and Cloud Shell
      * will be disabled until the quota resets.
@@ -195,7 +236,6 @@ public enum CloudShellErrorCode
      */
     public static final int QUOTA_EXCEEDED_VALUE = 5;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -220,12 +260,18 @@ public static CloudShellErrorCode valueOf(int value) {
      */
     public static CloudShellErrorCode forNumber(int value) {
       switch (value) {
-        case 0: return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
-        case 1: return IMAGE_UNAVAILABLE;
-        case 2: return CLOUD_SHELL_DISABLED;
-        case 4: return TOS_VIOLATION;
-        case 5: return QUOTA_EXCEEDED;
-        default: return null;
+        case 0:
+          return CLOUD_SHELL_ERROR_CODE_UNSPECIFIED;
+        case 1:
+          return IMAGE_UNAVAILABLE;
+        case 2:
+          return CLOUD_SHELL_DISABLED;
+        case 4:
+          return TOS_VIOLATION;
+        case 5:
+          return QUOTA_EXCEEDED;
+        default:
+          return null;
       }
     }
 
@@ -233,28 +279,28 @@ public static CloudShellErrorCode forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        CloudShellErrorCode> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public CloudShellErrorCode findValueByNumber(int number) {
-              return CloudShellErrorCode.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap
+        internalValueMap =
+            new com.google.protobuf.Internal.EnumLiteMap() {
+              public CloudShellErrorCode findValueByNumber(int number) {
+                return CloudShellErrorCode.forNumber(number);
+              }
+            };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
       return com.google.cloud.shell.v1.CloudShellErrorDetails.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -263,8 +309,7 @@ public CloudShellErrorCode findValueByNumber(int number) {
     public static CloudShellErrorCode valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -284,31 +329,43 @@ private CloudShellErrorCode(int value) {
   public static final int CODE_FIELD_NUMBER = 1;
   private int code_;
   /**
+   *
+   *
    * 
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ - @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { + @java.lang.Override + public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -320,9 +377,11 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { output.writeEnum(1, code_); } unknownFields.writeTo(output); @@ -334,9 +393,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (code_ != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.CLOUD_SHELL_ERROR_CODE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, code_); + if (code_ + != com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode + .CLOUD_SHELL_ERROR_CODE_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, code_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -346,12 +407,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.CloudShellErrorDetails)) { return super.equals(obj); } - com.google.cloud.shell.v1.CloudShellErrorDetails other = (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; + com.google.cloud.shell.v1.CloudShellErrorDetails other = + (com.google.cloud.shell.v1.CloudShellErrorDetails) obj; if (code_ != other.code_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -372,97 +434,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.CloudShellErrorDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.CloudShellErrorDetails prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Cloud-shell specific information that will be included as details in failure
    * responses.
@@ -470,21 +539,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CloudShellErrorDetails)
       com.google.cloud.shell.v1.CloudShellErrorDetailsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CloudShellErrorDetails.class, com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
+              com.google.cloud.shell.v1.CloudShellErrorDetails.class,
+              com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CloudShellErrorDetails.newBuilder()
@@ -492,16 +563,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -511,9 +581,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor;
     }
 
     @java.lang.Override
@@ -532,7 +602,8 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
-      com.google.cloud.shell.v1.CloudShellErrorDetails result = new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
+      com.google.cloud.shell.v1.CloudShellErrorDetails result =
+          new com.google.cloud.shell.v1.CloudShellErrorDetails(this);
       result.code_ = code_;
       onBuilt();
       return result;
@@ -542,38 +613,39 @@ public com.google.cloud.shell.v1.CloudShellErrorDetails buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CloudShellErrorDetails) {
-        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails)other);
+        return mergeFrom((com.google.cloud.shell.v1.CloudShellErrorDetails) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -581,7 +653,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CloudShellErrorDetails other) {
-      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CloudShellErrorDetails.getDefaultInstance())
+        return this;
       if (other.code_ != 0) {
         setCodeValue(other.getCodeValue());
       }
@@ -616,80 +689,100 @@ public Builder mergeFrom(
 
     private int code_ = 0;
     /**
+     *
+     *
      * 
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ - @java.lang.Override public int getCodeValue() { + @java.lang.Override + public int getCodeValue() { return code_; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ public Builder setCodeValue(int value) { - + code_ = value; onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ @java.lang.Override public com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); - return result == null ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED : result; + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode result = + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.valueOf(code_); + return result == null + ? com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode.UNRECOGNIZED + : result; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode(com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { + public Builder setCode( + com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode value) { if (value == null) { throw new NullPointerException(); } - + code_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Code indicating the specific error the occurred.
      * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -699,12 +792,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CloudShellErrorDetails) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CloudShellErrorDetails) private static final com.google.cloud.shell.v1.CloudShellErrorDetails DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CloudShellErrorDetails(); } @@ -713,16 +806,16 @@ public static com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CloudShellErrorDetails parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new CloudShellErrorDetails(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CloudShellErrorDetails parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CloudShellErrorDetails(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -737,6 +830,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.CloudShellErrorDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java similarity index 55% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java index fb635d17..bd17b24d 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellErrorDetailsOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface CloudShellErrorDetailsOrBuilder extends +public interface CloudShellErrorDetailsOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CloudShellErrorDetails) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** + * + * *
    * Code indicating the specific error the occurred.
    * 
* * .google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode code = 1; + * * @return The code. */ com.google.cloud.shell.v1.CloudShellErrorDetails.CloudShellErrorCode getCode(); diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java new file mode 100644 index 00000000..819ddaf3 --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CloudShellProto.java @@ -0,0 +1,352 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public final class CloudShellProto { + private CloudShellProto() {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} + + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); + } + + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_Environment_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + return descriptor; + } + + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; + + static { + java.lang.String[] descriptorData = { + "\n&google/cloud/shell/v1/cloudshell.proto" + + "\022\025google.cloud.shell.v1\032\034google/api/anno" + + "tations.proto\032\027google/api/client.proto\032\037" + + "google/api/field_behavior.proto\032\031google/" + + "api/resource.proto\032#google/longrunning/o" + + "perations.proto\032 google/protobuf/field_m" + + "ask.proto\032\037google/protobuf/timestamp.pro" + + "to\"\263\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\005\022\017\n" + + "\002id\030\002 \001(\tB\003\340A\003\022\034\n\014docker_image\030\003 \001(\tB\006\340A" + + "\002\340A\005\022<\n\005state\030\004 \001(\0162(.google.cloud.shell" + + ".v1.Environment.StateB\003\340A\003\022\025\n\010web_host\030\014" + + " \001(\tB\003\340A\003\022\031\n\014ssh_username\030\005 \001(\tB\003\340A\003\022\025\n\010" + + "ssh_host\030\006 \001(\tB\003\340A\003\022\025\n\010ssh_port\030\007 \001(\005B\003\340" + + "A\003\022\030\n\013public_keys\030\010 \003(\tB\003\340A\003\"U\n\005State\022\025\n" + + "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUSPENDED\020\001\022\013\n\007P" + + "ENDING\020\002\022\013\n\007RUNNING\020\003\022\014\n\010DELETING\020\004:S\352AP" + + "\n%cloudshell.googleapis.com/Environment\022" + + "\'users/{user}/environments/{environment}" + + "\"T\n\025GetEnvironmentRequest\022;\n\004name\030\001 \001(\tB" + + "-\340A\002\372A\'\n%cloudshell.googleapis.com/Envir" + + "onment\"\033\n\031CreateEnvironmentMetadata\"\033\n\031D" + + "eleteEnvironmentMetadata\"R\n\027StartEnviron" + + "mentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014access_toke" + + "n\030\002 \001(\t\022\023\n\013public_keys\030\003 \003(\t\"\204\001\n\033Authori" + + "zeEnvironmentRequest\022\014\n\004name\030\001 \001(\t\022\024\n\014ac" + + "cess_token\030\002 \001(\t\022\020\n\010id_token\030\004 \001(\t\022/\n\013ex" + + "pire_time\030\003 \001(\0132\032.google.protobuf.Timest" + + "amp\"\036\n\034AuthorizeEnvironmentResponse\"\036\n\034A" + + "uthorizeEnvironmentMetadata\"\322\001\n\030StartEnv" + + "ironmentMetadata\022D\n\005state\030\001 \001(\01625.google" + + ".cloud.shell.v1.StartEnvironmentMetadata" + + ".State\"p\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\014" + + "\n\010STARTING\020\001\022\024\n\020UNARCHIVING_DISK\020\002\022\036\n\032AW" + + "AITING_COMPUTE_RESOURCES\020\004\022\014\n\010FINISHED\020\003" + + "\"S\n\030StartEnvironmentResponse\0227\n\013environm" + + "ent\030\001 \001(\0132\".google.cloud.shell.v1.Enviro" + + "nment\"7\n\023AddPublicKeyRequest\022\023\n\013environm" + + "ent\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"#\n\024AddPublicKeyRe" + + "sponse\022\013\n\003key\030\001 \001(\t\"\026\n\024AddPublicKeyMetad" + + "ata\":\n\026RemovePublicKeyRequest\022\023\n\013environ" + + "ment\030\001 \001(\t\022\013\n\003key\030\002 \001(\t\"\031\n\027RemovePublicK" + + "eyResponse\"\031\n\027RemovePublicKeyMetadata\"\201\002" + + "\n\026CloudShellErrorDetails\022O\n\004code\030\001 \001(\0162A" + + ".google.cloud.shell.v1.CloudShellErrorDe" + + "tails.CloudShellErrorCode\"\225\001\n\023CloudShell" + + "ErrorCode\022&\n\"CLOUD_SHELL_ERROR_CODE_UNSP" + + "ECIFIED\020\000\022\025\n\021IMAGE_UNAVAILABLE\020\001\022\030\n\024CLOU" + + "D_SHELL_DISABLED\020\002\022\021\n\rTOS_VIOLATION\020\004\022\022\n" + + "\016QUOTA_EXCEEDED\020\0052\324\010\n\021CloudShellService\022" + + "\224\001\n\016GetEnvironment\022,.google.cloud.shell." + + "v1.GetEnvironmentRequest\032\".google.cloud." + + "shell.v1.Environment\"0\202\323\344\223\002#\022!/v1/{name=" + + "users/*/environments/*}\332A\004name\022\314\001\n\020Start" + + "Environment\022..google.cloud.shell.v1.Star" + + "tEnvironmentRequest\032\035.google.longrunning" + + ".Operation\"i\202\323\344\223\002,\"\'/v1/{name=users/*/en" + + "vironments/*}:start:\001*\312A4\n\030StartEnvironm" + + "entResponse\022\030StartEnvironmentMetadata\022\340\001" + + "\n\024AuthorizeEnvironment\0222.google.cloud.sh" + + "ell.v1.AuthorizeEnvironmentRequest\032\035.goo" + + "gle.longrunning.Operation\"u\202\323\344\223\0020\"+/v1/{" + + "name=users/*/environments/*}:authorize:\001" + + "*\312A<\n\034AuthorizeEnvironmentResponse\022\034Auth" + + "orizeEnvironmentMetadata\022\312\001\n\014AddPublicKe" + + "y\022*.google.cloud.shell.v1.AddPublicKeyRe" + + "quest\032\035.google.longrunning.Operation\"o\202\323" + + "\344\223\002:\"5/v1/{environment=users/*/environme" + + "nts/*}:addPublicKey:\001*\312A,\n\024AddPublicKeyR" + + "esponse\022\024AddPublicKeyMetadata\022\331\001\n\017Remove" + + "PublicKey\022-.google.cloud.shell.v1.Remove" + + "PublicKeyRequest\032\035.google.longrunning.Op" + + "eration\"x\202\323\344\223\002=\"8/v1/{environment=users/" + + "*/environments/*}:removePublicKey:\001*\312A2\n" + + "\027RemovePublicKeyResponse\022\027RemovePublicKe" + + "yMetadata\032M\312A\031cloudshell.googleapis.com\322" + + "A.https://www.googleapis.com/auth/cloud-" + + "platformBj\n\031com.google.cloud.shell.v1B\017C" + + "loudShellProtoP\001Z:google.golang.org/genp" + + "roto/googleapis/cloud/shell/v1;shellb\006pr" + + "oto3" + }; + descriptor = + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( + descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_shell_v1_Environment_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_Environment_descriptor, + new java.lang.String[] { + "Name", + "Id", + "DockerImage", + "State", + "WebHost", + "SshUsername", + "SshHost", + "SshPort", + "PublicKeys", + }); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", + }); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "PublicKeys", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentRequest_descriptor, + new java.lang.String[] { + "Name", "AccessToken", "IdToken", "ExpireTime", + }); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AuthorizeEnvironmentMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor, + new java.lang.String[] { + "State", + }); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor, + new java.lang.String[] { + "Environment", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyResponse_descriptor, + new java.lang.String[] { + "Key", + }); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_AddPublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor, + new java.lang.String[] { + "Environment", "Key", + }); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor, + new java.lang.String[] {}); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_shell_v1_CloudShellErrorDetails_descriptor, + new java.lang.String[] { + "Code", + }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( + descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java index 53d401c2..fd894136 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
  */
-public final class CreateEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class CreateEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
     CreateEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use CreateEnvironmentMetadata.newBuilder() to construct.
   private CreateEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private CreateEnvironmentMetadata() {
-  }
+
+  private CreateEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new CreateEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private CreateEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private CreateEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private CreateEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.CreateEnvironmentMetadata other = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.CreateEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.CreateEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.CreateEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.CreateEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [CreateEnvironment][google.cloud.shell.v1.CloudShellService.CreateEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.CreateEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.CreateEnvironmentMetadata)
       com.google.cloud.shell.v1.CreateEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class, com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.CreateEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.CreateEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_CreateEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.CreateEnvironmentMetadata result = new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.CreateEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.CreateEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.CreateEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.CreateEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.CreateEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.CreateEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.CreateEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.CreateEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.CreateEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.CreateEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.CreateEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public CreateEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new CreateEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public CreateEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new CreateEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.CreateEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..2fdf33b3
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/CreateEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface CreateEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.CreateEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
similarity index 66%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
index b34aa9b2..d3449695 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
  */
-public final class DeleteEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class DeleteEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
     DeleteEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use DeleteEnvironmentMetadata.newBuilder() to construct.
   private DeleteEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private DeleteEnvironmentMetadata() {
-  }
+
+  private DeleteEnvironmentMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new DeleteEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private DeleteEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private DeleteEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private DeleteEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
+    com.google.cloud.shell.v1.DeleteEnvironmentMetadata other =
+        (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.DeleteEnvironmentMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [DeleteEnvironment][google.cloud.shell.v1.CloudShellService.DeleteEnvironment].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.DeleteEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.DeleteEnvironmentMetadata)
       com.google.cloud.shell.v1.DeleteEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class, com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.DeleteEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.DeleteEnvironmentMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_DeleteEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.DeleteEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.DeleteEnvironmentMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.DeleteEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.DeleteEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.DeleteEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.DeleteEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.DeleteEnvironmentMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.DeleteEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.DeleteEnvironmentMetadata)
   private static final com.google.cloud.shell.v1.DeleteEnvironmentMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.DeleteEnvironmentMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInst
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public DeleteEnvironmentMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new DeleteEnvironmentMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public DeleteEnvironmentMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new DeleteEnvironmentMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType()
   public com.google.cloud.shell.v1.DeleteEnvironmentMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
new file mode 100644
index 00000000..1d69025b
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/DeleteEnvironmentMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface DeleteEnvironmentMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.DeleteEnvironmentMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
similarity index 75%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
index a8dd1067..9fce14b2 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/Environment.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * A Cloud Shell environment, which is defined as the combination of a Docker
  * image specifying what is installed on the environment and a home directory
@@ -13,15 +30,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.Environment}
  */
-public final class Environment extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class Environment extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.Environment)
     EnvironmentOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private Environment() {
     name_ = "";
     id_ = "";
@@ -35,16 +53,15 @@ private Environment() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new Environment();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private Environment(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -64,69 +81,77 @@ private Environment(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
-
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            id_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            dockerImage_ = s;
-            break;
-          }
-          case 32: {
-            int rawValue = input.readEnum();
+              id_ = s;
+              break;
+            }
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            state_ = rawValue;
-            break;
-          }
-          case 42: {
-            java.lang.String s = input.readStringRequireUtf8();
+              dockerImage_ = s;
+              break;
+            }
+          case 32:
+            {
+              int rawValue = input.readEnum();
 
-            sshUsername_ = s;
-            break;
-          }
-          case 50: {
-            java.lang.String s = input.readStringRequireUtf8();
+              state_ = rawValue;
+              break;
+            }
+          case 42:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshHost_ = s;
-            break;
-          }
-          case 56: {
+              sshUsername_ = s;
+              break;
+            }
+          case 50:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            sshPort_ = input.readInt32();
-            break;
-          }
-          case 66: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              sshHost_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          case 98: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 56:
+            {
+              sshPort_ = input.readInt32();
+              break;
+            }
+          case 66:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          case 98:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            webHost_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              webHost_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -134,8 +159,7 @@ private Environment(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -144,29 +168,35 @@ private Environment(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+            com.google.cloud.shell.v1.Environment.class,
+            com.google.cloud.shell.v1.Environment.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible execution states for an environment.
    * 
* * Protobuf enum {@code google.cloud.shell.v1.Environment.State} */ - public enum State - implements com.google.protobuf.ProtocolMessageEnum { + public enum State implements com.google.protobuf.ProtocolMessageEnum { /** + * + * *
      * The environment's states is unknown.
      * 
@@ -175,6 +205,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -184,6 +216,8 @@ public enum State
      */
     SUSPENDED(1),
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -193,6 +227,8 @@ public enum State
      */
     PENDING(2),
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -203,6 +239,8 @@ public enum State
      */
     RUNNING(3),
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -214,6 +252,8 @@ public enum State ; /** + * + * *
      * The environment's states is unknown.
      * 
@@ -222,6 +262,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is not running and can't be connected to. Starting the
      * environment will transition it to the PENDING state.
@@ -231,6 +273,8 @@ public enum State
      */
     public static final int SUSPENDED_VALUE = 1;
     /**
+     *
+     *
      * 
      * The environment is being started but is not yet ready to accept
      * connections.
@@ -240,6 +284,8 @@ public enum State
      */
     public static final int PENDING_VALUE = 2;
     /**
+     *
+     *
      * 
      * The environment is running and ready to accept connections. It will
      * automatically transition back to DISABLED after a period of inactivity or
@@ -250,6 +296,8 @@ public enum State
      */
     public static final int RUNNING_VALUE = 3;
     /**
+     *
+     *
      * 
      * The environment is being deleted and can't be connected to.
      * 
@@ -258,7 +306,6 @@ public enum State */ public static final int DELETING_VALUE = 4; - public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -283,51 +330,53 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: return STATE_UNSPECIFIED; - case 1: return SUSPENDED; - case 2: return PENDING; - case 3: return RUNNING; - case 4: return DELETING; - default: return null; + case 0: + return STATE_UNSPECIFIED; + case 1: + return SUSPENDED; + case 2: + return PENDING; + case 3: + return RUNNING; + case 4: + return DELETING; + default: + return null; } } - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static final com.google.protobuf.Internal.EnumLiteMap< - State> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.forNumber(number); - } - }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.cloud.shell.v1.Environment.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -347,6 +396,8 @@ private State(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -356,6 +407,7 @@ private State(int value) {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ @java.lang.Override @@ -364,14 +416,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -381,16 +434,15 @@ public java.lang.String getName() {
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -401,12 +453,15 @@ public java.lang.String getName() { public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ @java.lang.Override @@ -415,30 +470,30 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -449,12 +504,17 @@ public java.lang.String getId() { public static final int DOCKER_IMAGE_FIELD_NUMBER = 3; private volatile java.lang.Object dockerImage_; /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ @java.lang.Override @@ -463,30 +523,32 @@ public java.lang.String getDockerImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; } } /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ @java.lang.Override - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -497,39 +559,55 @@ public java.lang.String getDockerImage() { public static final int STATE_FIELD_NUMBER = 4; private int state_; /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } public static final int WEB_HOST_FIELD_NUMBER = 12; private volatile java.lang.Object webHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ @java.lang.Override @@ -538,30 +616,30 @@ public java.lang.String getWebHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -572,12 +650,15 @@ public java.lang.String getWebHost() { public static final int SSH_USERNAME_FIELD_NUMBER = 5; private volatile java.lang.Object sshUsername_; /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ @java.lang.Override @@ -586,30 +667,30 @@ public java.lang.String getSshUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; } } /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -620,12 +701,15 @@ public java.lang.String getSshUsername() { public static final int SSH_HOST_FIELD_NUMBER = 6; private volatile java.lang.Object sshHost_; /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ @java.lang.Override @@ -634,30 +718,30 @@ public java.lang.String getSshHost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; } } /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ @java.lang.Override - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -668,12 +752,15 @@ public java.lang.String getSshHost() { public static final int SSH_PORT_FIELD_NUMBER = 7; private int sshPort_; /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -684,6 +771,8 @@ public int getSshPort() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 8; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -693,13 +782,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -709,12 +800,15 @@ public int getSshPort() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -724,6 +818,7 @@ public int getPublicKeysCount() {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -731,6 +826,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -740,15 +837,16 @@ public java.lang.String getPublicKeys(int index) {
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -760,8 +858,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -808,8 +905,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dockerImage_); } if (state_ != com.google.cloud.shell.v1.Environment.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(4, state_); + size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sshUsername_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sshUsername_); @@ -818,8 +914,7 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, sshHost_); } if (sshPort_ != 0) { - size += com.google.protobuf.CodedOutputStream - .computeInt32Size(7, sshPort_); + size += com.google.protobuf.CodedOutputStream.computeInt32Size(7, sshPort_); } { int dataSize = 0; @@ -840,30 +935,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.Environment)) { return super.equals(obj); } com.google.cloud.shell.v1.Environment other = (com.google.cloud.shell.v1.Environment) obj; - if (!getName() - .equals(other.getName())) return false; - if (!getId() - .equals(other.getId())) return false; - if (!getDockerImage() - .equals(other.getDockerImage())) return false; + if (!getName().equals(other.getName())) return false; + if (!getId().equals(other.getId())) return false; + if (!getDockerImage().equals(other.getDockerImage())) return false; if (state_ != other.state_) return false; - if (!getWebHost() - .equals(other.getWebHost())) return false; - if (!getSshUsername() - .equals(other.getSshUsername())) return false; - if (!getSshHost() - .equals(other.getSshHost())) return false; - if (getSshPort() - != other.getSshPort()) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + if (!getWebHost().equals(other.getWebHost())) return false; + if (!getSshUsername().equals(other.getSshUsername())) return false; + if (!getSshHost().equals(other.getSshHost())) return false; + if (getSshPort() != other.getSshPort()) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -900,97 +987,103 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.Environment parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.ByteString data) + + public static com.google.cloud.shell.v1.Environment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.Environment parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.Environment parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.Environment parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.Environment prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * A Cloud Shell environment, which is defined as the combination of a Docker
    * image specifying what is installed on the environment and a home directory
@@ -1000,21 +1093,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.Environment}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.Environment)
       com.google.cloud.shell.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.Environment.class, com.google.cloud.shell.v1.Environment.Builder.class);
+              com.google.cloud.shell.v1.Environment.class,
+              com.google.cloud.shell.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.Environment.newBuilder()
@@ -1022,16 +1117,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1057,9 +1151,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1078,7 +1172,8 @@ public com.google.cloud.shell.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.Environment buildPartial() {
-      com.google.cloud.shell.v1.Environment result = new com.google.cloud.shell.v1.Environment(this);
+      com.google.cloud.shell.v1.Environment result =
+          new com.google.cloud.shell.v1.Environment(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.id_ = id_;
@@ -1101,38 +1196,39 @@ public com.google.cloud.shell.v1.Environment buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.Environment) {
-        return mergeFrom((com.google.cloud.shell.v1.Environment)other);
+        return mergeFrom((com.google.cloud.shell.v1.Environment) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1209,10 +1305,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1222,13 +1321,13 @@ public Builder mergeFrom(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1237,6 +1336,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1246,15 +1347,14 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -1262,6 +1362,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1271,20 +1373,22 @@ public java.lang.String getName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1294,15 +1398,18 @@ public Builder setName(
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Immutable. Full name of this resource, in the format
      * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -1312,16 +1419,16 @@ public Builder clearName() {
      * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1329,19 +1436,21 @@ public Builder setNameBytes( private java.lang.Object id_ = ""; /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1350,21 +1459,22 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - public com.google.protobuf.ByteString - getIdBytes() { + public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { @@ -1372,57 +1482,64 @@ public java.lang.String getId() { } } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId( - java.lang.String value) { + public Builder setId(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** + * + * *
      * Output only. The environment's identifier, unique among the user's
      * environments.
      * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes( - com.google.protobuf.ByteString value) { + public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1430,19 +1547,23 @@ public Builder setIdBytes( private java.lang.Object dockerImage_ = ""; /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ public java.lang.String getDockerImage() { java.lang.Object ref = dockerImage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); dockerImage_ = s; return s; @@ -1451,21 +1572,24 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - public com.google.protobuf.ByteString - getDockerImageBytes() { + public com.google.protobuf.ByteString getDockerImageBytes() { java.lang.Object ref = dockerImage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); dockerImage_ = b; return b; } else { @@ -1473,57 +1597,70 @@ public java.lang.String getDockerImage() { } } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImage( - java.lang.String value) { + public Builder setDockerImage(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + dockerImage_ = value; onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return This builder for chaining. */ public Builder clearDockerImage() { - + dockerImage_ = getDefaultInstance().getDockerImage(); onChanged(); return this; } /** + * + * *
      * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
      * "gcr.io/dev-con/cloud-devshell:latest".
      * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @param value The bytes for dockerImage to set. * @return This builder for chaining. */ - public Builder setDockerImageBytes( - com.google.protobuf.ByteString value) { + public Builder setDockerImageBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + dockerImage_ = value; onChanged(); return this; @@ -1531,51 +1668,73 @@ public Builder setDockerImageBytes( private int state_ = 0; /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.Environment.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.Environment.State result = com.google.cloud.shell.v1.Environment.State.valueOf(state_); + com.google.cloud.shell.v1.Environment.State result = + com.google.cloud.shell.v1.Environment.State.valueOf(state_); return result == null ? com.google.cloud.shell.v1.Environment.State.UNRECOGNIZED : result; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @param value The state to set. * @return This builder for chaining. */ @@ -1583,21 +1742,26 @@ public Builder setState(com.google.cloud.shell.v1.Environment.State value) { if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Output only. Current execution state of this environment.
      * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; @@ -1605,19 +1769,21 @@ public Builder clearState() { private java.lang.Object webHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ public java.lang.String getWebHost() { java.lang.Object ref = webHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); webHost_ = s; return s; @@ -1626,21 +1792,22 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - public com.google.protobuf.ByteString - getWebHostBytes() { + public com.google.protobuf.ByteString getWebHostBytes() { java.lang.Object ref = webHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); webHost_ = b; return b; } else { @@ -1648,57 +1815,64 @@ public java.lang.String getWebHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The webHost to set. * @return This builder for chaining. */ - public Builder setWebHost( - java.lang.String value) { + public Builder setWebHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + webHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearWebHost() { - + webHost_ = getDefaultInstance().getWebHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate HTTPS or WSS
      * connections with the environment.
      * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for webHost to set. * @return This builder for chaining. */ - public Builder setWebHostBytes( - com.google.protobuf.ByteString value) { + public Builder setWebHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + webHost_ = value; onChanged(); return this; @@ -1706,19 +1880,21 @@ public Builder setWebHostBytes( private java.lang.Object sshUsername_ = ""; /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ public java.lang.String getSshUsername() { java.lang.Object ref = sshUsername_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshUsername_ = s; return s; @@ -1727,21 +1903,22 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - public com.google.protobuf.ByteString - getSshUsernameBytes() { + public com.google.protobuf.ByteString getSshUsernameBytes() { java.lang.Object ref = sshUsername_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshUsername_ = b; return b; } else { @@ -1749,57 +1926,64 @@ public java.lang.String getSshUsername() { } } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsername( - java.lang.String value) { + public Builder setSshUsername(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshUsername_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshUsername() { - + sshUsername_ = getDefaultInstance().getSshUsername(); onChanged(); return this; } /** + * + * *
      * Output only. Username that clients should use when initiating SSH sessions
      * with the environment.
      * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshUsername to set. * @return This builder for chaining. */ - public Builder setSshUsernameBytes( - com.google.protobuf.ByteString value) { + public Builder setSshUsernameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshUsername_ = value; onChanged(); return this; @@ -1807,19 +1991,21 @@ public Builder setSshUsernameBytes( private java.lang.Object sshHost_ = ""; /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ public java.lang.String getSshHost() { java.lang.Object ref = sshHost_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); sshHost_ = s; return s; @@ -1828,21 +2014,22 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - public com.google.protobuf.ByteString - getSshHostBytes() { + public com.google.protobuf.ByteString getSshHostBytes() { java.lang.Object ref = sshHost_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); sshHost_ = b; return b; } else { @@ -1850,70 +2037,80 @@ public java.lang.String getSshHost() { } } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshHost to set. * @return This builder for chaining. */ - public Builder setSshHost( - java.lang.String value) { + public Builder setSshHost(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + sshHost_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshHost() { - + sshHost_ = getDefaultInstance().getSshHost(); onChanged(); return this; } /** + * + * *
      * Output only. Host to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes for sshHost to set. * @return This builder for chaining. */ - public Builder setSshHostBytes( - com.google.protobuf.ByteString value) { + public Builder setSshHostBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + sshHost_ = value; onChanged(); return this; } - private int sshPort_ ; + private int sshPort_; /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ @java.lang.Override @@ -1921,45 +2118,55 @@ public int getSshPort() { return sshPort_; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The sshPort to set. * @return This builder for chaining. */ public Builder setSshPort(int value) { - + sshPort_ = value; onChanged(); return this; } /** + * + * *
      * Output only. Port to which clients can connect to initiate SSH sessions
      * with the environment.
      * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearSshPort() { - + sshPort_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1969,13 +2176,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -1985,12 +2194,15 @@ private void ensurePublicKeysIsMutable() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2000,6 +2212,7 @@ public int getPublicKeysCount() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -2007,6 +2220,8 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2016,14 +2231,16 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2033,21 +2250,23 @@ public java.lang.String getPublicKeys(int index) {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2057,20 +2276,22 @@ public Builder setPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2080,18 +2301,19 @@ public Builder addPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2101,6 +2323,7 @@ public Builder addAllPublicKeys(
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -2110,6 +2333,8 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Output only. Public keys associated with the environment. Clients can
      * connect to this environment via SSH only if they possess a private key
@@ -2119,23 +2344,23 @@ public Builder clearPublicKeys() {
      * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2145,12 +2370,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.Environment) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.Environment) private static final com.google.cloud.shell.v1.Environment DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.Environment(); } @@ -2159,16 +2384,16 @@ public static com.google.cloud.shell.v1.Environment getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Environment parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Environment(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Environment parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Environment(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2183,6 +2408,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.Environment getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentName.java diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java similarity index 78% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java index 4ef5c4e7..3e446231 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/EnvironmentOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface EnvironmentOrBuilder extends +public interface EnvironmentOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.Environment) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -17,10 +35,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Immutable. Full name of this resource, in the format
    * `users/{owner_email}/environments/{environment_id}`. `{owner_email}` is the
@@ -30,152 +51,196 @@ public interface EnvironmentOrBuilder extends
    * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The id. */ java.lang.String getId(); /** + * + * *
    * Output only. The environment's identifier, unique among the user's
    * environments.
    * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for id. */ - com.google.protobuf.ByteString - getIdBytes(); + com.google.protobuf.ByteString getIdBytes(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The dockerImage. */ java.lang.String getDockerImage(); /** + * + * *
    * Required. Immutable. Full path to the Docker image used to run this environment, e.g.
    * "gcr.io/dev-con/cloud-devshell:latest".
    * 
* - * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * string docker_image = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * + * * @return The bytes for dockerImage. */ - com.google.protobuf.ByteString - getDockerImageBytes(); + com.google.protobuf.ByteString getDockerImageBytes(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Output only. Current execution state of this environment.
    * 
* - * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * .google.cloud.shell.v1.Environment.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * + * * @return The state. */ com.google.cloud.shell.v1.Environment.State getState(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The webHost. */ java.lang.String getWebHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate HTTPS or WSS
    * connections with the environment.
    * 
* * string web_host = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for webHost. */ - com.google.protobuf.ByteString - getWebHostBytes(); + com.google.protobuf.ByteString getWebHostBytes(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshUsername. */ java.lang.String getSshUsername(); /** + * + * *
    * Output only. Username that clients should use when initiating SSH sessions
    * with the environment.
    * 
* * string ssh_username = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshUsername. */ - com.google.protobuf.ByteString - getSshUsernameBytes(); + com.google.protobuf.ByteString getSshUsernameBytes(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshHost. */ java.lang.String getSshHost(); /** + * + * *
    * Output only. Host to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * string ssh_host = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The bytes for sshHost. */ - com.google.protobuf.ByteString - getSshHostBytes(); + com.google.protobuf.ByteString getSshHostBytes(); /** + * + * *
    * Output only. Port to which clients can connect to initiate SSH sessions
    * with the environment.
    * 
* * int32 ssh_port = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The sshPort. */ int getSshPort(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -185,11 +250,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -199,10 +266,13 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -212,11 +282,14 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Output only. Public keys associated with the environment. Clients can
    * connect to this environment via SSH only if they possess a private key
@@ -226,9 +299,9 @@ public interface EnvironmentOrBuilder extends
    * 
* * repeated string public_keys = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java index 7d84baae..6c10a26f 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
  */
-public final class GetEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class GetEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.GetEnvironmentRequest)
     GetEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use GetEnvironmentRequest.newBuilder() to construct.
   private GetEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private GetEnvironmentRequest() {
     name_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new GetEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private GetEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private GetEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              name_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,35 +92,42 @@ private GetEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+            com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ @java.lang.Override @@ -111,30 +136,32 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Required. Name of the requested resource, for example `users/me/environments/default`
    * or `users/someone@example.com/environments/default`.
    * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -143,6 +170,7 @@ public java.lang.String getName() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -154,8 +182,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -179,15 +206,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.GetEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.GetEnvironmentRequest other = (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; + com.google.cloud.shell.v1.GetEnvironmentRequest other = + (com.google.cloud.shell.v1.GetEnvironmentRequest) obj; - if (!getName() - .equals(other.getName())) return false; + if (!getName().equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -206,97 +233,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.GetEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.GetEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
@@ -304,21 +338,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.GetEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.GetEnvironmentRequest)
       com.google.cloud.shell.v1.GetEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.GetEnvironmentRequest.class, com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.GetEnvironmentRequest.class,
+              com.google.cloud.shell.v1.GetEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.GetEnvironmentRequest.newBuilder()
@@ -326,16 +362,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -345,9 +380,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_GetEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -366,7 +401,8 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.GetEnvironmentRequest result = new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
+      com.google.cloud.shell.v1.GetEnvironmentRequest result =
+          new com.google.cloud.shell.v1.GetEnvironmentRequest(this);
       result.name_ = name_;
       onBuilt();
       return result;
@@ -376,38 +412,39 @@ public com.google.cloud.shell.v1.GetEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.GetEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.GetEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -415,7 +452,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.GetEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.GetEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -451,19 +489,23 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -472,21 +514,24 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -494,64 +539,77 @@ public java.lang.String getName() { } } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Required. Name of the requested resource, for example `users/me/environments/default`
      * or `users/someone@example.com/environments/default`.
      * 
* - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -561,12 +619,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.GetEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.GetEnvironmentRequest) private static final com.google.cloud.shell.v1.GetEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.GetEnvironmentRequest(); } @@ -575,16 +633,16 @@ public static com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -599,6 +657,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.GetEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java new file mode 100644 index 00000000..0976807c --- /dev/null +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/GetEnvironmentRequestOrBuilder.java @@ -0,0 +1,56 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/shell/v1/cloudshell.proto + +package com.google.cloud.shell.v1; + +public interface GetEnvironmentRequestOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.GetEnvironmentRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The name. + */ + java.lang.String getName(); + /** + * + * + *
+   * Required. Name of the requested resource, for example `users/me/environments/default`
+   * or `users/someone@example.com/environments/default`.
+   * 
+ * + * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * + * + * @return The bytes for name. + */ + com.google.protobuf.ByteString getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java index 932c67e9..77c39721 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadata.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the metadata field of operations returned from
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
  */
-public final class RemovePublicKeyMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
     RemovePublicKeyMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyMetadata.newBuilder() to construct.
   private RemovePublicKeyMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyMetadata() {
-  }
+
+  private RemovePublicKeyMetadata() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyMetadata(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+            com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyMetadata other = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyMetadata other =
+        (com.google.cloud.shell.v1.RemovePublicKeyMetadata) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyMetadata parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyMetadata prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Message included in the metadata field of operations returned from
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyMetadata)
       com.google.cloud.shell.v1.RemovePublicKeyMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class, com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.class,
+              com.google.cloud.shell.v1.RemovePublicKeyMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyMetadata.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyMetadata result = new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
+      com.google.cloud.shell.v1.RemovePublicKeyMetadata result =
+          new com.google.cloud.shell.v1.RemovePublicKeyMetadata(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyMetadata other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyMetadata.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyMetadata)
   private static final com.google.cloud.shell.v1.RemovePublicKeyMetadata DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyMetadata();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyMetadata parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyMetadata(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyMetadata parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyMetadata(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyMetadata getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
new file mode 100644
index 00000000..7f53e700
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyMetadataOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyMetadataOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyMetadata)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
similarity index 70%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
index 6be3e06f..0497d854 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequest.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Request message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
  */
-public final class RemovePublicKeyRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
     RemovePublicKeyRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyRequest.newBuilder() to construct.
   private RemovePublicKeyRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private RemovePublicKeyRequest() {
     environment_ = "";
     key_ = "";
@@ -27,16 +45,15 @@ private RemovePublicKeyRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -55,25 +72,27 @@ private RemovePublicKeyRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            environment_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              environment_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            key_ = s;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              key_ = s;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,35 +100,40 @@ private RemovePublicKeyRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+            com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
+   *
+   *
    * 
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ @java.lang.Override @@ -118,30 +142,30 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -152,11 +176,14 @@ public java.lang.String getEnvironment() { public static final int KEY_FIELD_NUMBER = 2; private volatile java.lang.Object key_; /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ @java.lang.Override @@ -165,29 +192,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -196,6 +223,7 @@ public java.lang.String getKey() { } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -207,8 +235,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -238,17 +265,16 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.RemovePublicKeyRequest other = (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; + com.google.cloud.shell.v1.RemovePublicKeyRequest other = + (com.google.cloud.shell.v1.RemovePublicKeyRequest) obj; - if (!getEnvironment() - .equals(other.getEnvironment())) return false; - if (!getKey() - .equals(other.getKey())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getKey().equals(other.getKey())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -269,97 +295,104 @@ public int hashCode() { return hash; } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data) + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.RemovePublicKeyRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -367,21 +400,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyRequest)
       com.google.cloud.shell.v1.RemovePublicKeyRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyRequest.class, com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.class,
+              com.google.cloud.shell.v1.RemovePublicKeyRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyRequest.newBuilder()
@@ -389,16 +424,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -410,9 +444,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyRequest_descriptor;
     }
 
     @java.lang.Override
@@ -431,7 +465,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyRequest result = new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
+      com.google.cloud.shell.v1.RemovePublicKeyRequest result =
+          new com.google.cloud.shell.v1.RemovePublicKeyRequest(this);
       result.environment_ = environment_;
       result.key_ = key_;
       onBuilt();
@@ -442,38 +477,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -481,7 +517,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyRequest other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyRequest.getDefaultInstance())
+        return this;
       if (!other.getEnvironment().isEmpty()) {
         environment_ = other.environment_;
         onChanged();
@@ -521,19 +558,21 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
+     *
+     *
      * 
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -542,21 +581,22 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return The bytes for environment. */ - public com.google.protobuf.ByteString - getEnvironmentBytes() { + public com.google.protobuf.ByteString getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); environment_ = b; return b; } else { @@ -564,57 +604,64 @@ public java.lang.String getEnvironment() { } } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment( - java.lang.String value) { + public Builder setEnvironment(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** + * + * *
      * Environment this key should be removed from, e.g.
      * `users/me/environments/default`.
      * 
* * string environment = 1; + * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes( - com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; @@ -622,18 +669,20 @@ public Builder setEnvironmentBytes( private java.lang.Object key_ = ""; /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -642,20 +691,21 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return The bytes for key. */ - public com.google.protobuf.ByteString - getKeyBytes() { + public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); key_ = b; return b; } else { @@ -663,61 +713,68 @@ public java.lang.String getKey() { } } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey( - java.lang.String value) { + public Builder setKey(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** + * + * *
      * Key that should be removed from the environment.
      * 
* * string key = 2; + * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + public Builder setKeyBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -727,12 +784,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyRequest) private static final com.google.cloud.shell.v1.RemovePublicKeyRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyRequest(); } @@ -741,16 +798,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RemovePublicKeyRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RemovePublicKeyRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RemovePublicKeyRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RemovePublicKeyRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -765,6 +822,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.RemovePublicKeyRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java similarity index 56% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java index eddb472a..af48506a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyRequestOrBuilder.java @@ -1,51 +1,77 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface RemovePublicKeyRequestOrBuilder extends +public interface RemovePublicKeyRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The environment. */ java.lang.String getEnvironment(); /** + * + * *
    * Environment this key should be removed from, e.g.
    * `users/me/environments/default`.
    * 
* * string environment = 1; + * * @return The bytes for environment. */ - com.google.protobuf.ByteString - getEnvironmentBytes(); + com.google.protobuf.ByteString getEnvironmentBytes(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The key. */ java.lang.String getKey(); /** + * + * *
    * Key that should be removed from the environment.
    * 
* * string key = 2; + * * @return The bytes for key. */ - com.google.protobuf.ByteString - getKeyBytes(); + com.google.protobuf.ByteString getKeyBytes(); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java similarity index 66% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java index ef94d461..f88f1f10 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Response message for
  * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -11,30 +28,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
  */
-public final class RemovePublicKeyResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class RemovePublicKeyResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
     RemovePublicKeyResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use RemovePublicKeyResponse.newBuilder() to construct.
   private RemovePublicKeyResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private RemovePublicKeyResponse() {
-  }
+
+  private RemovePublicKeyResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new RemovePublicKeyResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private RemovePublicKeyResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -53,13 +69,13 @@ private RemovePublicKeyResponse(
           case 0:
             done = true;
             break;
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -67,27 +83,30 @@ private RemovePublicKeyResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+            com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
   }
 
   private byte memoizedIsInitialized = -1;
+
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -99,8 +118,7 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output)
-                      throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
     unknownFields.writeTo(output);
   }
 
@@ -118,12 +136,13 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-     return true;
+      return true;
     }
     if (!(obj instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse)) {
       return super.equals(obj);
     }
-    com.google.cloud.shell.v1.RemovePublicKeyResponse other = (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
+    com.google.cloud.shell.v1.RemovePublicKeyResponse other =
+        (com.google.cloud.shell.v1.RemovePublicKeyResponse) obj;
 
     if (!unknownFields.equals(other.unknownFields)) return false;
     return true;
@@ -142,96 +161,103 @@ public int hashCode() {
   }
 
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data)
-      throws com.google.protobuf.InvalidProtocolBufferException {
+      java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.nio.ByteBuffer data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      byte[] data,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
-  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(java.io.InputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input);
+
+  public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
+      java.io.InputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseDelimitedFrom(
-      java.io.InputStream input,
-      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
+        PARSER, input, extensionRegistry);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
-      com.google.protobuf.CodedInputStream input)
-      throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
   }
+
   public static com.google.cloud.shell.v1.RemovePublicKeyResponse parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3
-        .parseWithIOException(PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
+        PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() { return newBuilder(); }
+  public Builder newBuilderForType() {
+    return newBuilder();
+  }
+
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
+
   public static Builder newBuilder(com.google.cloud.shell.v1.RemovePublicKeyResponse prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
+
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE
-        ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(
-      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
+   *
+   *
    * 
    * Response message for
    * [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
@@ -239,21 +265,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.RemovePublicKeyResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.RemovePublicKeyResponse)
       com.google.cloud.shell.v1.RemovePublicKeyResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.RemovePublicKeyResponse.class, com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.class,
+              com.google.cloud.shell.v1.RemovePublicKeyResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.RemovePublicKeyResponse.newBuilder()
@@ -261,16 +289,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -278,9 +305,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_RemovePublicKeyResponse_descriptor;
     }
 
     @java.lang.Override
@@ -299,7 +326,8 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
-      com.google.cloud.shell.v1.RemovePublicKeyResponse result = new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
+      com.google.cloud.shell.v1.RemovePublicKeyResponse result =
+          new com.google.cloud.shell.v1.RemovePublicKeyResponse(this);
       onBuilt();
       return result;
     }
@@ -308,38 +336,39 @@ public com.google.cloud.shell.v1.RemovePublicKeyResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.RemovePublicKeyResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.RemovePublicKeyResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -347,7 +376,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.RemovePublicKeyResponse other) {
-      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.RemovePublicKeyResponse.getDefaultInstance())
+        return this;
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
       return this;
@@ -367,7 +397,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.RemovePublicKeyResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -376,9 +407,9 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     @java.lang.Override
-    public final Builder setUnknownFields(
-        final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -388,12 +419,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
-
     // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.RemovePublicKeyResponse)
   private static final com.google.cloud.shell.v1.RemovePublicKeyResponse DEFAULT_INSTANCE;
+
   static {
     DEFAULT_INSTANCE = new com.google.cloud.shell.v1.RemovePublicKeyResponse();
   }
@@ -402,16 +433,16 @@ public static com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstan
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser
-      PARSER = new com.google.protobuf.AbstractParser() {
-    @java.lang.Override
-    public RemovePublicKeyResponse parsePartialFrom(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      return new RemovePublicKeyResponse(input, extensionRegistry);
-    }
-  };
+  private static final com.google.protobuf.Parser PARSER =
+      new com.google.protobuf.AbstractParser() {
+        @java.lang.Override
+        public RemovePublicKeyResponse parsePartialFrom(
+            com.google.protobuf.CodedInputStream input,
+            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+            throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RemovePublicKeyResponse(input, extensionRegistry);
+        }
+      };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -426,6 +457,4 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.shell.v1.RemovePublicKeyResponse getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
-
 }
-
diff --git a/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
new file mode 100644
index 00000000..0c4daa2f
--- /dev/null
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/RemovePublicKeyResponseOrBuilder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/shell/v1/cloudshell.proto
+
+package com.google.cloud.shell.v1;
+
+public interface RemovePublicKeyResponseOrBuilder
+    extends
+    // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.RemovePublicKeyResponse)
+    com.google.protobuf.MessageOrBuilder {}
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
similarity index 71%
rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
index f5f29e9e..cea8ca6b 100644
--- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
+++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadata.java
@@ -1,9 +1,26 @@
+/*
+ * Copyright 2020 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/shell/v1/cloudshell.proto
 
 package com.google.cloud.shell.v1;
 
 /**
+ *
+ *
  * 
  * Message included in the metadata field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,31 +28,31 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
  */
-public final class StartEnvironmentMetadata extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentMetadata extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
     StartEnvironmentMetadataOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentMetadata.newBuilder() to construct.
   private StartEnvironmentMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentMetadata() {
     state_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentMetadata(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,19 +71,20 @@ private StartEnvironmentMetadata(
           case 0:
             done = true;
             break;
-          case 8: {
-            int rawValue = input.readEnum();
+          case 8:
+            {
+              int rawValue = input.readEnum();
 
-            state_ = rawValue;
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+              state_ = rawValue;
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -74,27 +92,31 @@ private StartEnvironmentMetadata(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+            com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
   }
 
   /**
+   *
+   *
    * 
    * Possible states an environment might transition between during startup.
    * These states are not normally actionable by clients, but may be used to
@@ -105,9 +127,10 @@ private StartEnvironmentMetadata(
    *
    * Protobuf enum {@code google.cloud.shell.v1.StartEnvironmentMetadata.State}
    */
-  public enum State
-      implements com.google.protobuf.ProtocolMessageEnum {
+  public enum State implements com.google.protobuf.ProtocolMessageEnum {
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -116,6 +139,8 @@ public enum State */ STATE_UNSPECIFIED(0), /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -125,6 +150,8 @@ public enum State
      */
     STARTING(1),
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -135,6 +162,8 @@ public enum State
      */
     UNARCHIVING_DISK(2),
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -146,6 +175,8 @@ public enum State
      */
     AWAITING_COMPUTE_RESOURCES(4),
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -159,6 +190,8 @@ public enum State
     ;
 
     /**
+     *
+     *
      * 
      * The environment's start state is unknown.
      * 
@@ -167,6 +200,8 @@ public enum State */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** + * + * *
      * The environment is in the process of being started, but no additional
      * details are available.
@@ -176,6 +211,8 @@ public enum State
      */
     public static final int STARTING_VALUE = 1;
     /**
+     *
+     *
      * 
      * Startup is waiting for the user's disk to be unarchived. This can happen
      * when the user returns to Cloud Shell after not having used it for a
@@ -186,6 +223,8 @@ public enum State
      */
     public static final int UNARCHIVING_DISK_VALUE = 2;
     /**
+     *
+     *
      * 
      * Startup is waiting for compute resources to be assigned to the
      * environment. This should normally happen very quickly, but an environment
@@ -197,6 +236,8 @@ public enum State
      */
     public static final int AWAITING_COMPUTE_RESOURCES_VALUE = 4;
     /**
+     *
+     *
      * 
      * Startup has completed. If the start operation was successful, the user
      * should be able to establish an SSH connection to their environment.
@@ -207,7 +248,6 @@ public enum State
      */
     public static final int FINISHED_VALUE = 3;
 
-
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -232,51 +272,55 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0: return STATE_UNSPECIFIED;
-        case 1: return STARTING;
-        case 2: return UNARCHIVING_DISK;
-        case 4: return AWAITING_COMPUTE_RESOURCES;
-        case 3: return FINISHED;
-        default: return null;
+        case 0:
+          return STATE_UNSPECIFIED;
+        case 1:
+          return STARTING;
+        case 2:
+          return UNARCHIVING_DISK;
+        case 4:
+          return AWAITING_COMPUTE_RESOURCES;
+        case 3:
+          return FINISHED;
+        default:
+          return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap
-        internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
       return internalValueMap;
     }
-    private static final com.google.protobuf.Internal.EnumLiteMap<
-        State> internalValueMap =
-          new com.google.protobuf.Internal.EnumLiteMap() {
-            public State findValueByNumber(int number) {
-              return State.forNumber(number);
-            }
-          };
 
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor
-        getValueDescriptor() {
+    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public State findValueByNumber(int number) {
+            return State.forNumber(number);
+          }
+        };
+
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-    public final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptorForType() {
+
+    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
       return getDescriptor();
     }
-    public static final com.google.protobuf.Descriptors.EnumDescriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor().getEnumTypes().get(0);
+
+    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+      return com.google.cloud.shell.v1.StartEnvironmentMetadata.getDescriptor()
+          .getEnumTypes()
+          .get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(
-        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException(
-          "EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -296,31 +340,43 @@ private State(int value) {
   public static final int STATE_FIELD_NUMBER = 1;
   private int state_;
   /**
+   *
+   *
    * 
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ - @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { + @java.lang.Override + public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -332,9 +388,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } unknownFields.writeTo(output); @@ -346,9 +402,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (state_ != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(1, state_); + if (state_ + != com.google.cloud.shell.v1.StartEnvironmentMetadata.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -358,12 +414,13 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentMetadata other = (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; + com.google.cloud.shell.v1.StartEnvironmentMetadata other = + (com.google.cloud.shell.v1.StartEnvironmentMetadata) obj; if (state_ != other.state_) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -385,96 +442,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the metadata field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -482,21 +546,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentMetadata}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentMetadata)
       com.google.cloud.shell.v1.StartEnvironmentMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentMetadata.class, com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.class,
+              com.google.cloud.shell.v1.StartEnvironmentMetadata.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentMetadata.newBuilder()
@@ -504,16 +570,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -523,9 +588,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -544,7 +609,8 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentMetadata result = new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
+      com.google.cloud.shell.v1.StartEnvironmentMetadata result =
+          new com.google.cloud.shell.v1.StartEnvironmentMetadata(this);
       result.state_ = state_;
       onBuilt();
       return result;
@@ -554,38 +620,39 @@ public com.google.cloud.shell.v1.StartEnvironmentMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentMetadata) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentMetadata) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -593,7 +660,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentMetadata other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentMetadata.getDefaultInstance())
+        return this;
       if (other.state_ != 0) {
         setStateValue(other.getStateValue());
       }
@@ -616,7 +684,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentMetadata) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -628,51 +697,67 @@ public Builder mergeFrom(
 
     private int state_ = 0;
     /**
+     *
+     *
      * 
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ - @java.lang.Override public int getStateValue() { + @java.lang.Override + public int getStateValue() { return state_; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ @java.lang.Override public com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); - return result == null ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED : result; + com.google.cloud.shell.v1.StartEnvironmentMetadata.State result = + com.google.cloud.shell.v1.StartEnvironmentMetadata.State.valueOf(state_); + return result == null + ? com.google.cloud.shell.v1.StartEnvironmentMetadata.State.UNRECOGNIZED + : result; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @param value The state to set. * @return This builder for chaining. */ @@ -680,28 +765,31 @@ public Builder setState(com.google.cloud.shell.v1.StartEnvironmentMetadata.State if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** + * + * *
      * Current state of the environment being started.
      * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -711,12 +799,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentMetadata) private static final com.google.cloud.shell.v1.StartEnvironmentMetadata DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentMetadata(); } @@ -725,16 +813,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -749,6 +837,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java similarity index 54% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java index d5aff593..289efb7a 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentMetadataOrBuilder.java @@ -1,27 +1,49 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentMetadataOrBuilder extends +public interface StartEnvironmentMetadataOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentMetadata) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** + * + * *
    * Current state of the environment being started.
    * 
* * .google.cloud.shell.v1.StartEnvironmentMetadata.State state = 1; + * * @return The state. */ com.google.cloud.shell.v1.StartEnvironmentMetadata.State getState(); diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java index 1e0e9b9c..f0e4accd 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequest.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Request message for
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -11,15 +28,16 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
  */
-public final class StartEnvironmentRequest extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentRequest extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentRequest)
     StartEnvironmentRequestOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentRequest.newBuilder() to construct.
   private StartEnvironmentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
+
   private StartEnvironmentRequest() {
     name_ = "";
     accessToken_ = "";
@@ -28,16 +46,15 @@ private StartEnvironmentRequest() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentRequest();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentRequest(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -57,34 +74,37 @@ private StartEnvironmentRequest(
           case 0:
             done = true;
             break;
-          case 10: {
-            java.lang.String s = input.readStringRequireUtf8();
+          case 10:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            name_ = s;
-            break;
-          }
-          case 18: {
-            java.lang.String s = input.readStringRequireUtf8();
+              name_ = s;
+              break;
+            }
+          case 18:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
 
-            accessToken_ = s;
-            break;
-          }
-          case 26: {
-            java.lang.String s = input.readStringRequireUtf8();
-            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-              publicKeys_ = new com.google.protobuf.LazyStringArrayList();
-              mutable_bitField0_ |= 0x00000001;
+              accessToken_ = s;
+              break;
             }
-            publicKeys_.add(s);
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          case 26:
+            {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                publicKeys_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
+              }
+              publicKeys_.add(s);
+              break;
+            }
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -92,8 +112,7 @@ private StartEnvironmentRequest(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         publicKeys_ = publicKeys_.getUnmodifiableView();
@@ -102,22 +121,27 @@ private StartEnvironmentRequest(
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+            com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
+   *
+   *
    * 
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -125,6 +149,7 @@ private StartEnvironmentRequest(
    * 
* * string name = 1; + * * @return The name. */ @java.lang.Override @@ -133,14 +158,15 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -148,16 +174,15 @@ public java.lang.String getName() {
    * 
* * string name = 1; + * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -168,6 +193,8 @@ public java.lang.String getName() { public static final int ACCESS_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object accessToken_; /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -176,6 +203,7 @@ public java.lang.String getName() {
    * 
* * string access_token = 2; + * * @return The accessToken. */ @java.lang.Override @@ -184,14 +212,15 @@ public java.lang.String getAccessToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; } } /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -200,16 +229,15 @@ public java.lang.String getAccessToken() {
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ @java.lang.Override - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -220,34 +248,42 @@ public java.lang.String getAccessToken() { public static final int PUBLIC_KEYS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList publicKeys_; /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_; } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -255,20 +291,23 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -280,8 +319,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -322,19 +360,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentRequest)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentRequest other = (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; - - if (!getName() - .equals(other.getName())) return false; - if (!getAccessToken() - .equals(other.getAccessToken())) return false; - if (!getPublicKeysList() - .equals(other.getPublicKeysList())) return false; + com.google.cloud.shell.v1.StartEnvironmentRequest other = + (com.google.cloud.shell.v1.StartEnvironmentRequest) obj; + + if (!getName().equals(other.getName())) return false; + if (!getAccessToken().equals(other.getAccessToken())) return false; + if (!getPublicKeysList().equals(other.getPublicKeysList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -360,96 +396,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Request message for
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
@@ -457,21 +500,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentRequest}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentRequest)
       com.google.cloud.shell.v1.StartEnvironmentRequestOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentRequest.class, com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentRequest.class,
+              com.google.cloud.shell.v1.StartEnvironmentRequest.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentRequest.newBuilder()
@@ -479,16 +524,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -502,9 +546,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentRequest_descriptor;
     }
 
     @java.lang.Override
@@ -523,7 +567,8 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentRequest result = new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
+      com.google.cloud.shell.v1.StartEnvironmentRequest result =
+          new com.google.cloud.shell.v1.StartEnvironmentRequest(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.accessToken_ = accessToken_;
@@ -540,38 +585,39 @@ public com.google.cloud.shell.v1.StartEnvironmentRequest buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentRequest) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentRequest) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -579,7 +625,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentRequest other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentRequest.getDefaultInstance())
+        return this;
       if (!other.getName().isEmpty()) {
         name_ = other.name_;
         onChanged();
@@ -617,7 +664,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentRequest) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -626,10 +674,13 @@ public Builder mergeFrom(
       }
       return this;
     }
+
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
+     *
+     *
      * 
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -637,13 +688,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; + * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -652,6 +703,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -659,15 +712,14 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @return The bytes for name. */ - public com.google.protobuf.ByteString - getNameBytes() { + public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { @@ -675,6 +727,8 @@ public java.lang.String getName() { } } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -682,20 +736,22 @@ public java.lang.String getName() {
      * 
* * string name = 1; + * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName( - java.lang.String value) { + public Builder setName(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -703,15 +759,18 @@ public Builder setName(
      * 
* * string name = 1; + * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** + * + * *
      * Name of the resource that should be started, for example
      * `users/me/environments/default` or
@@ -719,16 +778,16 @@ public Builder clearName() {
      * 
* * string name = 1; + * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes( - com.google.protobuf.ByteString value) { + public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -736,6 +795,8 @@ public Builder setNameBytes( private java.lang.Object accessToken_ = ""; /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -744,13 +805,13 @@ public Builder setNameBytes(
      * 
* * string access_token = 2; + * * @return The accessToken. */ public java.lang.String getAccessToken() { java.lang.Object ref = accessToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); accessToken_ = s; return s; @@ -759,6 +820,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -767,15 +830,14 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - public com.google.protobuf.ByteString - getAccessTokenBytes() { + public com.google.protobuf.ByteString getAccessTokenBytes() { java.lang.Object ref = accessToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); accessToken_ = b; return b; } else { @@ -783,6 +845,8 @@ public java.lang.String getAccessToken() { } } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -791,20 +855,22 @@ public java.lang.String getAccessToken() {
      * 
* * string access_token = 2; + * * @param value The accessToken to set. * @return This builder for chaining. */ - public Builder setAccessToken( - java.lang.String value) { + public Builder setAccessToken(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + accessToken_ = value; onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -813,15 +879,18 @@ public Builder setAccessToken(
      * 
* * string access_token = 2; + * * @return This builder for chaining. */ public Builder clearAccessToken() { - + accessToken_ = getDefaultInstance().getAccessToken(); onChanged(); return this; } /** + * + * *
      * The initial access token passed to the environment. If this is present and
      * valid, the environment will be pre-authenticated with gcloud so that the
@@ -830,57 +899,67 @@ public Builder clearAccessToken() {
      * 
* * string access_token = 2; + * * @param value The bytes for accessToken to set. * @return This builder for chaining. */ - public Builder setAccessTokenBytes( - com.google.protobuf.ByteString value) { + public Builder setAccessTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + accessToken_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList publicKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private com.google.protobuf.LazyStringList publicKeys_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePublicKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { publicKeys_ = new com.google.protobuf.LazyStringArrayList(publicKeys_); bitField0_ |= 0x00000001; - } + } } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - public com.google.protobuf.ProtocolStringList - getPublicKeysList() { + public com.google.protobuf.ProtocolStringList getPublicKeysList() { return publicKeys_.getUnmodifiableView(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ public int getPublicKeysCount() { return publicKeys_.size(); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ @@ -888,80 +967,90 @@ public java.lang.String getPublicKeys(int index) { return publicKeys_.get(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - public com.google.protobuf.ByteString - getPublicKeysBytes(int index) { + public com.google.protobuf.ByteString getPublicKeysBytes(int index) { return publicKeys_.getByteString(index); } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param index The index to set the value at. * @param value The publicKeys to set. * @return This builder for chaining. */ - public Builder setPublicKeys( - int index, java.lang.String value) { + public Builder setPublicKeys(int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.set(index, value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeys( - java.lang.String value) { + public Builder addPublicKeys(java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensurePublicKeysIsMutable(); + throw new NullPointerException(); + } + ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param values The publicKeys to add. * @return This builder for chaining. */ - public Builder addAllPublicKeys( - java.lang.Iterable values) { + public Builder addAllPublicKeys(java.lang.Iterable values) { ensurePublicKeysIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, publicKeys_); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, publicKeys_); onChanged(); return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @return This builder for chaining. */ public Builder clearPublicKeys() { @@ -971,28 +1060,30 @@ public Builder clearPublicKeys() { return this; } /** + * + * *
      * Public keys that should be added to the environment before it is started.
      * 
* * repeated string public_keys = 3; + * * @param value The bytes of the publicKeys to add. * @return This builder for chaining. */ - public Builder addPublicKeysBytes( - com.google.protobuf.ByteString value) { + public Builder addPublicKeysBytes(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensurePublicKeysIsMutable(); publicKeys_.add(value); onChanged(); return this; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1002,12 +1093,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentRequest) private static final com.google.cloud.shell.v1.StartEnvironmentRequest DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentRequest(); } @@ -1016,16 +1107,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1040,6 +1131,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java similarity index 73% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java index 79b3101e..d6ab22c1 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentRequestOrBuilder.java @@ -1,13 +1,31 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentRequestOrBuilder extends +public interface StartEnvironmentRequestOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentRequest) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -15,10 +33,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The name. */ java.lang.String getName(); /** + * + * *
    * Name of the resource that should be started, for example
    * `users/me/environments/default` or
@@ -26,12 +47,14 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string name = 1; + * * @return The bytes for name. */ - com.google.protobuf.ByteString - getNameBytes(); + com.google.protobuf.ByteString getNameBytes(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -40,10 +63,13 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The accessToken. */ java.lang.String getAccessToken(); /** + * + * *
    * The initial access token passed to the environment. If this is present and
    * valid, the environment will be pre-authenticated with gcloud so that the
@@ -52,49 +78,59 @@ public interface StartEnvironmentRequestOrBuilder extends
    * 
* * string access_token = 2; + * * @return The bytes for accessToken. */ - com.google.protobuf.ByteString - getAccessTokenBytes(); + com.google.protobuf.ByteString getAccessTokenBytes(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return A list containing the publicKeys. */ - java.util.List - getPublicKeysList(); + java.util.List getPublicKeysList(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @return The count of publicKeys. */ int getPublicKeysCount(); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the element to return. * @return The publicKeys at the given index. */ java.lang.String getPublicKeys(int index); /** + * + * *
    * Public keys that should be added to the environment before it is started.
    * 
* * repeated string public_keys = 3; + * * @param index The index of the value to return. * @return The bytes of the publicKeys at the given index. */ - com.google.protobuf.ByteString - getPublicKeysBytes(int index); + com.google.protobuf.ByteString getPublicKeysBytes(int index); } diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java similarity index 67% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java index 2eaf38c0..ac449b99 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponse.java @@ -1,9 +1,26 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; /** + * + * *
  * Message included in the response field of operations returned from
  * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -12,30 +29,29 @@
  *
  * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
  */
-public final class StartEnvironmentResponse extends
-    com.google.protobuf.GeneratedMessageV3 implements
+public final class StartEnvironmentResponse extends com.google.protobuf.GeneratedMessageV3
+    implements
     // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.StartEnvironmentResponse)
     StartEnvironmentResponseOrBuilder {
-private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
   // Use StartEnvironmentResponse.newBuilder() to construct.
   private StartEnvironmentResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-  private StartEnvironmentResponse() {
-  }
+
+  private StartEnvironmentResponse() {}
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(
-      UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
     return new StartEnvironmentResponse();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet
-  getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
     return this.unknownFields;
   }
+
   private StartEnvironmentResponse(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -54,26 +70,29 @@ private StartEnvironmentResponse(
           case 0:
             done = true;
             break;
-          case 10: {
-            com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
-            if (environment_ != null) {
-              subBuilder = environment_.toBuilder();
+          case 10:
+            {
+              com.google.cloud.shell.v1.Environment.Builder subBuilder = null;
+              if (environment_ != null) {
+                subBuilder = environment_.toBuilder();
+              }
+              environment_ =
+                  input.readMessage(
+                      com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(environment_);
+                environment_ = subBuilder.buildPartial();
+              }
+
+              break;
             }
-            environment_ = input.readMessage(com.google.cloud.shell.v1.Environment.parser(), extensionRegistry);
-            if (subBuilder != null) {
-              subBuilder.mergeFrom(environment_);
-              environment_ = subBuilder.buildPartial();
-            }
-
-            break;
-          }
-          default: {
-            if (!parseUnknownField(
-                input, unknownFields, extensionRegistry, tag)) {
-              done = true;
+          default:
+            {
+              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
+                done = true;
+              }
+              break;
             }
-            break;
-          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -81,34 +100,39 @@ private StartEnvironmentResponse(
     } catch (com.google.protobuf.UninitializedMessageException e) {
       throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(
-          e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-  public static final com.google.protobuf.Descriptors.Descriptor
-      getDescriptor() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+
+  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+    return com.google.cloud.shell.v1.CloudShellProto
+        .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+            com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+            com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
   }
 
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private com.google.cloud.shell.v1.Environment environment_;
   /**
+   *
+   *
    * 
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ @java.lang.Override @@ -116,18 +140,25 @@ public boolean hasEnvironment() { return environment_ != null; } /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ @java.lang.Override public com.google.cloud.shell.v1.Environment getEnvironment() { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } /** + * + * *
    * Environment that was started.
    * 
@@ -140,6 +171,7 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() } private byte memoizedIsInitialized = -1; + @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -151,8 +183,7 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (environment_ != null) { output.writeMessage(1, getEnvironment()); } @@ -166,8 +197,7 @@ public int getSerializedSize() { size = 0; if (environment_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getEnvironment()); + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getEnvironment()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -177,17 +207,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.shell.v1.StartEnvironmentResponse)) { return super.equals(obj); } - com.google.cloud.shell.v1.StartEnvironmentResponse other = (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; + com.google.cloud.shell.v1.StartEnvironmentResponse other = + (com.google.cloud.shell.v1.StartEnvironmentResponse) obj; if (hasEnvironment() != other.hasEnvironment()) return false; if (hasEnvironment()) { - if (!getEnvironment() - .equals(other.getEnvironment())) return false; + if (!getEnvironment().equals(other.getEnvironment())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -210,96 +240,103 @@ public int hashCode() { } public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } - public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); + + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } + public static com.google.cloud.shell.v1.StartEnvironmentResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } + public Builder newBuilderForType() { + return newBuilder(); + } + public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } + public static Builder newBuilder(com.google.cloud.shell.v1.StartEnvironmentResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } + @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** + * + * *
    * Message included in the response field of operations returned from
    * [StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment]
@@ -308,21 +345,23 @@ protected Builder newBuilderForType(
    *
    * Protobuf type {@code google.cloud.shell.v1.StartEnvironmentResponse}
    */
-  public static final class Builder extends
-      com.google.protobuf.GeneratedMessageV3.Builder implements
+  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
+      implements
       // @@protoc_insertion_point(builder_implements:google.cloud.shell.v1.StartEnvironmentResponse)
       com.google.cloud.shell.v1.StartEnvironmentResponseOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor
-        getDescriptor() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.shell.v1.StartEnvironmentResponse.class, com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
+              com.google.cloud.shell.v1.StartEnvironmentResponse.class,
+              com.google.cloud.shell.v1.StartEnvironmentResponse.Builder.class);
     }
 
     // Construct using com.google.cloud.shell.v1.StartEnvironmentResponse.newBuilder()
@@ -330,16 +369,15 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(
-        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
+
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3
-              .alwaysUseFieldBuilders) {
-      }
+      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
     }
+
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -353,9 +391,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor
-        getDescriptorForType() {
-      return com.google.cloud.shell.v1.CloudShellProto.internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+      return com.google.cloud.shell.v1.CloudShellProto
+          .internal_static_google_cloud_shell_v1_StartEnvironmentResponse_descriptor;
     }
 
     @java.lang.Override
@@ -374,7 +412,8 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse build() {
 
     @java.lang.Override
     public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
-      com.google.cloud.shell.v1.StartEnvironmentResponse result = new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
+      com.google.cloud.shell.v1.StartEnvironmentResponse result =
+          new com.google.cloud.shell.v1.StartEnvironmentResponse(this);
       if (environmentBuilder_ == null) {
         result.environment_ = environment_;
       } else {
@@ -388,38 +427,39 @@ public com.google.cloud.shell.v1.StartEnvironmentResponse buildPartial() {
     public Builder clone() {
       return super.clone();
     }
+
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.setField(field, value);
     }
+
     @java.lang.Override
-    public Builder clearField(
-        com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
+
     @java.lang.Override
-    public Builder clearOneof(
-        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
+
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
+
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field,
-        java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
+
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.shell.v1.StartEnvironmentResponse) {
-        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse)other);
+        return mergeFrom((com.google.cloud.shell.v1.StartEnvironmentResponse) other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -427,7 +467,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.shell.v1.StartEnvironmentResponse other) {
-      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance()) return this;
+      if (other == com.google.cloud.shell.v1.StartEnvironmentResponse.getDefaultInstance())
+        return this;
       if (other.hasEnvironment()) {
         mergeEnvironment(other.getEnvironment());
       }
@@ -450,7 +491,8 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage = (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
+        parsedMessage =
+            (com.google.cloud.shell.v1.StartEnvironmentResponse) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -462,34 +504,47 @@ public Builder mergeFrom(
 
     private com.google.cloud.shell.v1.Environment environment_;
     private com.google.protobuf.SingleFieldBuilderV3<
-        com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> environmentBuilder_;
+            com.google.cloud.shell.v1.Environment,
+            com.google.cloud.shell.v1.Environment.Builder,
+            com.google.cloud.shell.v1.EnvironmentOrBuilder>
+        environmentBuilder_;
     /**
+     *
+     *
      * 
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ public boolean hasEnvironment() { return environmentBuilder_ != null || environment_ != null; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ public com.google.cloud.shell.v1.Environment getEnvironment() { if (environmentBuilder_ == null) { - return environment_ == null ? com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } else { return environmentBuilder_.getMessage(); } } /** + * + * *
      * Environment that was started.
      * 
@@ -510,14 +565,15 @@ public Builder setEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
* * .google.cloud.shell.v1.Environment environment = 1; */ - public Builder setEnvironment( - com.google.cloud.shell.v1.Environment.Builder builderForValue) { + public Builder setEnvironment(com.google.cloud.shell.v1.Environment.Builder builderForValue) { if (environmentBuilder_ == null) { environment_ = builderForValue.build(); onChanged(); @@ -528,6 +584,8 @@ public Builder setEnvironment( return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -538,7 +596,9 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { if (environmentBuilder_ == null) { if (environment_ != null) { environment_ = - com.google.cloud.shell.v1.Environment.newBuilder(environment_).mergeFrom(value).buildPartial(); + com.google.cloud.shell.v1.Environment.newBuilder(environment_) + .mergeFrom(value) + .buildPartial(); } else { environment_ = value; } @@ -550,6 +610,8 @@ public Builder mergeEnvironment(com.google.cloud.shell.v1.Environment value) { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -568,6 +630,8 @@ public Builder clearEnvironment() { return this; } /** + * + * *
      * Environment that was started.
      * 
@@ -575,11 +639,13 @@ public Builder clearEnvironment() { * .google.cloud.shell.v1.Environment environment = 1; */ public com.google.cloud.shell.v1.Environment.Builder getEnvironmentBuilder() { - + onChanged(); return getEnvironmentFieldBuilder().getBuilder(); } /** + * + * *
      * Environment that was started.
      * 
@@ -590,11 +656,14 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() if (environmentBuilder_ != null) { return environmentBuilder_.getMessageOrBuilder(); } else { - return environment_ == null ? - com.google.cloud.shell.v1.Environment.getDefaultInstance() : environment_; + return environment_ == null + ? com.google.cloud.shell.v1.Environment.getDefaultInstance() + : environment_; } } /** + * + * *
      * Environment that was started.
      * 
@@ -602,21 +671,24 @@ public com.google.cloud.shell.v1.EnvironmentOrBuilder getEnvironmentOrBuilder() * .google.cloud.shell.v1.Environment environment = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder> + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder> getEnvironmentFieldBuilder() { if (environmentBuilder_ == null) { - environmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.shell.v1.Environment, com.google.cloud.shell.v1.Environment.Builder, com.google.cloud.shell.v1.EnvironmentOrBuilder>( - getEnvironment(), - getParentForChildren(), - isClean()); + environmentBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.shell.v1.Environment, + com.google.cloud.shell.v1.Environment.Builder, + com.google.cloud.shell.v1.EnvironmentOrBuilder>( + getEnvironment(), getParentForChildren(), isClean()); environment_ = null; } return environmentBuilder_; } + @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -626,12 +698,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.shell.v1.StartEnvironmentResponse) } // @@protoc_insertion_point(class_scope:google.cloud.shell.v1.StartEnvironmentResponse) private static final com.google.cloud.shell.v1.StartEnvironmentResponse DEFAULT_INSTANCE; + static { DEFAULT_INSTANCE = new com.google.cloud.shell.v1.StartEnvironmentResponse(); } @@ -640,16 +712,16 @@ public static com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public StartEnvironmentResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new StartEnvironmentResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StartEnvironmentResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new StartEnvironmentResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -664,6 +736,4 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.shell.v1.StartEnvironmentResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } - } - diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java similarity index 58% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java rename to proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java index 9ea5cb80..53f35e7b 100644 --- a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java +++ b/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/StartEnvironmentResponseOrBuilder.java @@ -1,31 +1,55 @@ +/* + * Copyright 2020 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/shell/v1/cloudshell.proto package com.google.cloud.shell.v1; -public interface StartEnvironmentResponseOrBuilder extends +public interface StartEnvironmentResponseOrBuilder + extends // @@protoc_insertion_point(interface_extends:google.cloud.shell.v1.StartEnvironmentResponse) com.google.protobuf.MessageOrBuilder { /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return Whether the environment field is set. */ boolean hasEnvironment(); /** + * + * *
    * Environment that was started.
    * 
* * .google.cloud.shell.v1.Environment environment = 1; + * * @return The environment. */ com.google.cloud.shell.v1.Environment getEnvironment(); /** + * + * *
    * Environment that was started.
    * 
diff --git a/owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto b/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto similarity index 100% rename from owl-bot-staging/v1/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto rename to proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/cloudshell.proto diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKey.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/AsyncAddPublicKeyLRO.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/addpublickey/SyncAddPublicKey.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/AsyncAuthorizeEnvironmentLRO.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/authorizeenvironment/SyncAuthorizeEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetCredentialsProvider1.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/create/SyncCreateSetEndpoint.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/AsyncGetEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentEnvironmentname.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/getenvironment/SyncGetEnvironmentString.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKey.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/AsyncRemovePublicKeyLRO.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/removepublickey/SyncRemovePublicKey.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/AsyncStartEnvironmentLRO.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellserviceclient/startenvironment/SyncStartEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/cloudshellservicesettings/getenvironment/SyncGetEnvironment.java diff --git a/owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java b/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java similarity index 100% rename from owl-bot-staging/v1/samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java rename to samples/snippets/generated/com/google/cloud/shell/v1/stub/cloudshellservicestubsettings/getenvironment/SyncGetEnvironment.java