service property

String? service
getter/setter pair

Service that physically stores the data. Possible string values are:

  • "SERVICE_UNSPECIFIED" : Default unknown service.
  • "CLOUD_STORAGE" : Google Cloud Storage service.
  • "BIGQUERY" : BigQuery service.

Implementation

core.String? service;