tarballAccess property

String? tarballAccess
getter/setter pair

(Optional) The access type to the diagnostic tarball.

If not specified, falls back to default access of the bucket

Optional. Possible string values are:

  • "TARBALL_ACCESS_UNSPECIFIED" : Tarball Access unspecified. Falls back to default access of the bucket
  • "GOOGLE_CLOUD_SUPPORT" : Google Cloud Support group has read access to the diagnostic tarball
  • "GOOGLE_DATAPROC_DIAGNOSE" : Google Cloud Dataproc Diagnose service account has read access to the diagnostic tarball

Implementation

core.String? tarballAccess;