Skip to content

Commit

Permalink
deps: Update gapic-generator-java to 2.26.0 (#1197)
Browse files Browse the repository at this point in the history
* chore(deps): Update gapic-generator-java to 2.26.0

PiperOrigin-RevId: 567624307

Source-Link: googleapis/googleapis@2ecf4de

Source-Link: googleapis/googleapis-gen@a5cfbd9
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 26, 2023
1 parent 8062be9 commit 2540282
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -68,7 +68,7 @@ public final class DatastoreAdminGrpc {

private DatastoreAdminGrpc() {}

public static final String SERVICE_NAME = "google.datastore.admin.v1.DatastoreAdmin";
public static final java.lang.String SERVICE_NAME = "google.datastore.admin.v1.DatastoreAdmin";

// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
Expand Down Expand Up @@ -1242,9 +1242,9 @@ private static final class DatastoreAdminFileDescriptorSupplier
private static final class DatastoreAdminMethodDescriptorSupplier
extends DatastoreAdminBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
private final java.lang.String methodName;

DatastoreAdminMethodDescriptorSupplier(String methodName) {
DatastoreAdminMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}

Expand Down

0 comments on commit 2540282

Please sign in to comment.