io.envoyproxy.envoy.service.ext_proc.v3.GrpcStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/ext_proc/v3/external_processor.proto
package io.envoyproxy.envoy.service.ext_proc.v3;
public interface GrpcStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.GrpcStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* The actual gRPC status
*
*
* uint32 status = 1;
* @return The status.
*/
int getStatus();
}