Enum Restore.RestoreType (2.42.0)

public enum Restore.RestoreType extends Enum<Restore.RestoreType> implements ProtocolMessageEnum

The type of restore. If unspecified, defaults to METADATA_ONLY.

Protobuf enum google.cloud.metastore.v1alpha.Restore.RestoreType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FULL

The service's metadata and configuration are restored.

FULL = 1;

FULL_VALUE

The service's metadata and configuration are restored.

FULL = 1;

METADATA_ONLY

Only the service's metadata is restored.

METADATA_ONLY = 2;

METADATA_ONLY_VALUE

Only the service's metadata is restored.

METADATA_ONLY = 2;

RESTORE_TYPE_UNSPECIFIED

The restore type is unknown.

RESTORE_TYPE_UNSPECIFIED = 0;

RESTORE_TYPE_UNSPECIFIED_VALUE

The restore type is unknown.

RESTORE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()