Interface Projectionmanagement.StateReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Projectionmanagement.StateReq,Projectionmanagement.StateReq.Builder
- Enclosing class:
- Projectionmanagement
public static interface Projectionmanagement.StateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.event_store.client.projections.StateReq.Options options = 1;.event_store.client.projections.StateReq.Options options = 1;boolean.event_store.client.projections.StateReq.Options options = 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
-
hasOptions
boolean hasOptions().event_store.client.projections.StateReq.Options options = 1;- Returns:
- Whether the options field is set.
-
getOptions
Projectionmanagement.StateReq.Options getOptions().event_store.client.projections.StateReq.Options options = 1;- Returns:
- The options.
-
getOptionsOrBuilder
Projectionmanagement.StateReq.OptionsOrBuilder getOptionsOrBuilder().event_store.client.projections.StateReq.Options options = 1;
-