entityTypeBatchUri property

String? entityTypeBatchUri
getter/setter pair

The URI to a Google Cloud Storage file containing entity types to update or create.

The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".

Implementation

core.String? entityTypeBatchUri;