Interface StreamsOuterClass.ReadReq.Options.UUIDOptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamsOuterClass.ReadReq.Options.UUIDOption,StreamsOuterClass.ReadReq.Options.UUIDOption.Builder
- Enclosing class:
- StreamsOuterClass.ReadReq.Options
public static interface StreamsOuterClass.ReadReq.Options.UUIDOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.event_store.client.Empty string = 2;.event_store.client.Empty string = 2;.event_store.client.Empty structured = 1;.event_store.client.Empty structured = 1;boolean.event_store.client.Empty string = 2;boolean.event_store.client.Empty structured = 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
-
hasStructured
boolean hasStructured().event_store.client.Empty structured = 1;- Returns:
- Whether the structured field is set.
-
getStructured
Shared.Empty getStructured().event_store.client.Empty structured = 1;- Returns:
- The structured.
-
getStructuredOrBuilder
Shared.EmptyOrBuilder getStructuredOrBuilder().event_store.client.Empty structured = 1; -
hasString
boolean hasString().event_store.client.Empty string = 2;- Returns:
- Whether the string field is set.
-
getString
Shared.Empty getString().event_store.client.Empty string = 2;- Returns:
- The string.
-
getStringOrBuilder
Shared.EmptyOrBuilder getStringOrBuilder().event_store.client.Empty string = 2; -
getContentCase
StreamsOuterClass.ReadReq.Options.UUIDOption.ContentCase getContentCase()
-