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 {
33
33
34
34
private PublisherGrpc () {}
35
35
36
- public static final String SERVICE_NAME = "google.pubsub.v1.Publisher" ;
36
+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.Publisher" ;
37
37
38
38
// Static method descriptors that strictly reflect the proto.
39
39
private static volatile io .grpc .MethodDescriptor <
@@ -1271,9 +1271,9 @@ private static final class PublisherFileDescriptorSupplier
1271
1271
private static final class PublisherMethodDescriptorSupplier
1272
1272
extends PublisherBaseDescriptorSupplier
1273
1273
implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
1274
- private final String methodName ;
1274
+ private final java . lang . String methodName ;
1275
1275
1276
- PublisherMethodDescriptorSupplier (String methodName ) {
1276
+ PublisherMethodDescriptorSupplier (java . lang . String methodName ) {
1277
1277
this .methodName = methodName ;
1278
1278
}
1279
1279
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class SchemaServiceGrpc {
32
32
33
33
private SchemaServiceGrpc () {}
34
34
35
- public static final String SERVICE_NAME = "google.pubsub.v1.SchemaService" ;
35
+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.SchemaService" ;
36
36
37
37
// Static method descriptors that strictly reflect the proto.
38
38
private static volatile io .grpc .MethodDescriptor <
@@ -1334,9 +1334,9 @@ private static final class SchemaServiceFileDescriptorSupplier
1334
1334
private static final class SchemaServiceMethodDescriptorSupplier
1335
1335
extends SchemaServiceBaseDescriptorSupplier
1336
1336
implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
1337
- private final String methodName ;
1337
+ private final java . lang . String methodName ;
1338
1338
1339
- SchemaServiceMethodDescriptorSupplier (String methodName ) {
1339
+ SchemaServiceMethodDescriptorSupplier (java . lang . String methodName ) {
1340
1340
this .methodName = methodName ;
1341
1341
}
1342
1342
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public final class SubscriberGrpc {
34
34
35
35
private SubscriberGrpc () {}
36
36
37
- public static final String SERVICE_NAME = "google.pubsub.v1.Subscriber" ;
37
+ public static final java . lang . String SERVICE_NAME = "google.pubsub.v1.Subscriber" ;
38
38
39
39
// Static method descriptors that strictly reflect the proto.
40
40
private static volatile io .grpc .MethodDescriptor <
@@ -2221,9 +2221,9 @@ private static final class SubscriberFileDescriptorSupplier
2221
2221
private static final class SubscriberMethodDescriptorSupplier
2222
2222
extends SubscriberBaseDescriptorSupplier
2223
2223
implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
2224
- private final String methodName ;
2224
+ private final java . lang . String methodName ;
2225
2225
2226
- SubscriberMethodDescriptorSupplier (String methodName ) {
2226
+ SubscriberMethodDescriptorSupplier (java . lang . String methodName ) {
2227
2227
this .methodName = methodName ;
2228
2228
}
2229
2229
You can’t perform that action at this time.
0 commit comments