io.grpc.reflection.v1alpha.ErrorResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dubbo Show documentation
Show all versions of dubbo Show documentation
The all in one project of dubbo
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: reflectionV1Alpha.proto
// Protobuf Java Version: 3.25.5
package io.grpc.reflection.v1alpha;
public interface ErrorResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.ErrorResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* This field uses the error codes defined in grpc::StatusCode.
*
*
* int32 error_code = 1;
* @return The errorCode.
*/
int getErrorCode();
/**
* string error_message = 2;
* @return The errorMessage.
*/
java.lang.String getErrorMessage();
/**
* string error_message = 2;
* @return The bytes for errorMessage.
*/
com.google.protobuf.ByteString
getErrorMessageBytes();
}