Interface Projectionmanagement.CreateReq.OptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Projectionmanagement.CreateReq.Options,Projectionmanagement.CreateReq.Options.Builder
- Enclosing class:
- Projectionmanagement.CreateReq
public static interface Projectionmanagement.CreateReq.OptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;.event_store.client.Empty one_time = 1;.event_store.client.Empty one_time = 1;getQuery()string query = 4;com.google.protobuf.ByteStringstring query = 4;.event_store.client.projections.CreateReq.Options.Transient transient = 2;.event_store.client.projections.CreateReq.Options.Transient transient = 2;boolean.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;boolean.event_store.client.Empty one_time = 1;boolean.event_store.client.projections.CreateReq.Options.Transient transient = 2;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
-
hasOneTime
boolean hasOneTime().event_store.client.Empty one_time = 1;- Returns:
- Whether the oneTime field is set.
-
getOneTime
Shared.Empty getOneTime().event_store.client.Empty one_time = 1;- Returns:
- The oneTime.
-
getOneTimeOrBuilder
Shared.EmptyOrBuilder getOneTimeOrBuilder().event_store.client.Empty one_time = 1; -
hasTransient
boolean hasTransient().event_store.client.projections.CreateReq.Options.Transient transient = 2;- Returns:
- Whether the transient field is set.
-
getTransient
Projectionmanagement.CreateReq.Options.Transient getTransient().event_store.client.projections.CreateReq.Options.Transient transient = 2;- Returns:
- The transient.
-
getTransientOrBuilder
Projectionmanagement.CreateReq.Options.TransientOrBuilder getTransientOrBuilder().event_store.client.projections.CreateReq.Options.Transient transient = 2; -
hasContinuous
boolean hasContinuous().event_store.client.projections.CreateReq.Options.Continuous continuous = 3;- Returns:
- Whether the continuous field is set.
-
getContinuous
Projectionmanagement.CreateReq.Options.Continuous getContinuous().event_store.client.projections.CreateReq.Options.Continuous continuous = 3;- Returns:
- The continuous.
-
getContinuousOrBuilder
Projectionmanagement.CreateReq.Options.ContinuousOrBuilder getContinuousOrBuilder().event_store.client.projections.CreateReq.Options.Continuous continuous = 3; -
getQuery
String getQuery()string query = 4;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()string query = 4;- Returns:
- The bytes for query.
-
getModeCase
Projectionmanagement.CreateReq.Options.ModeCase getModeCase()
-