mirror of https://github.com/grpc/grpc-go.git
cmd/protoc-gen-go-grpc: enable edition 2023 support (#7351)
This commit is contained in:
parent
5f5d4d2c0b
commit
98e5deebae
|
|
@ -20,7 +20,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/lb/v1/load_balancer.proto
|
// source: grpc/lb/v1/load_balancer.proto
|
||||||
|
|
||||||
package grpc_lb_v1
|
package grpc_lb_v1
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/lb/v1/load_balancer.proto
|
// source: grpc/lb/v1/load_balancer.proto
|
||||||
|
|
||||||
package grpc_lb_v1
|
package grpc_lb_v1
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/binlog/v1/binarylog.proto
|
// source: grpc/binlog/v1/binarylog.proto
|
||||||
|
|
||||||
package grpc_binarylog_v1
|
package grpc_binarylog_v1
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/channelz/v1/channelz.proto
|
// source: grpc/channelz/v1/channelz.proto
|
||||||
|
|
||||||
package grpc_channelz_v1
|
package grpc_channelz_v1
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/channelz/v1/channelz.proto
|
// source: grpc/channelz/v1/channelz.proto
|
||||||
|
|
||||||
package grpc_channelz_v1
|
package grpc_channelz_v1
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"google.golang.org/protobuf/compiler/protogen"
|
"google.golang.org/protobuf/compiler/protogen"
|
||||||
|
"google.golang.org/protobuf/types/descriptorpb"
|
||||||
"google.golang.org/protobuf/types/pluginpb"
|
"google.golang.org/protobuf/types/pluginpb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -61,7 +62,9 @@ func main() {
|
||||||
protogen.Options{
|
protogen.Options{
|
||||||
ParamFunc: flags.Set,
|
ParamFunc: flags.Set,
|
||||||
}.Run(func(gen *protogen.Plugin) error {
|
}.Run(func(gen *protogen.Plugin) error {
|
||||||
gen.SupportedFeatures = uint64(pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL)
|
gen.SupportedFeatures = uint64(pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL) | uint64(pluginpb.CodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS)
|
||||||
|
gen.SupportedEditionsMinimum = descriptorpb.Edition_EDITION_PROTO2
|
||||||
|
gen.SupportedEditionsMaximum = descriptorpb.Edition_EDITION_2023
|
||||||
for _, f := range gen.Files {
|
for _, f := range gen.Files {
|
||||||
if !f.Generate {
|
if !f.Generate {
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/gcp/altscontext.proto
|
// source: grpc/gcp/altscontext.proto
|
||||||
|
|
||||||
package grpc_gcp
|
package grpc_gcp
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/gcp/handshaker.proto
|
// source: grpc/gcp/handshaker.proto
|
||||||
|
|
||||||
package grpc_gcp
|
package grpc_gcp
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/gcp/handshaker.proto
|
// source: grpc/gcp/handshaker.proto
|
||||||
|
|
||||||
package grpc_gcp
|
package grpc_gcp
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/gcp/transport_security_common.proto
|
// source: grpc/gcp/transport_security_common.proto
|
||||||
|
|
||||||
package grpc_gcp
|
package grpc_gcp
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: examples/features/proto/echo/echo.proto
|
// source: examples/features/proto/echo/echo.proto
|
||||||
|
|
||||||
package echo
|
package echo
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: examples/features/proto/echo/echo.proto
|
// source: examples/features/proto/echo/echo.proto
|
||||||
|
|
||||||
package echo
|
package echo
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: examples/helloworld/helloworld/helloworld.proto
|
// source: examples/helloworld/helloworld/helloworld.proto
|
||||||
|
|
||||||
package helloworld
|
package helloworld
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: examples/helloworld/helloworld/helloworld.proto
|
// source: examples/helloworld/helloworld/helloworld.proto
|
||||||
|
|
||||||
package helloworld
|
package helloworld
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: examples/route_guide/routeguide/route_guide.proto
|
// source: examples/route_guide/routeguide/route_guide.proto
|
||||||
|
|
||||||
package routeguide
|
package routeguide
|
||||||
|
|
@ -43,8 +43,8 @@ type Point struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Latitude int32 `protobuf:"varint,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
|
Latitude int32 `protobuf:"varint,1,opt,name=latitude" json:"latitude,omitempty"`
|
||||||
Longitude int32 `protobuf:"varint,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
|
Longitude int32 `protobuf:"varint,2,opt,name=longitude" json:"longitude,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Point) Reset() {
|
func (x *Point) Reset() {
|
||||||
|
|
@ -101,9 +101,9 @@ type Rectangle struct {
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
// One corner of the rectangle.
|
// One corner of the rectangle.
|
||||||
Lo *Point `protobuf:"bytes,1,opt,name=lo,proto3" json:"lo,omitempty"`
|
Lo *Point `protobuf:"bytes,1,opt,name=lo" json:"lo,omitempty"`
|
||||||
// The other corner of the rectangle.
|
// The other corner of the rectangle.
|
||||||
Hi *Point `protobuf:"bytes,2,opt,name=hi,proto3" json:"hi,omitempty"`
|
Hi *Point `protobuf:"bytes,2,opt,name=hi" json:"hi,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Rectangle) Reset() {
|
func (x *Rectangle) Reset() {
|
||||||
|
|
@ -161,9 +161,9 @@ type Feature struct {
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
// The name of the feature.
|
// The name of the feature.
|
||||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||||
// The point where the feature is detected.
|
// The point where the feature is detected.
|
||||||
Location *Point `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
|
Location *Point `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Feature) Reset() {
|
func (x *Feature) Reset() {
|
||||||
|
|
@ -219,9 +219,9 @@ type RouteNote struct {
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
// The location from which the message is sent.
|
// The location from which the message is sent.
|
||||||
Location *Point `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
|
Location *Point `protobuf:"bytes,1,opt,name=location" json:"location,omitempty"`
|
||||||
// The message to be sent.
|
// The message to be sent.
|
||||||
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
|
Message string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RouteNote) Reset() {
|
func (x *RouteNote) Reset() {
|
||||||
|
|
@ -281,13 +281,13 @@ type RouteSummary struct {
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
// The number of points received.
|
// The number of points received.
|
||||||
PointCount int32 `protobuf:"varint,1,opt,name=point_count,json=pointCount,proto3" json:"point_count,omitempty"`
|
PointCount int32 `protobuf:"varint,1,opt,name=point_count,json=pointCount" json:"point_count,omitempty"`
|
||||||
// The number of known features passed while traversing the route.
|
// The number of known features passed while traversing the route.
|
||||||
FeatureCount int32 `protobuf:"varint,2,opt,name=feature_count,json=featureCount,proto3" json:"feature_count,omitempty"`
|
FeatureCount int32 `protobuf:"varint,2,opt,name=feature_count,json=featureCount" json:"feature_count,omitempty"`
|
||||||
// The distance covered in metres.
|
// The distance covered in metres.
|
||||||
Distance int32 `protobuf:"varint,3,opt,name=distance,proto3" json:"distance,omitempty"`
|
Distance int32 `protobuf:"varint,3,opt,name=distance" json:"distance,omitempty"`
|
||||||
// The duration of the traversal in seconds.
|
// The duration of the traversal in seconds.
|
||||||
ElapsedTime int32 `protobuf:"varint,4,opt,name=elapsed_time,json=elapsedTime,proto3" json:"elapsed_time,omitempty"`
|
ElapsedTime int32 `protobuf:"varint,4,opt,name=elapsed_time,json=elapsedTime" json:"elapsed_time,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RouteSummary) Reset() {
|
func (x *RouteSummary) Reset() {
|
||||||
|
|
@ -402,14 +402,15 @@ var file_examples_route_guide_routeguide_route_guide_proto_rawDesc = []byte{
|
||||||
0x68, 0x61, 0x74, 0x12, 0x15, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x67, 0x75, 0x69, 0x64, 0x65,
|
0x68, 0x61, 0x74, 0x12, 0x15, 0x2e, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x67, 0x75, 0x69, 0x64, 0x65,
|
||||||
0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4e, 0x6f, 0x74, 0x65, 0x1a, 0x15, 0x2e, 0x72, 0x6f, 0x75,
|
0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4e, 0x6f, 0x74, 0x65, 0x1a, 0x15, 0x2e, 0x72, 0x6f, 0x75,
|
||||||
0x74, 0x65, 0x67, 0x75, 0x69, 0x64, 0x65, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4e, 0x6f, 0x74,
|
0x74, 0x65, 0x67, 0x75, 0x69, 0x64, 0x65, 0x2e, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4e, 0x6f, 0x74,
|
||||||
0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x42, 0x68, 0x0a, 0x1b, 0x69, 0x6f, 0x2e, 0x67, 0x72,
|
0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x42, 0x6d, 0x0a, 0x1b, 0x69, 0x6f, 0x2e, 0x67, 0x72,
|
||||||
0x70, 0x63, 0x2e, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2e, 0x72, 0x6f, 0x75, 0x74,
|
0x70, 0x63, 0x2e, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2e, 0x72, 0x6f, 0x75, 0x74,
|
||||||
0x65, 0x67, 0x75, 0x69, 0x64, 0x65, 0x42, 0x0f, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x47, 0x75, 0x69,
|
0x65, 0x67, 0x75, 0x69, 0x64, 0x65, 0x42, 0x0f, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x47, 0x75, 0x69,
|
||||||
0x64, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
0x64, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x36, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
||||||
0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x72, 0x70,
|
0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x72, 0x70,
|
||||||
0x63, 0x2f, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65,
|
0x63, 0x2f, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65,
|
||||||
0x5f, 0x67, 0x75, 0x69, 0x64, 0x65, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x67, 0x75, 0x69, 0x64,
|
0x5f, 0x67, 0x75, 0x69, 0x64, 0x65, 0x2f, 0x72, 0x6f, 0x75, 0x74, 0x65, 0x67, 0x75, 0x69, 0x64,
|
||||||
0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
0x65, 0x92, 0x03, 0x02, 0x08, 0x02, 0x62, 0x08, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
||||||
|
0x70, 0xe8, 0x07,
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
syntax = "proto3";
|
edition = "2023";
|
||||||
|
|
||||||
|
option features.field_presence = IMPLICIT;
|
||||||
option go_package = "google.golang.org/grpc/examples/route_guide/routeguide";
|
option go_package = "google.golang.org/grpc/examples/route_guide/routeguide";
|
||||||
option java_multiple_files = true;
|
option java_multiple_files = true;
|
||||||
option java_package = "io.grpc.examples.routeguide";
|
option java_package = "io.grpc.examples.routeguide";
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: examples/route_guide/routeguide/route_guide.proto
|
// source: examples/route_guide/routeguide/route_guide.proto
|
||||||
|
|
||||||
package routeguide
|
package routeguide
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/health/v1/health.proto
|
// source: grpc/health/v1/health.proto
|
||||||
|
|
||||||
package grpc_health_v1
|
package grpc_health_v1
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/health/v1/health.proto
|
// source: grpc/health/v1/health.proto
|
||||||
|
|
||||||
package grpc_health_v1
|
package grpc_health_v1
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/lookup/v1/rls.proto
|
// source: grpc/lookup/v1/rls.proto
|
||||||
|
|
||||||
package grpc_lookup_v1
|
package grpc_lookup_v1
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/lookup/v1/rls_config.proto
|
// source: grpc/lookup/v1/rls_config.proto
|
||||||
|
|
||||||
package grpc_lookup_v1
|
package grpc_lookup_v1
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/lookup/v1/rls.proto
|
// source: grpc/lookup/v1/rls.proto
|
||||||
|
|
||||||
package grpc_lookup_v1
|
package grpc_lookup_v1
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/benchmark_service.proto
|
// source: grpc/testing/benchmark_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/testing/benchmark_service.proto
|
// source: grpc/testing/benchmark_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/control.proto
|
// source: grpc/testing/control.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/core/stats.proto
|
// source: grpc/core/stats.proto
|
||||||
|
|
||||||
package core
|
package core
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/empty.proto
|
// source: grpc/testing/empty.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/messages.proto
|
// source: grpc/testing/messages.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/payloads.proto
|
// source: grpc/testing/payloads.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/report_qps_scenario_service.proto
|
// source: grpc/testing/report_qps_scenario_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/testing/report_qps_scenario_service.proto
|
// source: grpc/testing/report_qps_scenario_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/stats.proto
|
// source: grpc/testing/stats.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/test.proto
|
// source: grpc/testing/test.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/testing/test.proto
|
// source: grpc/testing/test.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/testing/worker_service.proto
|
// source: grpc/testing/worker_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/testing/worker_service.proto
|
// source: grpc/testing/worker_service.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: interop/stress/grpc_testing/metrics.proto
|
// source: interop/stress/grpc_testing/metrics.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: interop/stress/grpc_testing/metrics.proto
|
// source: interop/stress/grpc_testing/metrics.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: profiling/proto/service.proto
|
// source: profiling/proto/service.proto
|
||||||
|
|
||||||
package proto
|
package proto
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: profiling/proto/service.proto
|
// source: profiling/proto/service.proto
|
||||||
|
|
||||||
package proto
|
package proto
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: grpc/reflection/v1/reflection.proto
|
// source: grpc/reflection/v1/reflection.proto
|
||||||
|
|
||||||
package grpc_reflection_v1
|
package grpc_reflection_v1
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: grpc/reflection/v1/reflection.proto
|
// source: grpc/reflection/v1/reflection.proto
|
||||||
|
|
||||||
package grpc_reflection_v1
|
package grpc_reflection_v1
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// grpc/reflection/v1alpha/reflection.proto is a deprecated file.
|
// grpc/reflection/v1alpha/reflection.proto is a deprecated file.
|
||||||
|
|
||||||
package grpc_reflection_v1alpha
|
package grpc_reflection_v1alpha
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// grpc/reflection/v1alpha/reflection.proto is a deprecated file.
|
// grpc/reflection/v1alpha/reflection.proto is a deprecated file.
|
||||||
|
|
||||||
package grpc_reflection_v1alpha
|
package grpc_reflection_v1alpha
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: reflection/grpc_testing/proto2.proto
|
// source: reflection/grpc_testing/proto2.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: reflection/grpc_testing/proto2_ext.proto
|
// source: reflection/grpc_testing/proto2_ext.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: reflection/grpc_testing/proto2_ext2.proto
|
// source: reflection/grpc_testing/proto2_ext2.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: reflection/grpc_testing/test.proto
|
// source: reflection/grpc_testing/test.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.4.0
|
// - protoc-gen-go-grpc v1.4.0
|
||||||
// - protoc v4.25.2
|
// - protoc v5.27.1
|
||||||
// source: reflection/grpc_testing/test.proto
|
// source: reflection/grpc_testing/test.proto
|
||||||
|
|
||||||
package grpc_testing
|
package grpc_testing
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ set -eu -o pipefail
|
||||||
source "$(dirname $0)/vet-common.sh"
|
source "$(dirname $0)/vet-common.sh"
|
||||||
|
|
||||||
# The version of protoc that will be installed.
|
# The version of protoc that will be installed.
|
||||||
PROTOC_VERSION="25.2"
|
PROTOC_VERSION="27.1"
|
||||||
|
|
||||||
# Function to download pre-built binaries for Linux with
|
# Function to download pre-built binaries for Linux with
|
||||||
# ARCH as $1, OS as $2, and INSTALL_PATH as $3 arguments.
|
# ARCH as $1, OS as $2, and INSTALL_PATH as $3 arguments.
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.34.1
|
// protoc-gen-go v1.34.1
|
||||||
// protoc v4.25.2
|
// protoc v5.27.1
|
||||||
// source: test/codec_perf/perf.proto
|
// source: test/codec_perf/perf.proto
|
||||||
|
|
||||||
package codec_perf
|
package codec_perf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue