public final class TransferConfig extends com.google.protobuf.GeneratedMessageV3 implements TransferConfigOrBuilder
Represents a data transfer configuration. A transfer configuration contains all metadata needed to perform a data transfer. For example, `destination_dataset_id` specifies where data should be stored. When a new transfer configuration is created, the specified `destination_dataset_id` is created when needed and shared with the appropriate data source service account.Protobuf type
google.cloud.bigquery.datatransfer.v1.TransferConfig| Modifier and Type | Class and Description |
|---|---|
static class |
TransferConfig.Builder
Represents a data transfer configuration.
|
static class |
TransferConfig.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_REFRESH_WINDOW_DAYS_FIELD_NUMBER |
static int |
DATA_SOURCE_ID_FIELD_NUMBER |
static int |
DATASET_REGION_FIELD_NUMBER |
static int |
DESTINATION_DATASET_ID_FIELD_NUMBER |
static int |
DISABLED_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
EMAIL_PREFERENCES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NEXT_RUN_TIME_FIELD_NUMBER |
static int |
NOTIFICATION_PUBSUB_TOPIC_FIELD_NUMBER |
static int |
OWNER_INFO_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static int |
SCHEDULE_FIELD_NUMBER |
static int |
SCHEDULE_OPTIONS_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) |
int |
getDataRefreshWindowDays()
The number of days to look back to automatically refresh the data.
|
String |
getDatasetRegion()
Output only.
|
com.google.protobuf.ByteString |
getDatasetRegionBytes()
Output only.
|
String |
getDataSourceId()
Data source ID.
|
com.google.protobuf.ByteString |
getDataSourceIdBytes()
Data source ID.
|
static TransferConfig |
getDefaultInstance() |
TransferConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
TransferConfig.DestinationCase |
getDestinationCase() |
String |
getDestinationDatasetId()
The BigQuery target dataset id.
|
com.google.protobuf.ByteString |
getDestinationDatasetIdBytes()
The BigQuery target dataset id.
|
boolean |
getDisabled()
Is this config disabled.
|
String |
getDisplayName()
User specified display name for the data transfer.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User specified display name for the data transfer.
|
EmailPreferences |
getEmailPreferences()
Email notifications will be sent according to these preferences
to the email address of the user who owns this transfer config.
|
EmailPreferencesOrBuilder |
getEmailPreferencesOrBuilder()
Email notifications will be sent according to these preferences
to the email address of the user who owns this transfer config.
|
String |
getName()
The resource name of the transfer config.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the transfer config.
|
com.google.protobuf.Timestamp |
getNextRunTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getNextRunTimeOrBuilder()
Output only.
|
String |
getNotificationPubsubTopic()
Pub/Sub topic where notifications will be sent after transfer runs
associated with this transfer config finish.
|
com.google.protobuf.ByteString |
getNotificationPubsubTopicBytes()
Pub/Sub topic where notifications will be sent after transfer runs
associated with this transfer config finish.
|
UserInfo |
getOwnerInfo()
Output only.
|
UserInfoOrBuilder |
getOwnerInfoOrBuilder()
Output only.
|
com.google.protobuf.Struct |
getParams()
Parameters specific to each data source.
|
com.google.protobuf.StructOrBuilder |
getParamsOrBuilder()
Parameters specific to each data source.
|
com.google.protobuf.Parser<TransferConfig> |
getParserForType() |
String |
getSchedule()
Data transfer schedule.
|
com.google.protobuf.ByteString |
getScheduleBytes()
Data transfer schedule.
|
ScheduleOptions |
getScheduleOptions()
Options customizing the data transfer schedule.
|
ScheduleOptionsOrBuilder |
getScheduleOptionsOrBuilder()
Options customizing the data transfer schedule.
|
int |
getSerializedSize() |
TransferState |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
long |
getUserId()
Deprecated.
|
boolean |
hasDestinationDatasetId()
The BigQuery target dataset id.
|
boolean |
hasEmailPreferences()
Email notifications will be sent according to these preferences
to the email address of the user who owns this transfer config.
|
int |
hashCode() |
boolean |
hasNextRunTime()
Output only.
|
boolean |
hasOwnerInfo()
Output only.
|
boolean |
hasParams()
Parameters specific to each data source.
|
boolean |
hasScheduleOptions()
Options customizing the data transfer schedule.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferConfig.Builder |
newBuilder() |
static TransferConfig.Builder |
newBuilder(TransferConfig prototype) |
TransferConfig.Builder |
newBuilderForType() |
protected TransferConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferConfig |
parseDelimitedFrom(InputStream input) |
static TransferConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferConfig |
parseFrom(byte[] data) |
static TransferConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferConfig |
parseFrom(ByteBuffer data) |
static TransferConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferConfig |
parseFrom(com.google.protobuf.ByteString data) |
static TransferConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferConfig |
parseFrom(InputStream input) |
static TransferConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferConfig> |
parser() |
TransferConfig.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 DESTINATION_DATASET_ID_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DATA_SOURCE_ID_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER
public static final int SCHEDULE_OPTIONS_FIELD_NUMBER
public static final int DATA_REFRESH_WINDOW_DAYS_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int NEXT_RUN_TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int DATASET_REGION_FIELD_NUMBER
public static final int NOTIFICATION_PUBSUB_TOPIC_FIELD_NUMBER
public static final int EMAIL_PREFERENCES_FIELD_NUMBER
public static final int OWNER_INFO_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 TransferConfig.DestinationCase getDestinationCase()
getDestinationCase in interface TransferConfigOrBuilderpublic String getName()
The resource name of the transfer config.
Transfer config names have the form
`projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
Where `config_id` is usually a uuid, even though it is not
guaranteed or required. The name is ignored when creating a transfer
config.
string name = 1;getName in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name of the transfer config.
Transfer config names have the form
`projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
Where `config_id` is usually a uuid, even though it is not
guaranteed or required. The name is ignored when creating a transfer
config.
string name = 1;getNameBytes in interface TransferConfigOrBuilderpublic boolean hasDestinationDatasetId()
The BigQuery target dataset id.
string destination_dataset_id = 2;hasDestinationDatasetId in interface TransferConfigOrBuilderpublic String getDestinationDatasetId()
The BigQuery target dataset id.
string destination_dataset_id = 2;getDestinationDatasetId in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getDestinationDatasetIdBytes()
The BigQuery target dataset id.
string destination_dataset_id = 2;getDestinationDatasetIdBytes in interface TransferConfigOrBuilderpublic String getDisplayName()
User specified display name for the data transfer.
string display_name = 3;getDisplayName in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
User specified display name for the data transfer.
string display_name = 3;getDisplayNameBytes in interface TransferConfigOrBuilderpublic String getDataSourceId()
Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
string data_source_id = 5;getDataSourceId in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getDataSourceIdBytes()
Data source ID. This cannot be changed once data transfer is created. The full list of available data source IDs can be returned through an API call: https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.dataSources/list
string data_source_id = 5;getDataSourceIdBytes in interface TransferConfigOrBuilderpublic boolean hasParams()
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;hasParams in interface TransferConfigOrBuilderpublic com.google.protobuf.Struct getParams()
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;getParams in interface TransferConfigOrBuilderpublic com.google.protobuf.StructOrBuilder getParamsOrBuilder()
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;getParamsOrBuilder in interface TransferConfigOrBuilderpublic String getSchedule()
Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
string schedule = 7;getSchedule in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getScheduleBytes()
Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: `1st,3rd monday of month 15:30`, `every wed,fri of jan,jun 13:15`, and `first sunday of quarter 00:00`. See more explanation about the format here: https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source.
string schedule = 7;getScheduleBytes in interface TransferConfigOrBuilderpublic boolean hasScheduleOptions()
Options customizing the data transfer schedule.
.google.cloud.bigquery.datatransfer.v1.ScheduleOptions schedule_options = 24;hasScheduleOptions in interface TransferConfigOrBuilderpublic ScheduleOptions getScheduleOptions()
Options customizing the data transfer schedule.
.google.cloud.bigquery.datatransfer.v1.ScheduleOptions schedule_options = 24;getScheduleOptions in interface TransferConfigOrBuilderpublic ScheduleOptionsOrBuilder getScheduleOptionsOrBuilder()
Options customizing the data transfer schedule.
.google.cloud.bigquery.datatransfer.v1.ScheduleOptions schedule_options = 24;getScheduleOptionsOrBuilder in interface TransferConfigOrBuilderpublic int getDataRefreshWindowDays()
The number of days to look back to automatically refresh the data. For example, if `data_refresh_window_days = 10`, then every day BigQuery reingests data for [today-10, today-1], rather than ingesting data for just [today-1]. Only valid if the data source supports the feature. Set the value to 0 to use the default value.
int32 data_refresh_window_days = 12;getDataRefreshWindowDays in interface TransferConfigOrBuilderpublic boolean getDisabled()
Is this config disabled. When set to true, no runs are scheduled for a given transfer.
bool disabled = 13;getDisabled in interface TransferConfigOrBuilderpublic boolean hasUpdateTime()
Output only. Data transfer modification time. Ignored by server on input.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface TransferConfigOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Data transfer modification time. Ignored by server on input.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface TransferConfigOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Data transfer modification time. Ignored by server on input.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface TransferConfigOrBuilderpublic boolean hasNextRunTime()
Output only. Next time when data transfer will run.
.google.protobuf.Timestamp next_run_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasNextRunTime in interface TransferConfigOrBuilderpublic com.google.protobuf.Timestamp getNextRunTime()
Output only. Next time when data transfer will run.
.google.protobuf.Timestamp next_run_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNextRunTime in interface TransferConfigOrBuilderpublic com.google.protobuf.TimestampOrBuilder getNextRunTimeOrBuilder()
Output only. Next time when data transfer will run.
.google.protobuf.Timestamp next_run_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNextRunTimeOrBuilder in interface TransferConfigOrBuilderpublic int getStateValue()
Output only. State of the most recently updated transfer run.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface TransferConfigOrBuilderpublic TransferState getState()
Output only. State of the most recently updated transfer run.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface TransferConfigOrBuilderpublic long getUserId()
Deprecated. Unique ID of the user on whose behalf transfer is done.
int64 user_id = 11;getUserId in interface TransferConfigOrBuilderpublic String getDatasetRegion()
Output only. Region in which BigQuery dataset is located.
string dataset_region = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];getDatasetRegion in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getDatasetRegionBytes()
Output only. Region in which BigQuery dataset is located.
string dataset_region = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];getDatasetRegionBytes in interface TransferConfigOrBuilderpublic String getNotificationPubsubTopic()
Pub/Sub topic where notifications will be sent after transfer runs
associated with this transfer config finish.
The format for specifying a pubsub topic is:
`projects/{project}/topics/{topic}`
string notification_pubsub_topic = 15;getNotificationPubsubTopic in interface TransferConfigOrBuilderpublic com.google.protobuf.ByteString getNotificationPubsubTopicBytes()
Pub/Sub topic where notifications will be sent after transfer runs
associated with this transfer config finish.
The format for specifying a pubsub topic is:
`projects/{project}/topics/{topic}`
string notification_pubsub_topic = 15;getNotificationPubsubTopicBytes in interface TransferConfigOrBuilderpublic boolean hasEmailPreferences()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 18;hasEmailPreferences in interface TransferConfigOrBuilderpublic EmailPreferences getEmailPreferences()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 18;getEmailPreferences in interface TransferConfigOrBuilderpublic EmailPreferencesOrBuilder getEmailPreferencesOrBuilder()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
.google.cloud.bigquery.datatransfer.v1.EmailPreferences email_preferences = 18;getEmailPreferencesOrBuilder in interface TransferConfigOrBuilderpublic boolean hasOwnerInfo()
Output only. Information about the user whose credentials are used to transfer data. Populated only for `transferConfigs.get` requests. In case the user information is not available, this field will not be populated.
optional .google.cloud.bigquery.datatransfer.v1.UserInfo owner_info = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasOwnerInfo in interface TransferConfigOrBuilderpublic UserInfo getOwnerInfo()
Output only. Information about the user whose credentials are used to transfer data. Populated only for `transferConfigs.get` requests. In case the user information is not available, this field will not be populated.
optional .google.cloud.bigquery.datatransfer.v1.UserInfo owner_info = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOwnerInfo in interface TransferConfigOrBuilderpublic UserInfoOrBuilder getOwnerInfoOrBuilder()
Output only. Information about the user whose credentials are used to transfer data. Populated only for `transferConfigs.get` requests. In case the user information is not available, this field will not be populated.
optional .google.cloud.bigquery.datatransfer.v1.UserInfo owner_info = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOwnerInfoOrBuilder in interface TransferConfigOrBuilderpublic 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 TransferConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferConfig.Builder newBuilder()
public static TransferConfig.Builder newBuilder(TransferConfig prototype)
public TransferConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferConfig getDefaultInstance()
public static com.google.protobuf.Parser<TransferConfig> parser()
public com.google.protobuf.Parser<TransferConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.