public static interface GrpcMethodList.ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodNames(int index)
The names of the gRPC methods in this service.
|
com.google.protobuf.ByteString |
getMethodNamesBytes(int index)
The names of the gRPC methods in this service.
|
int |
getMethodNamesCount()
The names of the gRPC methods in this service.
|
List<String> |
getMethodNamesList()
The names of the gRPC methods in this service.
|
String |
getName()
The name of the gRPC service.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the gRPC service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the gRPC service.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The name of the gRPC service.
string name = 1 [(.validate.rules) = { ... }List<String> getMethodNamesList()
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }int getMethodNamesCount()
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }String getMethodNames(int index)
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getMethodNamesBytes(int index)
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.