public static interface GrpcServiceOuterClass.GrpcService.GoogleGrpcOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Additional configuration for site-specific customizations of the Google
gRPC library.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Additional configuration for site-specific customizations of the Google
gRPC library.
|
GrpcServiceOuterClass.GrpcService.GoogleGrpc.SslCredentials |
getSslCredentials()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2; |
GrpcServiceOuterClass.GrpcService.GoogleGrpc.SslCredentialsOrBuilder |
getSslCredentialsOrBuilder()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2; |
String |
getStatPrefix()
The human readable prefix to use when emitting statistics for the gRPC
service.
.. csv-table::
:header: Name, Type, Description
:widths: 1, 1, 2
streams_total, Counter, Total number of streams opened
streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>
string stat_prefix = 3 [(.validate.rules) = { ... } |
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting statistics for the gRPC
service.
.. csv-table::
:header: Name, Type, Description
:widths: 1, 1, 2
streams_total, Counter, Total number of streams opened
streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>
string stat_prefix = 3 [(.validate.rules) = { ... } |
String |
getTargetUri()
The target URI when using the `Google C++ gRPC client
<https://github.com/grpc/grpc>`_.
|
com.google.protobuf.ByteString |
getTargetUriBytes()
The target URI when using the `Google C++ gRPC client
<https://github.com/grpc/grpc>`_.
|
boolean |
hasConfig()
Additional configuration for site-specific customizations of the Google
gRPC library.
|
boolean |
hasSslCredentials()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTargetUri()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in :ref:`credentials <envoy_api_field_core.GrpcService.credentials>`.
string target_uri = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getTargetUriBytes()
The target URI when using the `Google C++ gRPC client <https://github.com/grpc/grpc>`_. SSL credentials will be supplied in :ref:`credentials <envoy_api_field_core.GrpcService.credentials>`.
string target_uri = 1 [(.validate.rules) = { ... }boolean hasSslCredentials()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2;GrpcServiceOuterClass.GrpcService.GoogleGrpc.SslCredentials getSslCredentials()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2;GrpcServiceOuterClass.GrpcService.GoogleGrpc.SslCredentialsOrBuilder getSslCredentialsOrBuilder()
.envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials ssl_credentials = 2;String getStatPrefix()
The human readable prefix to use when emitting statistics for the gRPC
service.
.. csv-table::
:header: Name, Type, Description
:widths: 1, 1, 2
streams_total, Counter, Total number of streams opened
streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>
string stat_prefix = 3 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting statistics for the gRPC
service.
.. csv-table::
:header: Name, Type, Description
:widths: 1, 1, 2
streams_total, Counter, Total number of streams opened
streams_closed_<gRPC status code>, Counter, Total streams closed with <gRPC status code>
string stat_prefix = 3 [(.validate.rules) = { ... }boolean hasConfig()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 4;com.google.protobuf.Struct getConfig()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 4;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Additional configuration for site-specific customizations of the Google gRPC library.
.google.protobuf.Struct config = 4;Copyright © 2018 The Envoy Project. All rights reserved.