grpc-tools 1.39.0.pre1 → 1.41.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e1d25c53eab5a7ffb3c80d61fe1b6bfcb209616560ea551a381a27b3b36b1b8
4
- data.tar.gz: 335de3236e6d88a6b1dd4dedca9e69355bde60a757421b641499496860ca7cd9
3
+ metadata.gz: 5222d4b40b1ff505bf9222ab21f7c295b6e79c9db99f4b4c8289d884e3d73355
4
+ data.tar.gz: 3b6db757fa633cb7f90bfbdee1c98e4c2583e4ce1f2365eed5624cf8003e1fb1
5
5
  SHA512:
6
- metadata.gz: c2624d370aadf40ab95507b39851872313af3a48ff4938478cb9b21e1d37a594440263e56d0d759fd7bca693f1fe0dbea84b00e94c443ec942359f63532dc686
7
- data.tar.gz: 8e92cc543fb8a2210c23200e6f3e3042b8fd5948003178f42f05e781fd6362d59619e9a8e9e6ddc62890bdb25ce3cb52a3f502a1b0093434dffc16c9cf981ee4
6
+ metadata.gz: 391dc86a97963e6b37bd40cb2e453ba9474495166588621d26e69c07d2ee6f7b0656806353b4e5ceab70956b25328d71be3b166f3f48bd6df716bb844d02eb3c
7
+ data.tar.gz: bf265a695180259fca51c7fedb346caa6a35ad7b115a16f6e80f8192daa5a950e63267e693a069904e963080ce3d29f326647deeff776df85c943767b4a254f5
@@ -348,17 +348,17 @@ message FileOptions {
348
348
  optional string java_package = 1;
349
349
 
350
350
 
351
- // If set, all the classes from the .proto file are wrapped in a single
352
- // outer class with the given name. This applies to both Proto1
353
- // (equivalent to the old "--one_java_file" option) and Proto2 (where
354
- // a .proto always translates to a single class, but you may want to
355
- // explicitly choose the class name).
351
+ // Controls the name of the wrapper Java class generated for the .proto file.
352
+ // That class will always contain the .proto file's getDescriptor() method as
353
+ // well as any top-level extensions defined in the .proto file.
354
+ // If java_multiple_files is disabled, then all the other classes from the
355
+ // .proto file will be nested inside the single wrapper outer class.
356
356
  optional string java_outer_classname = 8;
357
357
 
358
- // If set true, then the Java code generator will generate a separate .java
358
+ // If enabled, then the Java code generator will generate a separate .java
359
359
  // file for each top-level message, enum, and service defined in the .proto
360
- // file. Thus, these types will *not* be nested inside the outer class
361
- // named by java_outer_classname. However, the outer class will still be
360
+ // file. Thus, these types will *not* be nested inside the wrapper class
361
+ // named by java_outer_classname. However, the wrapper class will still be
362
362
  // generated to contain the file's getDescriptor() method as well as any
363
363
  // top-level extensions defined in the file.
364
364
  optional bool java_multiple_files = 10 [default = false];
@@ -496,6 +496,8 @@ message MessageOptions {
496
496
  // this is a formalization for deprecating messages.
497
497
  optional bool deprecated = 3 [default = false];
498
498
 
499
+ reserved 4, 5, 6;
500
+
499
501
  // Whether the message is an automatically generated map entry type for the
500
502
  // maps field.
501
503
  //
Binary file
data/bin/x86-linux/protoc CHANGED
Binary file
@@ -348,17 +348,17 @@ message FileOptions {
348
348
  optional string java_package = 1;
349
349
 
350
350
 
351
- // If set, all the classes from the .proto file are wrapped in a single
352
- // outer class with the given name. This applies to both Proto1
353
- // (equivalent to the old "--one_java_file" option) and Proto2 (where
354
- // a .proto always translates to a single class, but you may want to
355
- // explicitly choose the class name).
351
+ // Controls the name of the wrapper Java class generated for the .proto file.
352
+ // That class will always contain the .proto file's getDescriptor() method as
353
+ // well as any top-level extensions defined in the .proto file.
354
+ // If java_multiple_files is disabled, then all the other classes from the
355
+ // .proto file will be nested inside the single wrapper outer class.
356
356
  optional string java_outer_classname = 8;
357
357
 
358
- // If set true, then the Java code generator will generate a separate .java
358
+ // If enabled, then the Java code generator will generate a separate .java
359
359
  // file for each top-level message, enum, and service defined in the .proto
360
- // file. Thus, these types will *not* be nested inside the outer class
361
- // named by java_outer_classname. However, the outer class will still be
360
+ // file. Thus, these types will *not* be nested inside the wrapper class
361
+ // named by java_outer_classname. However, the wrapper class will still be
362
362
  // generated to contain the file's getDescriptor() method as well as any
363
363
  // top-level extensions defined in the file.
364
364
  optional bool java_multiple_files = 10 [default = false];
@@ -496,6 +496,8 @@ message MessageOptions {
496
496
  // this is a formalization for deprecating messages.
497
497
  optional bool deprecated = 3 [default = false];
498
498
 
499
+ reserved 4, 5, 6;
500
+
499
501
  // Whether the message is an automatically generated map entry type for the
500
502
  // maps field.
501
503
  //
Binary file
Binary file
@@ -348,17 +348,17 @@ message FileOptions {
348
348
  optional string java_package = 1;
349
349
 
350
350
 
351
- // If set, all the classes from the .proto file are wrapped in a single
352
- // outer class with the given name. This applies to both Proto1
353
- // (equivalent to the old "--one_java_file" option) and Proto2 (where
354
- // a .proto always translates to a single class, but you may want to
355
- // explicitly choose the class name).
351
+ // Controls the name of the wrapper Java class generated for the .proto file.
352
+ // That class will always contain the .proto file's getDescriptor() method as
353
+ // well as any top-level extensions defined in the .proto file.
354
+ // If java_multiple_files is disabled, then all the other classes from the
355
+ // .proto file will be nested inside the single wrapper outer class.
356
356
  optional string java_outer_classname = 8;
357
357
 
358
- // If set true, then the Java code generator will generate a separate .java
358
+ // If enabled, then the Java code generator will generate a separate .java
359
359
  // file for each top-level message, enum, and service defined in the .proto
360
- // file. Thus, these types will *not* be nested inside the outer class
361
- // named by java_outer_classname. However, the outer class will still be
360
+ // file. Thus, these types will *not* be nested inside the wrapper class
361
+ // named by java_outer_classname. However, the wrapper class will still be
362
362
  // generated to contain the file's getDescriptor() method as well as any
363
363
  // top-level extensions defined in the file.
364
364
  optional bool java_multiple_files = 10 [default = false];
@@ -496,6 +496,8 @@ message MessageOptions {
496
496
  // this is a formalization for deprecating messages.
497
497
  optional bool deprecated = 3 [default = false];
498
498
 
499
+ reserved 4, 5, 6;
500
+
499
501
  // Whether the message is an automatically generated map entry type for the
500
502
  // maps field.
501
503
  //
Binary file
Binary file
@@ -348,17 +348,17 @@ message FileOptions {
348
348
  optional string java_package = 1;
349
349
 
350
350
 
351
- // If set, all the classes from the .proto file are wrapped in a single
352
- // outer class with the given name. This applies to both Proto1
353
- // (equivalent to the old "--one_java_file" option) and Proto2 (where
354
- // a .proto always translates to a single class, but you may want to
355
- // explicitly choose the class name).
351
+ // Controls the name of the wrapper Java class generated for the .proto file.
352
+ // That class will always contain the .proto file's getDescriptor() method as
353
+ // well as any top-level extensions defined in the .proto file.
354
+ // If java_multiple_files is disabled, then all the other classes from the
355
+ // .proto file will be nested inside the single wrapper outer class.
356
356
  optional string java_outer_classname = 8;
357
357
 
358
- // If set true, then the Java code generator will generate a separate .java
358
+ // If enabled, then the Java code generator will generate a separate .java
359
359
  // file for each top-level message, enum, and service defined in the .proto
360
- // file. Thus, these types will *not* be nested inside the outer class
361
- // named by java_outer_classname. However, the outer class will still be
360
+ // file. Thus, these types will *not* be nested inside the wrapper class
361
+ // named by java_outer_classname. However, the wrapper class will still be
362
362
  // generated to contain the file's getDescriptor() method as well as any
363
363
  // top-level extensions defined in the file.
364
364
  optional bool java_multiple_files = 10 [default = false];
@@ -496,6 +496,8 @@ message MessageOptions {
496
496
  // this is a formalization for deprecating messages.
497
497
  optional bool deprecated = 3 [default = false];
498
498
 
499
+ reserved 4, 5, 6;
500
+
499
501
  // Whether the message is an automatically generated map entry type for the
500
502
  // maps field.
501
503
  //
Binary file
Binary file
@@ -348,17 +348,17 @@ message FileOptions {
348
348
  optional string java_package = 1;
349
349
 
350
350
 
351
- // If set, all the classes from the .proto file are wrapped in a single
352
- // outer class with the given name. This applies to both Proto1
353
- // (equivalent to the old "--one_java_file" option) and Proto2 (where
354
- // a .proto always translates to a single class, but you may want to
355
- // explicitly choose the class name).
351
+ // Controls the name of the wrapper Java class generated for the .proto file.
352
+ // That class will always contain the .proto file's getDescriptor() method as
353
+ // well as any top-level extensions defined in the .proto file.
354
+ // If java_multiple_files is disabled, then all the other classes from the
355
+ // .proto file will be nested inside the single wrapper outer class.
356
356
  optional string java_outer_classname = 8;
357
357
 
358
- // If set true, then the Java code generator will generate a separate .java
358
+ // If enabled, then the Java code generator will generate a separate .java
359
359
  // file for each top-level message, enum, and service defined in the .proto
360
- // file. Thus, these types will *not* be nested inside the outer class
361
- // named by java_outer_classname. However, the outer class will still be
360
+ // file. Thus, these types will *not* be nested inside the wrapper class
361
+ // named by java_outer_classname. However, the wrapper class will still be
362
362
  // generated to contain the file's getDescriptor() method as well as any
363
363
  // top-level extensions defined in the file.
364
364
  optional bool java_multiple_files = 10 [default = false];
@@ -496,6 +496,8 @@ message MessageOptions {
496
496
  // this is a formalization for deprecating messages.
497
497
  optional bool deprecated = 3 [default = false];
498
498
 
499
+ reserved 4, 5, 6;
500
+
499
501
  // Whether the message is an automatically generated map entry type for the
500
502
  // maps field.
501
503
  //
Binary file
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module Tools
17
- VERSION = '1.39.0.pre1'
17
+ VERSION = '1.41.0.pre2'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0.pre1
4
+ version: 1.41.0.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-02 00:00:00.000000000 Z
11
+ date: 2021-09-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: protoc and the Ruby gRPC protoc plugin
14
14
  email: grpc-io@googlegroups.com