Uses of Class
com.google.protobuf.Int64Value
Packages that use Int64Value
-
Uses of Int64Value in com.google.protobuf
Methods in com.google.protobuf that return Int64ValueModifier and TypeMethodDescriptionInt64Value.Builder.build()Int64Value.Builder.buildPartial()static Int64ValueInt64Value.getDefaultInstance()Int64Value.Builder.getDefaultInstanceForType()Int64Value.getDefaultInstanceForType()static Int64ValueInt64Value.of(long value) static Int64ValueInt64Value.parseDelimitedFrom(InputStream input) static Int64ValueInt64Value.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ValueInt64Value.parseFrom(byte[] data) static Int64ValueInt64Value.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ValueInt64Value.parseFrom(com.google.protobuf.ByteString data) static Int64ValueInt64Value.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ValueInt64Value.parseFrom(com.google.protobuf.CodedInputStream input) static Int64ValueInt64Value.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ValueInt64Value.parseFrom(InputStream input) static Int64ValueInt64Value.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ValueInt64Value.parseFrom(ByteBuffer data) static Int64ValueInt64Value.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type Int64ValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Int64Value> Int64Value.getParserForType()static com.google.protobuf.Parser<Int64Value> Int64Value.parser()Methods in com.google.protobuf with parameters of type Int64ValueModifier and TypeMethodDescriptionInt64Value.Builder.mergeFrom(Int64Value other) static Int64Value.BuilderInt64Value.newBuilder(Int64Value prototype) -
Uses of Int64Value in tensorflow.serving
Methods in tensorflow.serving that return Int64ValueModifier and TypeMethodDescriptionModel.ModelSpec.Builder.getVersion()Use this specific version number.Model.ModelSpec.getVersion()Use this specific version number.Model.ModelSpecOrBuilder.getVersion()Use this specific version number.Methods in tensorflow.serving with parameters of type Int64ValueModifier and TypeMethodDescriptionModel.ModelSpec.Builder.mergeVersion(Int64Value value) Use this specific version number.Model.ModelSpec.Builder.setVersion(Int64Value value) Use this specific version number.