All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xds.annotations.v3.versioning.proto Maven / Gradle / Ivy

Go to download

Akka gRPC - Support for building streaming gRPC servers and clients on top of Akka Streams.

There is a newer version: 2.3.4
Show newest version
syntax = "proto3";

package xds.annotations.v3;

import "google/protobuf/descriptor.proto";

option go_package = "github.com/cncf/xds/go/xds/annotations/v3";

extend google.protobuf.MessageOptions {
  // Magic number is the 28 most significant bits in the sha256sum of
  // "xds.annotations.v3.versioning".
  VersioningAnnotation versioning = 92389011;
}

message VersioningAnnotation {
  // Track the previous message type. E.g. this message might be
  // xds.foo.v3alpha.Foo and it was previously xds.bar.v2.Bar. This
  // information is consumed by UDPA via proto descriptors.
  string previous_message_type = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy