Package p4.v1
Interface P4RuntimeOuterClass.StreamOtherErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.StreamOtherError,P4RuntimeOuterClass.StreamOtherError.Builder
- Enclosing class:
P4RuntimeOuterClass
public static interface P4RuntimeOuterClass.StreamOtherErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasOther
boolean hasOther()Optional. The architecture-specific stream message that caused the error.
.google.protobuf.Any other = 1;- Returns:
- Whether the other field is set.
-
getOther
com.google.protobuf.Any getOther()Optional. The architecture-specific stream message that caused the error.
.google.protobuf.Any other = 1;- Returns:
- The other.
-
getOtherOrBuilder
com.google.protobuf.AnyOrBuilder getOtherOrBuilder()Optional. The architecture-specific stream message that caused the error.
.google.protobuf.Any other = 1;
-