File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1 Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class PublisherGrpc {
3333
3434 private PublisherGrpc () {}
3535
36- public static final String SERVICE_NAME = "google.pubsub.v1.Publisher" ;
36+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.Publisher" ;
3737
3838 // Static method descriptors that strictly reflect the proto.
3939 private static volatile io .grpc .MethodDescriptor <
@@ -1271,9 +1271,9 @@ private static final class PublisherFileDescriptorSupplier
12711271 private static final class PublisherMethodDescriptorSupplier
12721272 extends PublisherBaseDescriptorSupplier
12731273 implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
1274- private final String methodName ;
1274+ private final java . lang . String methodName ;
12751275
1276- PublisherMethodDescriptorSupplier (String methodName ) {
1276+ PublisherMethodDescriptorSupplier (java . lang . String methodName ) {
12771277 this .methodName = methodName ;
12781278 }
12791279
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class SchemaServiceGrpc {
3232
3333 private SchemaServiceGrpc () {}
3434
35- public static final String SERVICE_NAME = "google.pubsub.v1.SchemaService" ;
35+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.SchemaService" ;
3636
3737 // Static method descriptors that strictly reflect the proto.
3838 private static volatile io .grpc .MethodDescriptor <
@@ -1334,9 +1334,9 @@ private static final class SchemaServiceFileDescriptorSupplier
13341334 private static final class SchemaServiceMethodDescriptorSupplier
13351335 extends SchemaServiceBaseDescriptorSupplier
13361336 implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
1337- private final String methodName ;
1337+ private final java . lang . String methodName ;
13381338
1339- SchemaServiceMethodDescriptorSupplier (String methodName ) {
1339+ SchemaServiceMethodDescriptorSupplier (java . lang . String methodName ) {
13401340 this .methodName = methodName ;
13411341 }
13421342
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public final class SubscriberGrpc {
3434
3535 private SubscriberGrpc () {}
3636
37- public static final String SERVICE_NAME = "google.pubsub.v1.Subscriber" ;
37+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.Subscriber" ;
3838
3939 // Static method descriptors that strictly reflect the proto.
4040 private static volatile io .grpc .MethodDescriptor <
@@ -2221,9 +2221,9 @@ private static final class SubscriberFileDescriptorSupplier
22212221 private static final class SubscriberMethodDescriptorSupplier
22222222 extends SubscriberBaseDescriptorSupplier
22232223 implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
2224- private final String methodName ;
2224+ private final java . lang . String methodName ;
22252225
2226- SubscriberMethodDescriptorSupplier (String methodName ) {
2226+ SubscriberMethodDescriptorSupplier (java . lang . String methodName ) {
22272227 this .methodName = methodName ;
22282228 }
22292229
You can’t perform that action at this time.
0 commit comments