Package io.envoyproxy.envoy.api.v2.core
Interface GrpcService.EnvoyGrpcOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.EnvoyGrpc,GrpcService.EnvoyGrpc.Builder
- Enclosing class:
- GrpcService
public static interface GrpcService.EnvoyGrpcOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterName()The name of the upstream gRPC cluster.com.google.protobuf.ByteStringgetClusterNameBytes()The name of the upstream gRPC cluster.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
String getClusterName()
The name of the upstream gRPC cluster. SSL credentials will be supplied in the :ref:`Cluster <envoy_api_msg_Cluster>` :ref:`transport_socket <envoy_api_field_Cluster.transport_socket>`.
string cluster_name = 1 [(.validate.rules) = { ... }- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()
The name of the upstream gRPC cluster. SSL credentials will be supplied in the :ref:`Cluster <envoy_api_msg_Cluster>` :ref:`transport_socket <envoy_api_field_Cluster.transport_socket>`.
string cluster_name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for clusterName.
-
-