public static interface Als.CommonGrpcAccessLogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GrpcServiceOuterClass.GrpcService |
getGrpcService()
The gRPC service for the access log service.
|
GrpcServiceOuterClass.GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
The gRPC service for the access log service.
|
String |
getLogName()
The friendly name of the access log to be returned in :ref:`StreamAccessLogsMessage.Identifier
<envoy_api_msg_service.accesslog.v2.StreamAccessLogsMessage.Identifier>`.
|
com.google.protobuf.ByteString |
getLogNameBytes()
The friendly name of the access log to be returned in :ref:`StreamAccessLogsMessage.Identifier
<envoy_api_msg_service.accesslog.v2.StreamAccessLogsMessage.Identifier>`.
|
boolean |
hasGrpcService()
The gRPC service for the access log service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLogName()
The friendly name of the access log to be returned in :ref:`StreamAccessLogsMessage.Identifier <envoy_api_msg_service.accesslog.v2.StreamAccessLogsMessage.Identifier>`. This allows the access log server to differentiate between different access logs coming from the same Envoy.
string log_name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getLogNameBytes()
The friendly name of the access log to be returned in :ref:`StreamAccessLogsMessage.Identifier <envoy_api_msg_service.accesslog.v2.StreamAccessLogsMessage.Identifier>`. This allows the access log server to differentiate between different access logs coming from the same Envoy.
string log_name = 1 [(.validate.rules) = { ... }boolean hasGrpcService()
The gRPC service for the access log service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcServiceOuterClass.GrpcService getGrpcService()
The gRPC service for the access log service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }GrpcServiceOuterClass.GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The gRPC service for the access log service.
.envoy.api.v2.core.GrpcService grpc_service = 2 [(.validate.rules) = { ... }Copyright © 2018 The Envoy Project. All rights reserved.