Merge pull request #15711 from ncteisen/deprecate-deprecated

Remove Old Comments
pull/13002/merge
Noah Eisen 7 years ago committed by GitHub
commit b12b813ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/proto/grpc/testing/messages.proto

@ -27,7 +27,6 @@ message BoolValue {
bool value = 1; bool value = 1;
} }
// DEPRECATED, don't use. To be removed shortly.
// The type of payload that should be returned. // The type of payload that should be returned.
enum PayloadType { enum PayloadType {
// Compressable text format. // Compressable text format.
@ -36,7 +35,6 @@ enum PayloadType {
// A block of data, to simply increase gRPC message size. // A block of data, to simply increase gRPC message size.
message Payload { message Payload {
// DEPRECATED, don't use. To be removed shortly.
// The type of data in body. // The type of data in body.
PayloadType type = 1; PayloadType type = 1;
// Primary contents of payload. // Primary contents of payload.
@ -52,7 +50,6 @@ message EchoStatus {
// Unary request. // Unary request.
message SimpleRequest { message SimpleRequest {
// DEPRECATED, don't use. To be removed shortly.
// Desired payload type in the response from the server. // Desired payload type in the response from the server.
// If response_type is RANDOM, server randomly chooses one from other formats. // If response_type is RANDOM, server randomly chooses one from other formats.
PayloadType response_type = 1; PayloadType response_type = 1;
@ -131,7 +128,6 @@ message ResponseParameters {
// Server-streaming request. // Server-streaming request.
message StreamingOutputCallRequest { message StreamingOutputCallRequest {
// DEPRECATED, don't use. To be removed shortly.
// Desired payload type in the response from the server. // Desired payload type in the response from the server.
// If response_type is RANDOM, the payload from each response in the stream // If response_type is RANDOM, the payload from each response in the stream
// might be of different types. This is to simulate a mixed type of payload // might be of different types. This is to simulate a mixed type of payload

Loading…
Cancel
Save