Reference documentation and code samples for the Google Cloud Dataproc V1 Client class TarballAccess.
Defines who has access to the diagnostic tarball
Protobuf type google.cloud.dataproc.v1.DiagnoseClusterRequest.TarballAccess
Namespace
Google \ Cloud \ Dataproc \ V1 \ DiagnoseClusterRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TARBALL_ACCESS_UNSPECIFIED
Value: 0
Tarball Access unspecified. Falls back to default access of the bucket
Generated from protobuf enum TARBALL_ACCESS_UNSPECIFIED = 0;
GOOGLE_CLOUD_SUPPORT
Value: 1
Google Cloud Support group has read access to the diagnostic tarball
Generated from protobuf enum GOOGLE_CLOUD_SUPPORT = 1;
GOOGLE_DATAPROC_DIAGNOSE
Value: 2
Google Cloud Dataproc Diagnose service account has read access to the diagnostic tarball
Generated from protobuf enum GOOGLE_DATAPROC_DIAGNOSE = 2;