| Modifier and Type | Method and Description |
|---|---|
static TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.UID.forNumber(int value) |
TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptionsOrBuilder.getUid()
Specifies how each file's POSIX user ID (UID) attribute should be handled
by the transfer.
|
TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.getUid()
Specifies how each file's POSIX user ID (UID) attribute should be handled
by the transfer.
|
TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.Builder.getUid()
Specifies how each file's POSIX user ID (UID) attribute should be handled
by the transfer.
|
static TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.UID.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.UID.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferTypes.MetadataOptions.UID |
TransferTypes.MetadataOptions.UID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferTypes.MetadataOptions.UID[] |
TransferTypes.MetadataOptions.UID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransferTypes.MetadataOptions.UID> |
TransferTypes.MetadataOptions.UID.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.MetadataOptions.Builder |
TransferTypes.MetadataOptions.Builder.setUid(TransferTypes.MetadataOptions.UID value)
Specifies how each file's POSIX user ID (UID) attribute should be handled
by the transfer.
|
Copyright © 2022 Google LLC. All rights reserved.