public static final class Windmill.ComputationWorkItems.Builder extends com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder> implements Windmill.ComputationWorkItemsOrBuilder
windmill.ComputationWorkItems| Modifier and Type | Method and Description |
|---|---|
Windmill.ComputationWorkItems.Builder |
addAllWork(java.lang.Iterable<? extends Windmill.WorkItem> values)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
addWork(int index,
Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
addWork(int index,
Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
addWork(Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
addWork(Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2; |
Windmill.WorkItem.Builder |
addWorkBuilder()
repeated .windmill.WorkItem work = 2; |
Windmill.WorkItem.Builder |
addWorkBuilder(int index)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems |
build() |
Windmill.ComputationWorkItems |
buildPartial() |
Windmill.ComputationWorkItems.Builder |
clear() |
Windmill.ComputationWorkItems.Builder |
clearComputationId()
required string computation_id = 1; |
Windmill.ComputationWorkItems.Builder |
clearInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808]; |
Windmill.ComputationWorkItems.Builder |
clearWork()
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
clone() |
java.lang.String |
getComputationId()
required string computation_id = 1; |
com.google.protobuf.ByteString |
getComputationIdBytes()
required string computation_id = 1; |
Windmill.ComputationWorkItems |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808]; |
Windmill.WorkItem |
getWork(int index)
repeated .windmill.WorkItem work = 2; |
Windmill.WorkItem.Builder |
getWorkBuilder(int index)
repeated .windmill.WorkItem work = 2; |
java.util.List<Windmill.WorkItem.Builder> |
getWorkBuilderList()
repeated .windmill.WorkItem work = 2; |
int |
getWorkCount()
repeated .windmill.WorkItem work = 2; |
java.util.List<Windmill.WorkItem> |
getWorkList()
repeated .windmill.WorkItem work = 2; |
Windmill.WorkItemOrBuilder |
getWorkOrBuilder(int index)
repeated .windmill.WorkItem work = 2; |
java.util.List<? extends Windmill.WorkItemOrBuilder> |
getWorkOrBuilderList()
repeated .windmill.WorkItem work = 2; |
boolean |
hasComputationId()
required string computation_id = 1; |
boolean |
hasInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Windmill.ComputationWorkItems.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.ComputationWorkItems.Builder |
mergeFrom(com.google.protobuf.Message other) |
Windmill.ComputationWorkItems.Builder |
mergeFrom(Windmill.ComputationWorkItems other) |
Windmill.ComputationWorkItems.Builder |
removeWork(int index)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
setComputationId(java.lang.String value)
required string computation_id = 1; |
Windmill.ComputationWorkItems.Builder |
setComputationIdBytes(com.google.protobuf.ByteString value)
required string computation_id = 1; |
Windmill.ComputationWorkItems.Builder |
setInputDataWatermark(long value)
optional int64 input_data_watermark = 3 [default = -9223372036854775808]; |
Windmill.ComputationWorkItems.Builder |
setWork(int index,
Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2; |
Windmill.ComputationWorkItems.Builder |
setWork(int index,
Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder>public Windmill.ComputationWorkItems.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder>public Windmill.ComputationWorkItems.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder>public Windmill.ComputationWorkItems getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Windmill.ComputationWorkItems build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Windmill.ComputationWorkItems buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Windmill.ComputationWorkItems.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Windmill.ComputationWorkItems.Builder>public Windmill.ComputationWorkItems.Builder mergeFrom(Windmill.ComputationWorkItems other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationWorkItems.Builder>public Windmill.ComputationWorkItems.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Windmill.ComputationWorkItems.Builder>java.io.IOExceptionpublic boolean hasComputationId()
required string computation_id = 1;hasComputationId in interface Windmill.ComputationWorkItemsOrBuilderpublic java.lang.String getComputationId()
required string computation_id = 1;getComputationId in interface Windmill.ComputationWorkItemsOrBuilderpublic com.google.protobuf.ByteString getComputationIdBytes()
required string computation_id = 1;getComputationIdBytes in interface Windmill.ComputationWorkItemsOrBuilderpublic Windmill.ComputationWorkItems.Builder setComputationId(java.lang.String value)
required string computation_id = 1;public Windmill.ComputationWorkItems.Builder clearComputationId()
required string computation_id = 1;public Windmill.ComputationWorkItems.Builder setComputationIdBytes(com.google.protobuf.ByteString value)
required string computation_id = 1;public java.util.List<Windmill.WorkItem> getWorkList()
repeated .windmill.WorkItem work = 2;getWorkList in interface Windmill.ComputationWorkItemsOrBuilderpublic int getWorkCount()
repeated .windmill.WorkItem work = 2;getWorkCount in interface Windmill.ComputationWorkItemsOrBuilderpublic Windmill.WorkItem getWork(int index)
repeated .windmill.WorkItem work = 2;getWork in interface Windmill.ComputationWorkItemsOrBuilderpublic Windmill.ComputationWorkItems.Builder setWork(int index, Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder setWork(int index, Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder addWork(Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder addWork(int index, Windmill.WorkItem value)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder addWork(Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder addWork(int index, Windmill.WorkItem.Builder builderForValue)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder addAllWork(java.lang.Iterable<? extends Windmill.WorkItem> values)
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder clearWork()
repeated .windmill.WorkItem work = 2;public Windmill.ComputationWorkItems.Builder removeWork(int index)
repeated .windmill.WorkItem work = 2;public Windmill.WorkItem.Builder getWorkBuilder(int index)
repeated .windmill.WorkItem work = 2;public Windmill.WorkItemOrBuilder getWorkOrBuilder(int index)
repeated .windmill.WorkItem work = 2;getWorkOrBuilder in interface Windmill.ComputationWorkItemsOrBuilderpublic java.util.List<? extends Windmill.WorkItemOrBuilder> getWorkOrBuilderList()
repeated .windmill.WorkItem work = 2;getWorkOrBuilderList in interface Windmill.ComputationWorkItemsOrBuilderpublic Windmill.WorkItem.Builder addWorkBuilder()
repeated .windmill.WorkItem work = 2;public Windmill.WorkItem.Builder addWorkBuilder(int index)
repeated .windmill.WorkItem work = 2;public java.util.List<Windmill.WorkItem.Builder> getWorkBuilderList()
repeated .windmill.WorkItem work = 2;public boolean hasInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808];hasInputDataWatermark in interface Windmill.ComputationWorkItemsOrBuilderpublic long getInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808];getInputDataWatermark in interface Windmill.ComputationWorkItemsOrBuilderpublic Windmill.ComputationWorkItems.Builder setInputDataWatermark(long value)
optional int64 input_data_watermark = 3 [default = -9223372036854775808];public Windmill.ComputationWorkItems.Builder clearInputDataWatermark()
optional int64 input_data_watermark = 3 [default = -9223372036854775808];