public enum DiagnoseClusterRequest.TarballAccess extends Enum<DiagnoseClusterRequest.TarballAccess> implements ProtocolMessageEnum
Defines who has access to the diagnostic tarball
Protobuf enum google.cloud.dataproc.v1.DiagnoseClusterRequest.TarballAccess
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GOOGLE_CLOUD_SUPPORT |
Google Cloud Support group has read access to the diagnostic tarball |
GOOGLE_CLOUD_SUPPORT_VALUE |
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 |
GOOGLE_DATAPROC_DIAGNOSE_VALUE |
Google Cloud Dataproc Diagnose service account has read access to the diagnostic tarball |
TARBALL_ACCESS_UNSPECIFIED |
Tarball Access unspecified. Falls back to default access of the bucket |
TARBALL_ACCESS_UNSPECIFIED_VALUE |
Tarball Access unspecified. Falls back to default access of the bucket |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |