Enum BackupVault.AccessRestriction (0.10.0)

public enum BackupVault.AccessRestriction extends Enum<BackupVault.AccessRestriction> implements ProtocolMessageEnum

Holds the access restriction for the backup vault.

Protobuf enum google.cloud.backupdr.v1.BackupVault.AccessRestriction

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACCESS_RESTRICTION_UNSPECIFIED

Access restriction not set.

ACCESS_RESTRICTION_UNSPECIFIED = 0;

ACCESS_RESTRICTION_UNSPECIFIED_VALUE

Access restriction not set.

ACCESS_RESTRICTION_UNSPECIFIED = 0;

UNRECOGNIZED
UNRESTRICTED

No access restriction.

UNRESTRICTED = 3;

UNRESTRICTED_VALUE

No access restriction.

UNRESTRICTED = 3;

WITHIN_ORGANIZATION

Access to or from resources outside your current organization will be denied.

WITHIN_ORGANIZATION = 2;

WITHIN_ORGANIZATION_VALUE

Access to or from resources outside your current organization will be denied.

WITHIN_ORGANIZATION = 2;

WITHIN_PROJECT

Access to or from resources outside your current project will be denied.

WITHIN_PROJECT = 1;

WITHIN_PROJECT_VALUE

Access to or from resources outside your current project will be denied.

WITHIN_PROJECT = 1;

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()