public static final class TransferTypes.TransferJob extends com.google.protobuf.GeneratedMessageV3 implements TransferTypes.TransferJobOrBuilder
This resource represents the configuration of a transfer job that runs periodically.Protobuf type
google.storagetransfer.v1.TransferJob| Modifier and Type | Class and Description |
|---|---|
static class |
TransferTypes.TransferJob.Builder
This resource represents the configuration of a transfer job that runs
periodically.
|
static class |
TransferTypes.TransferJob.Status
The status of the transfer job.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATION_TIME_FIELD_NUMBER |
static int |
DELETION_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
LAST_MODIFICATION_TIME_FIELD_NUMBER |
static int |
LATEST_OPERATION_NAME_FIELD_NUMBER |
static int |
LOGGING_CONFIG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NOTIFICATION_CONFIG_FIELD_NUMBER |
static int |
PROJECT_ID_FIELD_NUMBER |
static int |
SCHEDULE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TRANSFER_SPEC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreationTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreationTimeOrBuilder()
Output only.
|
static TransferTypes.TransferJob |
getDefaultInstance() |
TransferTypes.TransferJob |
getDefaultInstanceForType() |
com.google.protobuf.Timestamp |
getDeletionTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getDeletionTimeOrBuilder()
Output only.
|
String |
getDescription()
A description provided by the user for the job.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description provided by the user for the job.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getLastModificationTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastModificationTimeOrBuilder()
Output only.
|
String |
getLatestOperationName()
The name of the most recently started TransferOperation of this JobConfig.
|
com.google.protobuf.ByteString |
getLatestOperationNameBytes()
The name of the most recently started TransferOperation of this JobConfig.
|
TransferTypes.LoggingConfig |
getLoggingConfig()
Logging configuration.
|
TransferTypes.LoggingConfigOrBuilder |
getLoggingConfigOrBuilder()
Logging configuration.
|
String |
getName()
A unique name (within the transfer project) assigned when the job is
created.
|
com.google.protobuf.ByteString |
getNameBytes()
A unique name (within the transfer project) assigned when the job is
created.
|
TransferTypes.NotificationConfig |
getNotificationConfig()
Notification configuration.
|
TransferTypes.NotificationConfigOrBuilder |
getNotificationConfigOrBuilder()
Notification configuration.
|
com.google.protobuf.Parser<TransferTypes.TransferJob> |
getParserForType() |
String |
getProjectId()
The ID of the Google Cloud project that owns the job.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the Google Cloud project that owns the job.
|
TransferTypes.Schedule |
getSchedule()
Specifies schedule for the transfer job.
|
TransferTypes.ScheduleOrBuilder |
getScheduleOrBuilder()
Specifies schedule for the transfer job.
|
int |
getSerializedSize() |
TransferTypes.TransferJob.Status |
getStatus()
Status of the job.
|
int |
getStatusValue()
Status of the job.
|
TransferTypes.TransferSpec |
getTransferSpec()
Transfer specification.
|
TransferTypes.TransferSpecOrBuilder |
getTransferSpecOrBuilder()
Transfer specification.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreationTime()
Output only.
|
boolean |
hasDeletionTime()
Output only.
|
int |
hashCode() |
boolean |
hasLastModificationTime()
Output only.
|
boolean |
hasLoggingConfig()
Logging configuration.
|
boolean |
hasNotificationConfig()
Notification configuration.
|
boolean |
hasSchedule()
Specifies schedule for the transfer job.
|
boolean |
hasTransferSpec()
Transfer specification.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferTypes.TransferJob.Builder |
newBuilder() |
static TransferTypes.TransferJob.Builder |
newBuilder(TransferTypes.TransferJob prototype) |
TransferTypes.TransferJob.Builder |
newBuilderForType() |
protected TransferTypes.TransferJob.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferTypes.TransferJob |
parseDelimitedFrom(InputStream input) |
static TransferTypes.TransferJob |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferJob |
parseFrom(byte[] data) |
static TransferTypes.TransferJob |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferJob |
parseFrom(ByteBuffer data) |
static TransferTypes.TransferJob |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferJob |
parseFrom(com.google.protobuf.ByteString data) |
static TransferTypes.TransferJob |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferJob |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferTypes.TransferJob |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferTypes.TransferJob |
parseFrom(InputStream input) |
static TransferTypes.TransferJob |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferTypes.TransferJob> |
parser() |
TransferTypes.TransferJob.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
public static final int TRANSFER_SPEC_FIELD_NUMBER
public static final int NOTIFICATION_CONFIG_FIELD_NUMBER
public static final int LOGGING_CONFIG_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
public static final int LAST_MODIFICATION_TIME_FIELD_NUMBER
public static final int DELETION_TIME_FIELD_NUMBER
public static final int LATEST_OPERATION_NAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
A unique name (within the transfer project) assigned when the job is created. If this field is empty in a CreateTransferJobRequest, Storage Transfer Service assigns a unique name. Otherwise, the specified name is used as the unique name for this job. If the specified name is in use by a job, the creation request fails with an [ALREADY_EXISTS][google.rpc.Code.ALREADY_EXISTS] error. This name must start with `"transferJobs/"` prefix and end with a letter or a number, and should be no more than 128 characters. For transfers involving PosixFilesystem, this name must start with `transferJobs/OPI` specifically. For all other transfer types, this name must not start with `transferJobs/OPI`. Non-PosixFilesystem example: `"transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example: `"transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely on the enforcement of naming requirements involving OPI. Invalid job names fail with an [INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
string name = 1;getName in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
A unique name (within the transfer project) assigned when the job is created. If this field is empty in a CreateTransferJobRequest, Storage Transfer Service assigns a unique name. Otherwise, the specified name is used as the unique name for this job. If the specified name is in use by a job, the creation request fails with an [ALREADY_EXISTS][google.rpc.Code.ALREADY_EXISTS] error. This name must start with `"transferJobs/"` prefix and end with a letter or a number, and should be no more than 128 characters. For transfers involving PosixFilesystem, this name must start with `transferJobs/OPI` specifically. For all other transfer types, this name must not start with `transferJobs/OPI`. Non-PosixFilesystem example: `"transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example: `"transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely on the enforcement of naming requirements involving OPI. Invalid job names fail with an [INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
string name = 1;getNameBytes in interface TransferTypes.TransferJobOrBuilderpublic String getDescription()
A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
string description = 2;getDescription in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
string description = 2;getDescriptionBytes in interface TransferTypes.TransferJobOrBuilderpublic String getProjectId()
The ID of the Google Cloud project that owns the job.
string project_id = 3;getProjectId in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Google Cloud project that owns the job.
string project_id = 3;getProjectIdBytes in interface TransferTypes.TransferJobOrBuilderpublic boolean hasTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 4;hasTransferSpec in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.TransferSpec getTransferSpec()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 4;getTransferSpec in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.TransferSpecOrBuilder getTransferSpecOrBuilder()
Transfer specification.
.google.storagetransfer.v1.TransferSpec transfer_spec = 4;getTransferSpecOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic boolean hasNotificationConfig()
Notification configuration. This is not supported for transfers involving PosixFilesystem.
.google.storagetransfer.v1.NotificationConfig notification_config = 11;hasNotificationConfig in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.NotificationConfig getNotificationConfig()
Notification configuration. This is not supported for transfers involving PosixFilesystem.
.google.storagetransfer.v1.NotificationConfig notification_config = 11;getNotificationConfig in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Notification configuration. This is not supported for transfers involving PosixFilesystem.
.google.storagetransfer.v1.NotificationConfig notification_config = 11;getNotificationConfigOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic boolean hasLoggingConfig()
Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 14;hasLoggingConfig in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.LoggingConfig getLoggingConfig()
Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 14;getLoggingConfig in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.LoggingConfigOrBuilder getLoggingConfigOrBuilder()
Logging configuration.
.google.storagetransfer.v1.LoggingConfig logging_config = 14;getLoggingConfigOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic boolean hasSchedule()
Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule.
.google.storagetransfer.v1.Schedule schedule = 5;hasSchedule in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.Schedule getSchedule()
Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule.
.google.storagetransfer.v1.Schedule schedule = 5;getSchedule in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.ScheduleOrBuilder getScheduleOrBuilder()
Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule.
.google.storagetransfer.v1.Schedule schedule = 5;getScheduleOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic int getStatusValue()
Status of the job. This value MUST be specified for `CreateTransferJobRequests`. **Note:** The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED] to [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and an operation spawned by the transfer is running, the status change would not affect the current operation.
.google.storagetransfer.v1.TransferJob.Status status = 6;getStatusValue in interface TransferTypes.TransferJobOrBuilderpublic TransferTypes.TransferJob.Status getStatus()
Status of the job. This value MUST be specified for `CreateTransferJobRequests`. **Note:** The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from [ENABLED][google.storagetransfer.v1.TransferJob.Status.ENABLED] to [DISABLED][google.storagetransfer.v1.TransferJob.Status.DISABLED], and an operation spawned by the transfer is running, the status change would not affect the current operation.
.google.storagetransfer.v1.TransferJob.Status status = 6;getStatus in interface TransferTypes.TransferJobOrBuilderpublic boolean hasCreationTime()
Output only. The time that the transfer job was created.
.google.protobuf.Timestamp creation_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreationTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.Timestamp getCreationTime()
Output only. The time that the transfer job was created.
.google.protobuf.Timestamp creation_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreationTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
Output only. The time that the transfer job was created.
.google.protobuf.Timestamp creation_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreationTimeOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic boolean hasLastModificationTime()
Output only. The time that the transfer job was last modified.
.google.protobuf.Timestamp last_modification_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastModificationTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.Timestamp getLastModificationTime()
Output only. The time that the transfer job was last modified.
.google.protobuf.Timestamp last_modification_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastModificationTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastModificationTimeOrBuilder()
Output only. The time that the transfer job was last modified.
.google.protobuf.Timestamp last_modification_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastModificationTimeOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic boolean hasDeletionTime()
Output only. The time that the transfer job was deleted.
.google.protobuf.Timestamp deletion_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasDeletionTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.Timestamp getDeletionTime()
Output only. The time that the transfer job was deleted.
.google.protobuf.Timestamp deletion_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeletionTime in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getDeletionTimeOrBuilder()
Output only. The time that the transfer job was deleted.
.google.protobuf.Timestamp deletion_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeletionTimeOrBuilder in interface TransferTypes.TransferJobOrBuilderpublic String getLatestOperationName()
The name of the most recently started TransferOperation of this JobConfig. Present if a TransferOperation has been created for this JobConfig.
string latest_operation_name = 12;getLatestOperationName in interface TransferTypes.TransferJobOrBuilderpublic com.google.protobuf.ByteString getLatestOperationNameBytes()
The name of the most recently started TransferOperation of this JobConfig. Present if a TransferOperation has been created for this JobConfig.
string latest_operation_name = 12;getLatestOperationNameBytes in interface TransferTypes.TransferJobOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransferTypes.TransferJob parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferTypes.TransferJob parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferJob parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferJob parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferJob parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferTypes.TransferJob parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferTypes.TransferJob parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferTypes.TransferJob.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferTypes.TransferJob.Builder newBuilder()
public static TransferTypes.TransferJob.Builder newBuilder(TransferTypes.TransferJob prototype)
public TransferTypes.TransferJob.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferTypes.TransferJob.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferTypes.TransferJob getDefaultInstance()
public static com.google.protobuf.Parser<TransferTypes.TransferJob> parser()
public com.google.protobuf.Parser<TransferTypes.TransferJob> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferTypes.TransferJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.