public static final class StreamEventsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder> implements StreamEventsRequestOrBuilder
[#not-implemented-hide:] An events envoy sends to the management server.Protobuf type
envoy.service.event_reporting.v3.StreamEventsRequest| Modifier and Type | Method and Description |
|---|---|
StreamEventsRequest.Builder |
addAllEvents(Iterable<? extends com.google.protobuf.Any> values)
Batch of events.
|
StreamEventsRequest.Builder |
addEvents(com.google.protobuf.Any.Builder builderForValue)
Batch of events.
|
StreamEventsRequest.Builder |
addEvents(com.google.protobuf.Any value)
Batch of events.
|
StreamEventsRequest.Builder |
addEvents(int index,
com.google.protobuf.Any.Builder builderForValue)
Batch of events.
|
StreamEventsRequest.Builder |
addEvents(int index,
com.google.protobuf.Any value)
Batch of events.
|
com.google.protobuf.Any.Builder |
addEventsBuilder()
Batch of events.
|
com.google.protobuf.Any.Builder |
addEventsBuilder(int index)
Batch of events.
|
StreamEventsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamEventsRequest |
build() |
StreamEventsRequest |
buildPartial() |
StreamEventsRequest.Builder |
clear() |
StreamEventsRequest.Builder |
clearEvents()
Batch of events.
|
StreamEventsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamEventsRequest.Builder |
clearIdentifier()
Identifier data that will only be sent in the first message on the stream.
|
StreamEventsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamEventsRequest.Builder |
clone() |
StreamEventsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Any |
getEvents(int index)
Batch of events.
|
com.google.protobuf.Any.Builder |
getEventsBuilder(int index)
Batch of events.
|
List<com.google.protobuf.Any.Builder> |
getEventsBuilderList()
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.Identifier.Builder |
getIdentifierBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StreamEventsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamEventsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
StreamEventsRequest.Builder |
mergeFrom(StreamEventsRequest other) |
StreamEventsRequest.Builder |
mergeIdentifier(StreamEventsRequest.Identifier value)
Identifier data that will only be sent in the first message on the stream.
|
StreamEventsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamEventsRequest.Builder |
removeEvents(int index)
Batch of events.
|
StreamEventsRequest.Builder |
setEvents(int index,
com.google.protobuf.Any.Builder builderForValue)
Batch of events.
|
StreamEventsRequest.Builder |
setEvents(int index,
com.google.protobuf.Any value)
Batch of events.
|
StreamEventsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamEventsRequest.Builder |
setIdentifier(StreamEventsRequest.Identifier.Builder builderForValue)
Identifier data that will only be sent in the first message on the stream.
|
StreamEventsRequest.Builder |
setIdentifier(StreamEventsRequest.Identifier value)
Identifier data that will only be sent in the first message on the stream.
|
StreamEventsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StreamEventsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StreamEventsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StreamEventsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StreamEventsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder mergeFrom(StreamEventsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public StreamEventsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamEventsRequest.Builder>IOExceptionpublic boolean 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.v3.StreamEventsRequest.Identifier identifier = 1;hasIdentifier in interface StreamEventsRequestOrBuilderpublic 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.v3.StreamEventsRequest.Identifier identifier = 1;getIdentifier in interface StreamEventsRequestOrBuilderpublic StreamEventsRequest.Builder setIdentifier(StreamEventsRequest.Identifier value)
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.v3.StreamEventsRequest.Identifier identifier = 1;public StreamEventsRequest.Builder setIdentifier(StreamEventsRequest.Identifier.Builder builderForValue)
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.v3.StreamEventsRequest.Identifier identifier = 1;public StreamEventsRequest.Builder mergeIdentifier(StreamEventsRequest.Identifier value)
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.v3.StreamEventsRequest.Identifier identifier = 1;public StreamEventsRequest.Builder clearIdentifier()
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.v3.StreamEventsRequest.Identifier identifier = 1;public StreamEventsRequest.Identifier.Builder getIdentifierBuilder()
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.v3.StreamEventsRequest.Identifier identifier = 1;public 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.v3.StreamEventsRequest.Identifier identifier = 1;getIdentifierOrBuilder in interface StreamEventsRequestOrBuilderpublic 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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }getEventsList in interface StreamEventsRequestOrBuilderpublic 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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }getEventsCount in interface StreamEventsRequestOrBuilderpublic 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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }getEvents in interface StreamEventsRequestOrBuilderpublic StreamEventsRequest.Builder setEvents(int index, com.google.protobuf.Any value)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder setEvents(int index, com.google.protobuf.Any.Builder builderForValue)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder addEvents(com.google.protobuf.Any value)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder addEvents(int index, com.google.protobuf.Any value)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder addEvents(com.google.protobuf.Any.Builder builderForValue)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder addEvents(int index, com.google.protobuf.Any.Builder builderForValue)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder addAllEvents(Iterable<? extends com.google.protobuf.Any> values)
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder clearEvents()
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public StreamEventsRequest.Builder removeEvents(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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public com.google.protobuf.Any.Builder getEventsBuilder(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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public 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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }getEventsOrBuilder in interface StreamEventsRequestOrBuilderpublic 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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }getEventsOrBuilderList in interface StreamEventsRequestOrBuilderpublic com.google.protobuf.Any.Builder addEventsBuilder()
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public com.google.protobuf.Any.Builder addEventsBuilder(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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public List<com.google.protobuf.Any.Builder> getEventsBuilderList()
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.v3.HealthCheckEvent>` * :ref:`OutlierDetectionEvent <envoy_api_msg_data.cluster.v3.OutlierDetectionEvent>`
repeated .google.protobuf.Any events = 2 [(.validate.rules) = { ... }public final StreamEventsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>public final StreamEventsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StreamEventsRequest.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.