public static interface BeamFnApi.StateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BeamFnApi.StateAppendRequest |
getAppend()
A request to append to state.
|
BeamFnApi.StateAppendRequestOrBuilder |
getAppendOrBuilder()
A request to append to state.
|
BeamFnApi.StateClearRequest |
getClear()
A request to clear state.
|
BeamFnApi.StateClearRequestOrBuilder |
getClearOrBuilder()
A request to clear state.
|
BeamFnApi.StateGetRequest |
getGet()
A request to get state.
|
BeamFnApi.StateGetRequestOrBuilder |
getGetOrBuilder()
A request to get state.
|
String |
getId()
(Required) An unique identifier provided by the SDK which represents this
requests execution.
|
com.google.protobuf.ByteString |
getIdBytes()
(Required) An unique identifier provided by the SDK which represents this
requests execution.
|
String |
getInstructionReference()
(Required) The associated instruction id of the work that is currently
being processed.
|
com.google.protobuf.ByteString |
getInstructionReferenceBytes()
(Required) The associated instruction id of the work that is currently
being processed.
|
BeamFnApi.StateRequest.RequestCase |
getRequestCase() |
BeamFnApi.StateKey |
getStateKey()
(Required) The state key this request is for.
|
BeamFnApi.StateKeyOrBuilder |
getStateKeyOrBuilder()
(Required) The state key this request is for.
|
boolean |
hasStateKey()
(Required) The state key this request is for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
(Required) An unique identifier provided by the SDK which represents this requests execution. The StateResponse corresponding with this request will have the matching id.
string id = 1;com.google.protobuf.ByteString getIdBytes()
(Required) An unique identifier provided by the SDK which represents this requests execution. The StateResponse corresponding with this request will have the matching id.
string id = 1;String getInstructionReference()
(Required) The associated instruction id of the work that is currently being processed. This allows for the runner to associate any modifications to state to be committed with the appropriate work execution.
string instruction_reference = 2;com.google.protobuf.ByteString getInstructionReferenceBytes()
(Required) The associated instruction id of the work that is currently being processed. This allows for the runner to associate any modifications to state to be committed with the appropriate work execution.
string instruction_reference = 2;boolean hasStateKey()
(Required) The state key this request is for.
.org.apache.beam.fn.v1.StateKey state_key = 3;BeamFnApi.StateKey getStateKey()
(Required) The state key this request is for.
.org.apache.beam.fn.v1.StateKey state_key = 3;BeamFnApi.StateKeyOrBuilder getStateKeyOrBuilder()
(Required) The state key this request is for.
.org.apache.beam.fn.v1.StateKey state_key = 3;BeamFnApi.StateGetRequest getGet()
A request to get state.
.org.apache.beam.fn.v1.StateGetRequest get = 1000;BeamFnApi.StateGetRequestOrBuilder getGetOrBuilder()
A request to get state.
.org.apache.beam.fn.v1.StateGetRequest get = 1000;BeamFnApi.StateAppendRequest getAppend()
A request to append to state.
.org.apache.beam.fn.v1.StateAppendRequest append = 1001;BeamFnApi.StateAppendRequestOrBuilder getAppendOrBuilder()
A request to append to state.
.org.apache.beam.fn.v1.StateAppendRequest append = 1001;BeamFnApi.StateClearRequest getClear()
A request to clear state.
.org.apache.beam.fn.v1.StateClearRequest clear = 1002;BeamFnApi.StateClearRequestOrBuilder getClearOrBuilder()
A request to clear state.
.org.apache.beam.fn.v1.StateClearRequest clear = 1002;BeamFnApi.StateRequest.RequestCase getRequestCase()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.