public final class TransferRun extends com.google.protobuf.GeneratedMessageV3 implements TransferRunOrBuilder
Represents a data transfer run.Protobuf type
google.cloud.bigquery.datatransfer.v1.TransferRun| Modifier and Type | Class and Description |
|---|---|
static class |
TransferRun.Builder
Represents a data transfer run.
|
static class |
TransferRun.DestinationCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_SOURCE_ID_FIELD_NUMBER |
static int |
DESTINATION_DATASET_ID_FIELD_NUMBER |
static int |
EMAIL_PREFERENCES_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
ERROR_STATUS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NOTIFICATION_PUBSUB_TOPIC_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static int |
RUN_TIME_FIELD_NUMBER |
static int |
SCHEDULE_FIELD_NUMBER |
static int |
SCHEDULE_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
static int |
USER_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataSourceId()
Output only.
|
com.google.protobuf.ByteString |
getDataSourceIdBytes()
Output only.
|
static TransferRun |
getDefaultInstance() |
TransferRun |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
TransferRun.DestinationCase |
getDestinationCase() |
String |
getDestinationDatasetId()
Output only.
|
com.google.protobuf.ByteString |
getDestinationDatasetIdBytes()
Output only.
|
EmailPreferences |
getEmailPreferences()
Output only.
|
EmailPreferencesOrBuilder |
getEmailPreferencesOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getErrorStatus()
Status of the transfer run.
|
com.google.rpc.StatusOrBuilder |
getErrorStatusOrBuilder()
Status of the transfer run.
|
String |
getName()
The resource name of the transfer run.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the transfer run.
|
String |
getNotificationPubsubTopic()
Output only.
|
com.google.protobuf.ByteString |
getNotificationPubsubTopicBytes()
Output only.
|
com.google.protobuf.Struct |
getParams()
Output only.
|
com.google.protobuf.StructOrBuilder |
getParamsOrBuilder()
Output only.
|
com.google.protobuf.Parser<TransferRun> |
getParserForType() |
com.google.protobuf.Timestamp |
getRunTime()
For batch transfer runs, specifies the date and time of the data should be
ingested.
|
com.google.protobuf.TimestampOrBuilder |
getRunTimeOrBuilder()
For batch transfer runs, specifies the date and time of the data should be
ingested.
|
String |
getSchedule()
Output only.
|
com.google.protobuf.ByteString |
getScheduleBytes()
Output only.
|
com.google.protobuf.Timestamp |
getScheduleTime()
Minimum time after which a transfer run can be started.
|
com.google.protobuf.TimestampOrBuilder |
getScheduleTimeOrBuilder()
Minimum time after which a transfer run can be started.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
TransferState |
getState()
Data transfer run state.
|
int |
getStateValue()
Data transfer run state.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
long |
getUserId()
Deprecated.
|
boolean |
hasDestinationDatasetId()
Output only.
|
boolean |
hasEmailPreferences()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasErrorStatus()
Status of the transfer run.
|
int |
hashCode() |
boolean |
hasParams()
Output only.
|
boolean |
hasRunTime()
For batch transfer runs, specifies the date and time of the data should be
ingested.
|
boolean |
hasScheduleTime()
Minimum time after which a transfer run can be started.
|
boolean |
hasStartTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferRun.Builder |
newBuilder() |
static TransferRun.Builder |
newBuilder(TransferRun prototype) |
TransferRun.Builder |
newBuilderForType() |
protected TransferRun.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferRun |
parseDelimitedFrom(InputStream input) |
static TransferRun |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferRun |
parseFrom(byte[] data) |
static TransferRun |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferRun |
parseFrom(ByteBuffer data) |
static TransferRun |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferRun |
parseFrom(com.google.protobuf.ByteString data) |
static TransferRun |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferRun |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferRun |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferRun |
parseFrom(InputStream input) |
static TransferRun |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferRun> |
parser() |
TransferRun.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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 SCHEDULE_TIME_FIELD_NUMBER
public static final int RUN_TIME_FIELD_NUMBER
public static final int ERROR_STATUS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
public static final int DESTINATION_DATASET_ID_FIELD_NUMBER
public static final int DATA_SOURCE_ID_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER
public static final int NOTIFICATION_PUBSUB_TOPIC_FIELD_NUMBER
public static final int EMAIL_PREFERENCES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 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 TransferRun.DestinationCase getDestinationCase()
getDestinationCase in interface TransferRunOrBuilderpublic String getName()
The resource name of the transfer run.
Transfer run names have the form
`projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`.
The name is ignored when creating a transfer run.
string name = 1;getName in interface TransferRunOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name of the transfer run.
Transfer run names have the form
`projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`.
The name is ignored when creating a transfer run.
string name = 1;getNameBytes in interface TransferRunOrBuilderpublic boolean hasScheduleTime()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;hasScheduleTime in interface TransferRunOrBuilderpublic com.google.protobuf.Timestamp getScheduleTime()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;getScheduleTime in interface TransferRunOrBuilderpublic com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;getScheduleTimeOrBuilder in interface TransferRunOrBuilderpublic boolean hasRunTime()
For batch transfer runs, specifies the date and time of the data should be ingested.
.google.protobuf.Timestamp run_time = 10;hasRunTime in interface TransferRunOrBuilderpublic com.google.protobuf.Timestamp getRunTime()
For batch transfer runs, specifies the date and time of the data should be ingested.
.google.protobuf.Timestamp run_time = 10;getRunTime in interface TransferRunOrBuilderpublic com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
For batch transfer runs, specifies the date and time of the data should be ingested.
.google.protobuf.Timestamp run_time = 10;getRunTimeOrBuilder in interface TransferRunOrBuilderpublic boolean hasErrorStatus()
Status of the transfer run.
.google.rpc.Status error_status = 21;hasErrorStatus in interface TransferRunOrBuilderpublic com.google.rpc.Status getErrorStatus()
Status of the transfer run.
.google.rpc.Status error_status = 21;getErrorStatus in interface TransferRunOrBuilderpublic com.google.rpc.StatusOrBuilder getErrorStatusOrBuilder()
Status of the transfer run.
.google.rpc.Status error_status = 21;getErrorStatusOrBuilder in interface TransferRunOrBuilderpublic boolean hasStartTime()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStartTime in interface TransferRunOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime in interface TransferRunOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder in interface TransferRunOrBuilderpublic boolean hasEndTime()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface TransferRunOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface TransferRunOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface TransferRunOrBuilderpublic boolean hasUpdateTime()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface TransferRunOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface TransferRunOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface TransferRunOrBuilderpublic boolean hasParams()
Output only. Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
.google.protobuf.Struct params = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];hasParams in interface TransferRunOrBuilderpublic com.google.protobuf.Struct getParams()
Output only. Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
.google.protobuf.Struct params = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getParams in interface TransferRunOrBuilderpublic com.google.protobuf.StructOrBuilder getParamsOrBuilder()
Output only. Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here: https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq
.google.protobuf.Struct params = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getParamsOrBuilder in interface TransferRunOrBuilderpublic boolean hasDestinationDatasetId()
Output only. The BigQuery target dataset id.
string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];hasDestinationDatasetId in interface TransferRunOrBuilderpublic String getDestinationDatasetId()
Output only. The BigQuery target dataset id.
string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getDestinationDatasetId in interface TransferRunOrBuilderpublic com.google.protobuf.ByteString getDestinationDatasetIdBytes()
Output only. The BigQuery target dataset id.
string destination_dataset_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getDestinationDatasetIdBytes in interface TransferRunOrBuilderpublic String getDataSourceId()
Output only. Data source id.
string data_source_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];getDataSourceId in interface TransferRunOrBuilderpublic com.google.protobuf.ByteString getDataSourceIdBytes()
Output only. Data source id.
string data_source_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];getDataSourceIdBytes in interface TransferRunOrBuilderpublic int getStateValue()
Data transfer run state. Ignored for input requests.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 8;getStateValue in interface TransferRunOrBuilderpublic TransferState getState()
Data transfer run state. Ignored for input requests.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 8;getState in interface TransferRunOrBuilderpublic long getUserId()
Deprecated. Unique ID of the user on whose behalf transfer is done.
int64 user_id = 11;getUserId in interface TransferRunOrBuilderpublic String getSchedule()
Output only. Describes the schedule of this transfer run if it was created as part of a regular schedule. For batch transfer runs that are scheduled manually, this is empty. NOTE: the system might choose to delay the schedule depending on the current load, so `schedule_time` doesn't always match this.
string schedule = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];getSchedule in interface TransferRunOrBuilderpublic com.google.protobuf.ByteString getScheduleBytes()
Output only. Describes the schedule of this transfer run if it was created as part of a regular schedule. For batch transfer runs that are scheduled manually, this is empty. NOTE: the system might choose to delay the schedule depending on the current load, so `schedule_time` doesn't always match this.
string schedule = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];getScheduleBytes in interface TransferRunOrBuilderpublic String getNotificationPubsubTopic()
Output only. Pub/Sub topic where a notification will be sent after this
transfer run finishes.
The format for specifying a pubsub topic is:
`projects/{project}/topics/{topic}`
string notification_pubsub_topic = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNotificationPubsubTopic in interface TransferRunOrBuilderpublic com.google.protobuf.ByteString getNotificationPubsubTopicBytes()
Output only. Pub/Sub topic where a notification will be sent after this
transfer run finishes.
The format for specifying a pubsub topic is:
`projects/{project}/topics/{topic}`
string notification_pubsub_topic = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNotificationPubsubTopicBytes in interface TransferRunOrBuilderpublic boolean hasEmailPreferences()
Output only. Email notifications will be sent according to these preferences to the email address of the user who owns the transfer config this run was derived from.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEmailPreferences in interface TransferRunOrBuilderpublic EmailPreferences getEmailPreferences()
Output only. Email notifications will be sent according to these preferences to the email address of the user who owns the transfer config this run was derived from.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEmailPreferences in interface TransferRunOrBuilderpublic EmailPreferencesOrBuilder getEmailPreferencesOrBuilder()
Output only. Email notifications will be sent according to these preferences to the email address of the user who owns the transfer config this run was derived from.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEmailPreferencesOrBuilder in interface TransferRunOrBuilderpublic 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 TransferRun parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferRun parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferRun parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferRun parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferRun parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferRun parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferRun parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferRun.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferRun.Builder newBuilder()
public static TransferRun.Builder newBuilder(TransferRun prototype)
public TransferRun.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferRun.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferRun getDefaultInstance()
public static com.google.protobuf.Parser<TransferRun> parser()
public com.google.protobuf.Parser<TransferRun> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferRun getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.