Package io.envoyproxy.envoy.api.v2.core
Interface GrpcMethodList.ServiceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcMethodList.Service,GrpcMethodList.Service.Builder
- Enclosing class:
- GrpcMethodList
public static interface GrpcMethodList.ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMethodNames(int index) The names of the gRPC methods in this service.com.google.protobuf.ByteStringgetMethodNamesBytes(int index) The names of the gRPC methods in this service.intThe names of the gRPC methods in this service.The names of the gRPC methods in this service.getName()The name of the gRPC service.com.google.protobuf.ByteStringThe name of the gRPC service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()The name of the gRPC service.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the gRPC service.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for name.
-
getMethodNamesList
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }- Returns:
- A list containing the methodNames.
-
getMethodNamesCount
int getMethodNamesCount()The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }- Returns:
- The count of methodNames.
-
getMethodNames
The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The methodNames at the given index.
-
getMethodNamesBytes
com.google.protobuf.ByteString getMethodNamesBytes(int index) The names of the gRPC methods in this service.
repeated string method_names = 2 [(.validate.rules) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the methodNames at the given index.
-