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

chore(deps): Update gapic-generator-java to 2.26.0 #1741

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class PublisherGrpc {

private PublisherGrpc() {}

public static final String SERVICE_NAME = "google.pubsub.v1.Publisher";
public static final java.lang.String SERVICE_NAME = "google.pubsub.v1.Publisher";

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

PublisherMethodDescriptorSupplier(String methodName) {
PublisherMethodDescriptorSupplier(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 SchemaServiceGrpc {

private SchemaServiceGrpc() {}

public static final String SERVICE_NAME = "google.pubsub.v1.SchemaService";
public static final java.lang.String SERVICE_NAME = "google.pubsub.v1.SchemaService";

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

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

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

private SubscriberGrpc() {}

public static final String SERVICE_NAME = "google.pubsub.v1.Subscriber";
public static final java.lang.String SERVICE_NAME = "google.pubsub.v1.Subscriber";

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

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

Expand Down
Loading