Uses of Class
com.google.datastore.v1.PropertyMask.Builder
-
Uses of PropertyMask.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyMask.BuilderModifier and TypeMethodDescriptionPropertyMask.Builder.addAllPaths(Iterable<String> values) The paths to the properties covered by this mask.The paths to the properties covered by this mask.PropertyMask.Builder.addPathsBytes(com.google.protobuf.ByteString value) The paths to the properties covered by this mask.PropertyMask.Builder.clear()PropertyMask.Builder.clearPaths()The paths to the properties covered by this mask.LookupRequest.Builder.getPropertyMaskBuilder()The properties to return.Mutation.Builder.getPropertyMaskBuilder()The properties to write in this mutation.RunQueryRequest.Builder.getPropertyMaskBuilder()The properties to return.PropertyMask.Builder.mergeFrom(PropertyMask other) PropertyMask.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PropertyMask.Builder.mergeFrom(com.google.protobuf.Message other) static PropertyMask.BuilderPropertyMask.newBuilder()static PropertyMask.BuilderPropertyMask.newBuilder(PropertyMask prototype) PropertyMask.newBuilderForType()protected PropertyMask.BuilderPropertyMask.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The paths to the properties covered by this mask.PropertyMask.toBuilder()Methods in com.google.datastore.v1 with parameters of type PropertyMask.BuilderModifier and TypeMethodDescriptionLookupRequest.Builder.setPropertyMask(PropertyMask.Builder builderForValue) The properties to return.Mutation.Builder.setPropertyMask(PropertyMask.Builder builderForValue) The properties to write in this mutation.RunQueryRequest.Builder.setPropertyMask(PropertyMask.Builder builderForValue) The properties to return.