public interface StreamEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getEvents(int index)
Batch of events.
|
int |
getEventsCount()
Batch of events.
|
List<com.google.protobuf.Any> |
getEventsList()
Batch of events.
|
com.google.protobuf.AnyOrBuilder |
getEventsOrBuilder(int index)
Batch of events.
|
List<? extends com.google.protobuf.AnyOrBuilder> |
getEventsOrBuilderList()
Batch of events.
|
StreamEventsRequest.Identifier |
getIdentifier()
Identifier data that will only be sent in the first message on the stream.
|
StreamEventsRequest.IdentifierOrBuilder |
getIdentifierOrBuilder()
Identifier data that will only be sent in the first message on the stream.
|
boolean |
hasIdentifier()
Identifier data that will only be sent in the first message on the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.event_reporting.v2alpha.StreamEventsRequest.Identifier identifier = 1;StreamEventsRequest.Identifier getIdentifier()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.event_reporting.v2alpha.StreamEventsRequest.Identifier identifier = 1;StreamEventsRequest.IdentifierOrBuilder getIdentifierOrBuilder()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.event_reporting.v2alpha.StreamEventsRequest.Identifier identifier = 1;List<com.google.protobuf.Any> getEventsList()
Batch of events. When the stream is already active, it will be the events occurred since the last message had been sent. If the server receives unknown event type, it should silently ignore it. The following events are supported: * :ref:`HealthCheckEvent <envoy_api_msg_data.core.v2alpha.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v2alpha.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }com.google.protobuf.Any getEvents(int index)
Batch of events. When the stream is already active, it will be the events occurred since the last message had been sent. If the server receives unknown event type, it should silently ignore it. The following events are supported: * :ref:`HealthCheckEvent <envoy_api_msg_data.core.v2alpha.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v2alpha.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }int getEventsCount()
Batch of events. When the stream is already active, it will be the events occurred since the last message had been sent. If the server receives unknown event type, it should silently ignore it. The following events are supported: * :ref:`HealthCheckEvent <envoy_api_msg_data.core.v2alpha.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v2alpha.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }List<? extends com.google.protobuf.AnyOrBuilder> getEventsOrBuilderList()
Batch of events. When the stream is already active, it will be the events occurred since the last message had been sent. If the server receives unknown event type, it should silently ignore it. The following events are supported: * :ref:`HealthCheckEvent <envoy_api_msg_data.core.v2alpha.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v2alpha.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }com.google.protobuf.AnyOrBuilder getEventsOrBuilder(int index)
Batch of events. When the stream is already active, it will be the events occurred since the last message had been sent. If the server receives unknown event type, it should silently ignore it. The following events are supported: * :ref:`HealthCheckEvent <envoy_api_msg_data.core.v2alpha.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v2alpha.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.