Interface StreamEventsRequest.IdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamEventsRequest.Identifier,StreamEventsRequest.Identifier.Builder
- Enclosing class:
- StreamEventsRequest
public static interface StreamEventsRequest.IdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodegetNode()The node sending the event messages over the stream.NodeOrBuildergetNodeOrBuilder()The node sending the event messages over the stream.booleanhasNode()The node sending the event messages over the stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNode
boolean hasNode()
The node sending the event messages over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }- Returns:
- Whether the node field is set.
-
getNode
Node getNode()
The node sending the event messages over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }- Returns:
- The node.
-
getNodeOrBuilder
NodeOrBuilder getNodeOrBuilder()
The node sending the event messages over the stream.
.envoy.config.core.v3.Node node = 1 [(.validate.rules) = { ... }
-
-