Uses of Class
com.google.datastore.v1.ReadOptions
-
Uses of ReadOptions in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ReadOptionsModifier and TypeMethodDescriptionReadOptions.Builder.build()ReadOptions.Builder.buildPartial()static ReadOptionsReadOptions.getDefaultInstance()ReadOptions.Builder.getDefaultInstanceForType()ReadOptions.getDefaultInstanceForType()LookupRequest.Builder.getReadOptions()The options for this lookup request.LookupRequest.getReadOptions()The options for this lookup request.LookupRequestOrBuilder.getReadOptions()The options for this lookup request.RunAggregationQueryRequest.Builder.getReadOptions()The options for this query.RunAggregationQueryRequest.getReadOptions()The options for this query.RunAggregationQueryRequestOrBuilder.getReadOptions()The options for this query.RunQueryRequest.Builder.getReadOptions()The options for this query.RunQueryRequest.getReadOptions()The options for this query.RunQueryRequestOrBuilder.getReadOptions()The options for this query.static ReadOptionsReadOptions.parseDelimitedFrom(InputStream input) static ReadOptionsReadOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadOptionsReadOptions.parseFrom(byte[] data) static ReadOptionsReadOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadOptionsReadOptions.parseFrom(com.google.protobuf.ByteString data) static ReadOptionsReadOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadOptionsReadOptions.parseFrom(com.google.protobuf.CodedInputStream input) static ReadOptionsReadOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadOptionsReadOptions.parseFrom(InputStream input) static ReadOptionsReadOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadOptionsReadOptions.parseFrom(ByteBuffer data) static ReadOptionsReadOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type ReadOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ReadOptions>ReadOptions.getParserForType()static com.google.protobuf.Parser<ReadOptions>ReadOptions.parser()Methods in com.google.datastore.v1 with parameters of type ReadOptionsModifier and TypeMethodDescriptionReadOptions.Builder.mergeFrom(ReadOptions other) LookupRequest.Builder.mergeReadOptions(ReadOptions value) The options for this lookup request.RunAggregationQueryRequest.Builder.mergeReadOptions(ReadOptions value) The options for this query.RunQueryRequest.Builder.mergeReadOptions(ReadOptions value) The options for this query.static ReadOptions.BuilderReadOptions.newBuilder(ReadOptions prototype) LookupRequest.Builder.setReadOptions(ReadOptions value) The options for this lookup request.RunAggregationQueryRequest.Builder.setReadOptions(ReadOptions value) The options for this query.RunQueryRequest.Builder.setReadOptions(ReadOptions value) The options for this query.