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

akkaserverless.legacy_entity_key.proto Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
// Copyright 2021 Lightbend Inc.

// Extension for specifying which field in a message is to be considered an
// entity key, for the purposes of associating gRPC calls with entities and
// sharding.

syntax = "proto3";

package akkaserverless;

option go_package = "github.com/lightbend/akkaserverless-go-sdk/akkaserverless;akkaserverless";
option java_multiple_files = true;
option java_package = "com.akkaserverless";

import "google/protobuf/descriptor.proto";

extend google.protobuf.FieldOptions {
  // Deprecated: This option has no effect.
  bool legacy_entity_key = 50002 [deprecated = true];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy