Skip to content

Commit a105736

Browse files
deps: Update gapic-generator-java to 2.26.0 (#2224)
* chore(deps): Update gapic-generator-java to 2.26.0 PiperOrigin-RevId: 567624307 Source-Link: googleapis/googleapis@2ecf4de Source-Link: https://github.com/googleapis/googleapis-gen/commit/a5cfbd9a05b3a134e92886114db776fb33cec9f2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTVjZmJkOWEwNWIzYTEzNGU5Mjg4NjExNGRiNzc2ZmIzM2NlYzlmMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 834732c commit a105736

File tree

1 file changed

+3
-3
lines changed
  • grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2

1 file changed

+3
-3
lines changed

grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageGrpc.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class StorageGrpc {
4949

5050
private StorageGrpc() {}
5151

52-
public static final String SERVICE_NAME = "google.storage.v2.Storage";
52+
public static final java.lang.String SERVICE_NAME = "google.storage.v2.Storage";
5353

5454
// Static method descriptors that strictly reflect the proto.
5555
private static volatile io.grpc.MethodDescriptor<
@@ -3851,9 +3851,9 @@ private static final class StorageFileDescriptorSupplier extends StorageBaseDesc
38513851

38523852
private static final class StorageMethodDescriptorSupplier extends StorageBaseDescriptorSupplier
38533853
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
3854-
private final String methodName;
3854+
private final java.lang.String methodName;
38553855

3856-
StorageMethodDescriptorSupplier(String methodName) {
3856+
StorageMethodDescriptorSupplier(java.lang.String methodName) {
38573857
this.methodName = methodName;
38583858
}
38593859

0 commit comments

Comments
 (0)