public static final class Windmill.ComputationGetDataResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationGetDataResponse.Builder> implements Windmill.ComputationGetDataResponseOrBuilder
windmill.ComputationGetDataResponse| Modifier and Type | Method and Description |
|---|---|
Windmill.ComputationGetDataResponse.Builder |
addAllData(java.lang.Iterable<? extends Windmill.KeyedGetDataResponse> values)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
addData(int index,
Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
addData(int index,
Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
addData(Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
addData(Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.KeyedGetDataResponse.Builder |
addDataBuilder()
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.KeyedGetDataResponse.Builder |
addDataBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse |
build() |
Windmill.ComputationGetDataResponse |
buildPartial() |
Windmill.ComputationGetDataResponse.Builder |
clear() |
Windmill.ComputationGetDataResponse.Builder |
clearComputationId()
required string computation_id = 1; |
Windmill.ComputationGetDataResponse.Builder |
clearData()
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
clone() |
java.lang.String |
getComputationId()
required string computation_id = 1; |
com.google.protobuf.ByteString |
getComputationIdBytes()
required string computation_id = 1; |
Windmill.KeyedGetDataResponse |
getData(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.KeyedGetDataResponse.Builder |
getDataBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
java.util.List<Windmill.KeyedGetDataResponse.Builder> |
getDataBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2; |
int |
getDataCount()
repeated .windmill.KeyedGetDataResponse data = 2; |
java.util.List<Windmill.KeyedGetDataResponse> |
getDataList()
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.KeyedGetDataResponseOrBuilder |
getDataOrBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
java.util.List<? extends Windmill.KeyedGetDataResponseOrBuilder> |
getDataOrBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasComputationId()
required string computation_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Windmill.ComputationGetDataResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.ComputationGetDataResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
Windmill.ComputationGetDataResponse.Builder |
mergeFrom(Windmill.ComputationGetDataResponse other) |
Windmill.ComputationGetDataResponse.Builder |
removeData(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
setComputationId(java.lang.String value)
required string computation_id = 1; |
Windmill.ComputationGetDataResponse.Builder |
setComputationIdBytes(com.google.protobuf.ByteString value)
required string computation_id = 1; |
Windmill.ComputationGetDataResponse.Builder |
setData(int index,
Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.ComputationGetDataResponse.Builder |
setData(int index,
Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 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.ComputationGetDataResponse.Builder>public Windmill.ComputationGetDataResponse.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.ComputationGetDataResponse.Builder>public Windmill.ComputationGetDataResponse.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.ComputationGetDataResponse.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.ComputationGetDataResponse.Builder>public Windmill.ComputationGetDataResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Windmill.ComputationGetDataResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Windmill.ComputationGetDataResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Windmill.ComputationGetDataResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Windmill.ComputationGetDataResponse.Builder>public Windmill.ComputationGetDataResponse.Builder mergeFrom(Windmill.ComputationGetDataResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Windmill.ComputationGetDataResponse.Builder>public Windmill.ComputationGetDataResponse.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.ComputationGetDataResponse.Builder>java.io.IOExceptionpublic boolean hasComputationId()
required string computation_id = 1;hasComputationId in interface Windmill.ComputationGetDataResponseOrBuilderpublic java.lang.String getComputationId()
required string computation_id = 1;getComputationId in interface Windmill.ComputationGetDataResponseOrBuilderpublic com.google.protobuf.ByteString getComputationIdBytes()
required string computation_id = 1;getComputationIdBytes in interface Windmill.ComputationGetDataResponseOrBuilderpublic Windmill.ComputationGetDataResponse.Builder setComputationId(java.lang.String value)
required string computation_id = 1;public Windmill.ComputationGetDataResponse.Builder clearComputationId()
required string computation_id = 1;public Windmill.ComputationGetDataResponse.Builder setComputationIdBytes(com.google.protobuf.ByteString value)
required string computation_id = 1;public java.util.List<Windmill.KeyedGetDataResponse> getDataList()
repeated .windmill.KeyedGetDataResponse data = 2;getDataList in interface Windmill.ComputationGetDataResponseOrBuilderpublic int getDataCount()
repeated .windmill.KeyedGetDataResponse data = 2;getDataCount in interface Windmill.ComputationGetDataResponseOrBuilderpublic Windmill.KeyedGetDataResponse getData(int index)
repeated .windmill.KeyedGetDataResponse data = 2;getData in interface Windmill.ComputationGetDataResponseOrBuilderpublic Windmill.ComputationGetDataResponse.Builder setData(int index, Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder setData(int index, Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder addData(Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder addData(int index, Windmill.KeyedGetDataResponse value)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder addData(Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder addData(int index, Windmill.KeyedGetDataResponse.Builder builderForValue)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder addAllData(java.lang.Iterable<? extends Windmill.KeyedGetDataResponse> values)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder clearData()
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.ComputationGetDataResponse.Builder removeData(int index)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.KeyedGetDataResponse.Builder getDataBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.KeyedGetDataResponseOrBuilder getDataOrBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2;getDataOrBuilder in interface Windmill.ComputationGetDataResponseOrBuilderpublic java.util.List<? extends Windmill.KeyedGetDataResponseOrBuilder> getDataOrBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2;getDataOrBuilderList in interface Windmill.ComputationGetDataResponseOrBuilderpublic Windmill.KeyedGetDataResponse.Builder addDataBuilder()
repeated .windmill.KeyedGetDataResponse data = 2;public Windmill.KeyedGetDataResponse.Builder addDataBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2;public java.util.List<Windmill.KeyedGetDataResponse.Builder> getDataBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2;