Enum TransferMetadataOptions.Gid (0.39.0)

publicenumTransferMetadataOptions.GidextendsEnum<TransferMetadataOptions.Gid>implementsProtocolMessageEnum

The GID preservation behavior.

Protobuf enum google.cloud.parallelstore.v1beta.TransferMetadataOptions.Gid

Implements

ProtocolMessageEnum

Static Fields

Name Description
GID_NUMBER_PRESERVE

Preserve GID that is in number format during a transfer job.

GID_NUMBER_PRESERVE = 2;

GID_NUMBER_PRESERVE_VALUE

Preserve GID that is in number format during a transfer job.

GID_NUMBER_PRESERVE = 2;

GID_SKIP

Do not preserve GID during a transfer job.

GID_SKIP = 1;

GID_SKIP_VALUE

Do not preserve GID during a transfer job.

GID_SKIP = 1;

GID_UNSPECIFIED

default is GID_NUMBER_PRESERVE.

GID_UNSPECIFIED = 0;

GID_UNSPECIFIED_VALUE

default is GID_NUMBER_PRESERVE.

GID_UNSPECIFIED = 0;

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.