public static interface Projectionmanagement.CreateReq.OptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Projectionmanagement.CreateReq.Options.Continuous |
getContinuous()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3; |
Projectionmanagement.CreateReq.Options.ContinuousOrBuilder |
getContinuousOrBuilder()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3; |
Projectionmanagement.CreateReq.Options.ModeCase |
getModeCase() |
Shared.Empty |
getOneTime()
.event_store.client.Empty one_time = 1; |
Shared.EmptyOrBuilder |
getOneTimeOrBuilder()
.event_store.client.Empty one_time = 1; |
java.lang.String |
getQuery()
string query = 4; |
com.google.protobuf.ByteString |
getQueryBytes()
string query = 4; |
Projectionmanagement.CreateReq.Options.Transient |
getTransient()
.event_store.client.projections.CreateReq.Options.Transient transient = 2; |
Projectionmanagement.CreateReq.Options.TransientOrBuilder |
getTransientOrBuilder()
.event_store.client.projections.CreateReq.Options.Transient transient = 2; |
boolean |
hasContinuous()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3; |
boolean |
hasOneTime()
.event_store.client.Empty one_time = 1; |
boolean |
hasTransient()
.event_store.client.projections.CreateReq.Options.Transient transient = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOneTime()
.event_store.client.Empty one_time = 1;Shared.Empty getOneTime()
.event_store.client.Empty one_time = 1;Shared.EmptyOrBuilder getOneTimeOrBuilder()
.event_store.client.Empty one_time = 1;boolean hasTransient()
.event_store.client.projections.CreateReq.Options.Transient transient = 2;Projectionmanagement.CreateReq.Options.Transient getTransient()
.event_store.client.projections.CreateReq.Options.Transient transient = 2;Projectionmanagement.CreateReq.Options.TransientOrBuilder getTransientOrBuilder()
.event_store.client.projections.CreateReq.Options.Transient transient = 2;boolean hasContinuous()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;Projectionmanagement.CreateReq.Options.Continuous getContinuous()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;Projectionmanagement.CreateReq.Options.ContinuousOrBuilder getContinuousOrBuilder()
.event_store.client.projections.CreateReq.Options.Continuous continuous = 3;java.lang.String getQuery()
string query = 4;com.google.protobuf.ByteString getQueryBytes()
string query = 4;Projectionmanagement.CreateReq.Options.ModeCase getModeCase()