Uses of Class
com.google.firestore.v1.Function
-
Uses of Function in com.google.firestore.v1
Methods in com.google.firestore.v1 that return FunctionModifier and TypeMethodDescriptionFunction.Builder.build()Function.Builder.buildPartial()static FunctionFunction.getDefaultInstance()Function.Builder.getDefaultInstanceForType()Function.getDefaultInstanceForType()Value.Builder.getFunctionValue()A value that represents an unevaluated expression.Value.getFunctionValue()A value that represents an unevaluated expression.ValueOrBuilder.getFunctionValue()A value that represents an unevaluated expression.static FunctionFunction.parseDelimitedFrom(InputStream input) static FunctionFunction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionFunction.parseFrom(byte[] data) static FunctionFunction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionFunction.parseFrom(com.google.protobuf.ByteString data) static FunctionFunction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionFunction.parseFrom(com.google.protobuf.CodedInputStream input) static FunctionFunction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionFunction.parseFrom(InputStream input) static FunctionFunction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionFunction.parseFrom(ByteBuffer data) static FunctionFunction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type FunctionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Function>Function.getParserForType()static com.google.protobuf.Parser<Function>Function.parser()Methods in com.google.firestore.v1 with parameters of type FunctionModifier and TypeMethodDescriptionValue.Builder.mergeFunctionValue(Function value) A value that represents an unevaluated expression.static Function.BuilderFunction.newBuilder(Function prototype) Value.Builder.setFunctionValue(Function value) A value that represents an unevaluated expression.