Skip to content

Commit

Permalink
chore(deps): Update gapic-generator-java to 2.26.0 (#1436)
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: 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 27, 2023
1 parent a13dbbd commit a2e4ebf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class ConfigServiceV2Grpc {

private ConfigServiceV2Grpc() {}

public static final String SERVICE_NAME = "google.logging.v2.ConfigServiceV2";
public static final java.lang.String SERVICE_NAME = "google.logging.v2.ConfigServiceV2";

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class LoggingServiceV2Grpc {

private LoggingServiceV2Grpc() {}

public static final String SERVICE_NAME = "google.logging.v2.LoggingServiceV2";
public static final java.lang.String SERVICE_NAME = "google.logging.v2.LoggingServiceV2";

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class MetricsServiceV2Grpc {

private MetricsServiceV2Grpc() {}

public static final String SERVICE_NAME = "google.logging.v2.MetricsServiceV2";
public static final java.lang.String SERVICE_NAME = "google.logging.v2.MetricsServiceV2";

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

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

Expand Down

0 comments on commit a2e4ebf

Please sign in to comment.