| Modifier and Type | Method and Description |
|---|---|
TransferTypes.TransferOptions |
TransferTypes.TransferOptions.Builder.build() |
TransferTypes.TransferOptions |
TransferTypes.TransferOptions.Builder.buildPartial() |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.getDefaultInstance() |
TransferTypes.TransferOptions |
TransferTypes.TransferOptions.getDefaultInstanceForType() |
TransferTypes.TransferOptions |
TransferTypes.TransferOptions.Builder.getDefaultInstanceForType() |
TransferTypes.TransferOptions |
TransferTypes.TransferSpecOrBuilder.getTransferOptions()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
TransferTypes.TransferOptions |
TransferTypes.TransferSpec.getTransferOptions()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
TransferTypes.TransferOptions |
TransferTypes.TransferSpec.Builder.getTransferOptions()
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseDelimitedFrom(InputStream input) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(byte[] data) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(ByteBuffer data) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(com.google.protobuf.ByteString data) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(InputStream input) |
static TransferTypes.TransferOptions |
TransferTypes.TransferOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransferTypes.TransferOptions> |
TransferTypes.TransferOptions.getParserForType() |
static com.google.protobuf.Parser<TransferTypes.TransferOptions> |
TransferTypes.TransferOptions.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.TransferOptions.Builder |
TransferTypes.TransferOptions.Builder.mergeFrom(TransferTypes.TransferOptions other) |
TransferTypes.TransferSpec.Builder |
TransferTypes.TransferSpec.Builder.mergeTransferOptions(TransferTypes.TransferOptions value)
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
static TransferTypes.TransferOptions.Builder |
TransferTypes.TransferOptions.newBuilder(TransferTypes.TransferOptions prototype) |
TransferTypes.TransferSpec.Builder |
TransferTypes.TransferSpec.Builder.setTransferOptions(TransferTypes.TransferOptions value)
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is `true` and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
|
Copyright © 2022 Google LLC. All rights reserved.