File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public final class StorageGrpc {
49
49
50
50
private StorageGrpc () {}
51
51
52
- public static final String SERVICE_NAME = "google.storage.v2.Storage" ;
52
+ public static final java . lang . String SERVICE_NAME = "google.storage.v2.Storage" ;
53
53
54
54
// Static method descriptors that strictly reflect the proto.
55
55
private static volatile io .grpc .MethodDescriptor <
@@ -3851,9 +3851,9 @@ private static final class StorageFileDescriptorSupplier extends StorageBaseDesc
3851
3851
3852
3852
private static final class StorageMethodDescriptorSupplier extends StorageBaseDescriptorSupplier
3853
3853
implements io .grpc .protobuf .ProtoMethodDescriptorSupplier {
3854
- private final String methodName ;
3854
+ private final java . lang . String methodName ;
3855
3855
3856
- StorageMethodDescriptorSupplier (String methodName ) {
3856
+ StorageMethodDescriptorSupplier (java . lang . String methodName ) {
3857
3857
this .methodName = methodName ;
3858
3858
}
3859
3859
You can’t perform that action at this time.
0 commit comments