Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(deps): [Many APIs] Update the Java code generator (gapic-generator-java) to 2.30.0 #10095

Merged
merged 8 commits into from
Nov 30, 2023
  •  
  •  
  •  
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Nov 30, 2023
commit 12356156f2b58bd08a65c1cae03a6568631f8f7f
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
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.baremetalsolution.v2.stub.BareMetalSolutionStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.RequestParamsBuilder;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*
* Copyright 2023 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/baremetalsolution/v2/common.proto

package com.google.cloud.baremetalsolution.v2;

public final class CommonProto {
private CommonProto() {}

public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
}

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/baremetalsolution/v2/comm"
+ "on.proto\022!google.cloud.baremetalsolution"
+ ".v2*\252\001\n\025VolumePerformanceTier\022\'\n#VOLUME_"
+ "PERFORMANCE_TIER_UNSPECIFIED\020\000\022\"\n\036VOLUME"
+ "_PERFORMANCE_TIER_SHARED\020\001\022$\n VOLUME_PER"
+ "FORMANCE_TIER_ASSIGNED\020\002\022\036\n\032VOLUME_PERFO"
+ "RMANCE_TIER_HT\020\003*l\n\017WorkloadProfile\022 \n\034W"
+ "ORKLOAD_PROFILE_UNSPECIFIED\020\000\022\034\n\030WORKLOA"
+ "D_PROFILE_GENERIC\020\001\022\031\n\025WORKLOAD_PROFILE_"
+ "HANA\020\002B\372\001\n%com.google.cloud.baremetalsol"
+ "ution.v2B\013CommonProtoP\001ZScloud.google.co"
+ "m/go/baremetalsolution/apiv2/baremetalso"
+ "lutionpb;baremetalsolutionpb\252\002!Google.Cl"
+ "oud.BareMetalSolution.V2\312\002!Google\\Cloud\\"
+ "BareMetalSolution\\V2\352\002$Google::Cloud::Ba"
+ "reMetalSolution::V2b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
}

// @@protoc_insertion_point(outer_class_scope)
}
Loading