public static final class CollectionDef.AnyList.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder> implements CollectionDef.AnyListOrBuilder
AnyList is used for collecting Any protos.Protobuf type
tensorflow.CollectionDef.AnyList| Modifier and Type | Method and Description |
|---|---|
CollectionDef.AnyList.Builder |
addAllValue(Iterable<? extends com.github.os72.protobuf351.Any> values)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
CollectionDef.AnyList.Builder |
addValue(com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
addValue(com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
addValue(int index,
com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
addValue(int index,
com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1; |
com.github.os72.protobuf351.Any.Builder |
addValueBuilder()
repeated .google.protobuf.Any value = 1; |
com.github.os72.protobuf351.Any.Builder |
addValueBuilder(int index)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList |
build() |
CollectionDef.AnyList |
buildPartial() |
CollectionDef.AnyList.Builder |
clear() |
CollectionDef.AnyList.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
CollectionDef.AnyList.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
CollectionDef.AnyList.Builder |
clearValue()
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
clone() |
CollectionDef.AnyList |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
com.github.os72.protobuf351.Any |
getValue(int index)
repeated .google.protobuf.Any value = 1; |
com.github.os72.protobuf351.Any.Builder |
getValueBuilder(int index)
repeated .google.protobuf.Any value = 1; |
List<com.github.os72.protobuf351.Any.Builder> |
getValueBuilderList()
repeated .google.protobuf.Any value = 1; |
int |
getValueCount()
repeated .google.protobuf.Any value = 1; |
List<com.github.os72.protobuf351.Any> |
getValueList()
repeated .google.protobuf.Any value = 1; |
com.github.os72.protobuf351.AnyOrBuilder |
getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1; |
List<? extends com.github.os72.protobuf351.AnyOrBuilder> |
getValueOrBuilderList()
repeated .google.protobuf.Any value = 1; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CollectionDef.AnyList.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
CollectionDef.AnyList.Builder |
mergeFrom(CollectionDef.AnyList other) |
CollectionDef.AnyList.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
CollectionDef.AnyList.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
CollectionDef.AnyList.Builder |
removeValue(int index)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
CollectionDef.AnyList.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
CollectionDef.AnyList.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
CollectionDef.AnyList.Builder |
setValue(int index,
com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1; |
CollectionDef.AnyList.Builder |
setValue(int index,
com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic CollectionDef.AnyList build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic CollectionDef.AnyList buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic CollectionDef.AnyList.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder mergeFrom(CollectionDef.AnyList other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public CollectionDef.AnyList.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<CollectionDef.AnyList.Builder>IOExceptionpublic List<com.github.os72.protobuf351.Any> getValueList()
repeated .google.protobuf.Any value = 1;getValueList in interface CollectionDef.AnyListOrBuilderpublic int getValueCount()
repeated .google.protobuf.Any value = 1;getValueCount in interface CollectionDef.AnyListOrBuilderpublic com.github.os72.protobuf351.Any getValue(int index)
repeated .google.protobuf.Any value = 1;getValue in interface CollectionDef.AnyListOrBuilderpublic CollectionDef.AnyList.Builder setValue(int index, com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder setValue(int index, com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder addValue(com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder addValue(int index, com.github.os72.protobuf351.Any value)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder addValue(com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder addValue(int index, com.github.os72.protobuf351.Any.Builder builderForValue)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder addAllValue(Iterable<? extends com.github.os72.protobuf351.Any> values)
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder clearValue()
repeated .google.protobuf.Any value = 1;public CollectionDef.AnyList.Builder removeValue(int index)
repeated .google.protobuf.Any value = 1;public com.github.os72.protobuf351.Any.Builder getValueBuilder(int index)
repeated .google.protobuf.Any value = 1;public com.github.os72.protobuf351.AnyOrBuilder getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;getValueOrBuilder in interface CollectionDef.AnyListOrBuilderpublic List<? extends com.github.os72.protobuf351.AnyOrBuilder> getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;getValueOrBuilderList in interface CollectionDef.AnyListOrBuilderpublic com.github.os72.protobuf351.Any.Builder addValueBuilder()
repeated .google.protobuf.Any value = 1;public com.github.os72.protobuf351.Any.Builder addValueBuilder(int index)
repeated .google.protobuf.Any value = 1;public List<com.github.os72.protobuf351.Any.Builder> getValueBuilderList()
repeated .google.protobuf.Any value = 1;public final CollectionDef.AnyList.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>public final CollectionDef.AnyList.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<CollectionDef.AnyList.Builder>Copyright © 2018. All rights reserved.