Interface NetworkContextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkContext, NetworkContext.Builder
@Generated
public interface NetworkContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.traffic.networkcontext.v1.ConnectionContext connection_context = 1;.traffic.networkcontext.v1.ConnectionContext connection_context = 1;boolean.traffic.networkcontext.v1.ConnectionContext connection_context = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasConnectionContext
boolean hasConnectionContext().traffic.networkcontext.v1.ConnectionContext connection_context = 1;- Returns:
- Whether the connectionContext field is set.
-
getConnectionContext
ConnectionContext getConnectionContext().traffic.networkcontext.v1.ConnectionContext connection_context = 1;- Returns:
- The connectionContext.
-
getConnectionContextOrBuilder
ConnectionContextOrBuilder getConnectionContextOrBuilder().traffic.networkcontext.v1.ConnectionContext connection_context = 1;
-