public static interface GrpcService.EnvoyGrpcOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
The `:authority` header in the grpc request.
|
com.google.protobuf.ByteString |
getAuthorityBytes()
The `:authority` header in the grpc request.
|
String |
getClusterName()
The name of the upstream gRPC cluster.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
The name of the upstream gRPC cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
The name of the upstream gRPC cluster. SSL credentials will be supplied in the :ref:`Cluster <envoy_api_msg_config.cluster.v4alpha.Cluster>` :ref:`transport_socket <envoy_api_field_config.cluster.v4alpha.Cluster.transport_socket>`.
string cluster_name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClusterNameBytes()
The name of the upstream gRPC cluster. SSL credentials will be supplied in the :ref:`Cluster <envoy_api_msg_config.cluster.v4alpha.Cluster>` :ref:`transport_socket <envoy_api_field_config.cluster.v4alpha.Cluster.transport_socket>`.
string cluster_name = 1 [(.validate.rules) = { ... }String getAuthority()
The `:authority` header in the grpc request. If this field is not set, the authority header value will be `cluster_name`. Note that this authority does not override the SNI. The SNI is provided by the transport socket of the cluster.
string authority = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getAuthorityBytes()
The `:authority` header in the grpc request. If this field is not set, the authority header value will be `cluster_name`. Note that this authority does not override the SNI. The SNI is provided by the transport socket of the cluster.
string authority = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.