Package tensorflow.serving
Class InputOuterClass.ExampleList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
- tensorflow.serving.InputOuterClass.ExampleList.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,InputOuterClass.ExampleListOrBuilder
- Enclosing class:
- InputOuterClass.ExampleList
public static final class InputOuterClass.ExampleList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder> implements InputOuterClass.ExampleListOrBuilder
Specifies one or more fully independent input Examples. See examples at: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/example/example.protoProtobuf typetensorflow.serving.ExampleList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputOuterClass.ExampleList.BuilderaddAllExamples(java.lang.Iterable<? extends Example> values)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderaddExamples(int index, Example value)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderaddExamples(int index, Example.Builder builderForValue)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderaddExamples(Example value)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderaddExamples(Example.Builder builderForValue)repeated .tensorflow.Example examples = 1;Example.BuilderaddExamplesBuilder()repeated .tensorflow.Example examples = 1;Example.BuilderaddExamplesBuilder(int index)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)InputOuterClass.ExampleListbuild()InputOuterClass.ExampleListbuildPartial()InputOuterClass.ExampleList.Builderclear()InputOuterClass.ExampleList.BuilderclearExamples()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)InputOuterClass.ExampleList.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)InputOuterClass.ExampleList.Builderclone()InputOuterClass.ExampleListgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ExamplegetExamples(int index)repeated .tensorflow.Example examples = 1;Example.BuildergetExamplesBuilder(int index)repeated .tensorflow.Example examples = 1;java.util.List<Example.Builder>getExamplesBuilderList()repeated .tensorflow.Example examples = 1;intgetExamplesCount()repeated .tensorflow.Example examples = 1;java.util.List<Example>getExamplesList()repeated .tensorflow.Example examples = 1;ExampleOrBuildergetExamplesOrBuilder(int index)repeated .tensorflow.Example examples = 1;java.util.List<? extends ExampleOrBuilder>getExamplesOrBuilderList()repeated .tensorflow.Example examples = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()InputOuterClass.ExampleList.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)InputOuterClass.ExampleList.BuildermergeFrom(com.google.protobuf.Message other)InputOuterClass.ExampleList.BuildermergeFrom(InputOuterClass.ExampleList other)InputOuterClass.ExampleList.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)InputOuterClass.ExampleList.BuilderremoveExamples(int index)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuildersetExamples(int index, Example value)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuildersetExamples(int index, Example.Builder builderForValue)repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)InputOuterClass.ExampleList.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)InputOuterClass.ExampleList.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
clear
public InputOuterClass.ExampleList.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
getDefaultInstanceForType
public InputOuterClass.ExampleList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public InputOuterClass.ExampleList build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public InputOuterClass.ExampleList buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public InputOuterClass.ExampleList.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
setField
public InputOuterClass.ExampleList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
clearField
public InputOuterClass.ExampleList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
clearOneof
public InputOuterClass.ExampleList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
setRepeatedField
public InputOuterClass.ExampleList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
addRepeatedField
public InputOuterClass.ExampleList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
mergeFrom
public InputOuterClass.ExampleList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InputOuterClass.ExampleList.Builder>
-
mergeFrom
public InputOuterClass.ExampleList.Builder mergeFrom(InputOuterClass.ExampleList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
mergeFrom
public InputOuterClass.ExampleList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InputOuterClass.ExampleList.Builder>- Throws:
java.io.IOException
-
getExamplesList
public java.util.List<Example> getExamplesList()
repeated .tensorflow.Example examples = 1;- Specified by:
getExamplesListin interfaceInputOuterClass.ExampleListOrBuilder
-
getExamplesCount
public int getExamplesCount()
repeated .tensorflow.Example examples = 1;- Specified by:
getExamplesCountin interfaceInputOuterClass.ExampleListOrBuilder
-
getExamples
public Example getExamples(int index)
repeated .tensorflow.Example examples = 1;- Specified by:
getExamplesin interfaceInputOuterClass.ExampleListOrBuilder
-
setExamples
public InputOuterClass.ExampleList.Builder setExamples(int index, Example value)
repeated .tensorflow.Example examples = 1;
-
setExamples
public InputOuterClass.ExampleList.Builder setExamples(int index, Example.Builder builderForValue)
repeated .tensorflow.Example examples = 1;
-
addExamples
public InputOuterClass.ExampleList.Builder addExamples(Example value)
repeated .tensorflow.Example examples = 1;
-
addExamples
public InputOuterClass.ExampleList.Builder addExamples(int index, Example value)
repeated .tensorflow.Example examples = 1;
-
addExamples
public InputOuterClass.ExampleList.Builder addExamples(Example.Builder builderForValue)
repeated .tensorflow.Example examples = 1;
-
addExamples
public InputOuterClass.ExampleList.Builder addExamples(int index, Example.Builder builderForValue)
repeated .tensorflow.Example examples = 1;
-
addAllExamples
public InputOuterClass.ExampleList.Builder addAllExamples(java.lang.Iterable<? extends Example> values)
repeated .tensorflow.Example examples = 1;
-
clearExamples
public InputOuterClass.ExampleList.Builder clearExamples()
repeated .tensorflow.Example examples = 1;
-
removeExamples
public InputOuterClass.ExampleList.Builder removeExamples(int index)
repeated .tensorflow.Example examples = 1;
-
getExamplesBuilder
public Example.Builder getExamplesBuilder(int index)
repeated .tensorflow.Example examples = 1;
-
getExamplesOrBuilder
public ExampleOrBuilder getExamplesOrBuilder(int index)
repeated .tensorflow.Example examples = 1;- Specified by:
getExamplesOrBuilderin interfaceInputOuterClass.ExampleListOrBuilder
-
getExamplesOrBuilderList
public java.util.List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
repeated .tensorflow.Example examples = 1;- Specified by:
getExamplesOrBuilderListin interfaceInputOuterClass.ExampleListOrBuilder
-
addExamplesBuilder
public Example.Builder addExamplesBuilder()
repeated .tensorflow.Example examples = 1;
-
addExamplesBuilder
public Example.Builder addExamplesBuilder(int index)
repeated .tensorflow.Example examples = 1;
-
getExamplesBuilderList
public java.util.List<Example.Builder> getExamplesBuilderList()
repeated .tensorflow.Example examples = 1;
-
setUnknownFields
public final InputOuterClass.ExampleList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
mergeUnknownFields
public final InputOuterClass.ExampleList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InputOuterClass.ExampleList.Builder>
-
-