grpc-tools 1.39.0 → 1.41.0

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: e8d707c3d74ee990fc930711bc0ae237a79cdeacf3154ac6157e3f5cd23ed29e
4
- data.tar.gz: 283dbf6d8cd51b269ec72f6f9654f0a08d771c6fb08c9bb5f5efcd5ec853bc85
3
+ metadata.gz: 3c1fc468b966b9ff8a6288bcb76540d4920240bf8d42e612f42ab51c6eda863d
4
+ data.tar.gz: 721c9dc650abefeeb168eda6fff286550089b9e13a4357cb9f45f1dc0b66e949
5
5
  SHA512:
6
- metadata.gz: 31692491f73fc90aaae865b55ca8dac72e366b3a2942462ba3998bc50e3d5137869346500dd524444238b7f6a608089250dd79d63e537c9169551eccccb700df
7
- data.tar.gz: 4e81f96fdd5d6d7a1cab22a770343a5db92210cd035393001bd9dcea016ec391614c2e9c087321c2ee71026939ab493fbca43a9cf3669b95c80d1b4e7f7ab557
6
+ metadata.gz: f1f288fd9d2a63a65c6ff54798b4bef6c0a488294afb4abaaff49ed6559f954469c699c1d196ba4cfed85de6333c75f901c68b5c355d083a1b15de6fc50e9c2e
7
+ data.tar.gz: 14c84f0907b76ba7ea3b3b60888762e5746f84c8d05aa1785e63a6a8aca0f024dd3d7e69f0d1dfedc2fa35f4a06e8d02144b2b16e0cdcbcbaa533c9e8dc69986
@@ -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'
17
+ VERSION = '1.41.0'
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
4
+ version: 1.41.0
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-21 00:00:00.000000000 Z
11
+ date: 2021-09-25 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