Uses of Class
com.google.protobuf.Int64Value.Builder
Packages that use Int64Value.Builder
-
Uses of Int64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return Int64Value.BuilderModifier and TypeMethodDescriptionInt64Value.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Int64Value.Builder.clear()Int64Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Int64Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Int64Value.Builder.clearValue()The int64 value.Int64Value.Builder.clone()Int64Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Int64Value.Builder.mergeFrom(Int64Value other) Int64Value.Builder.mergeFrom(com.google.protobuf.Message other) final Int64Value.BuilderInt64Value.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Int64Value.BuilderInt64Value.newBuilder()static Int64Value.BuilderInt64Value.newBuilder(Int64Value prototype) Int64Value.newBuilderForType()protected Int64Value.BuilderInt64Value.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Int64Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Int64Value.BuilderInt64Value.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Int64Value.Builder.setValue(long value) The int64 value.Int64Value.toBuilder() -
Uses of Int64Value.Builder in tensorflow.serving
Methods in tensorflow.serving that return Int64Value.BuilderModifier and TypeMethodDescriptionModel.ModelSpec.Builder.getVersionBuilder()Use this specific version number.Methods in tensorflow.serving with parameters of type Int64Value.BuilderModifier and TypeMethodDescriptionModel.ModelSpec.Builder.setVersion(Int64Value.Builder builderForValue) Use this specific version number.