Skip to content

Provide methods to set list values of the same type #640

Closed
@ajkannan

Description

@ajkannan

For example, we could expose a method:
set(String value1, String value2, String others...) to create a ListValue of String Values instead of having to write:
entityBuilder.set("property", StringValue.of("val1"), StringValue.of("val2"), ...)

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions