public interface TransferRunOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataSourceId()
Output only.
|
ByteString |
getDataSourceIdBytes()
Output only.
|
java.lang.String |
getDestinationDatasetId()
Output only.
|
ByteString |
getDestinationDatasetIdBytes()
Output only.
|
Timestamp |
getEndTime()
Output only.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
Status |
getErrorStatus()
Status of the transfer run.
|
StatusOrBuilder |
getErrorStatusOrBuilder()
Status of the transfer run.
|
java.lang.String |
getName()
The resource name of the transfer run.
|
ByteString |
getNameBytes()
The resource name of the transfer run.
|
Struct |
getParams()
Output only.
|
StructOrBuilder |
getParamsOrBuilder()
Output only.
|
Timestamp |
getRunTime()
For batch transfer runs, specifies the date and time that
data should be ingested.
|
TimestampOrBuilder |
getRunTimeOrBuilder()
For batch transfer runs, specifies the date and time that
data should be ingested.
|
java.lang.String |
getSchedule()
Output only.
|
ByteString |
getScheduleBytes()
Output only.
|
Timestamp |
getScheduleTime()
Minimum time after which a transfer run can be started.
|
TimestampOrBuilder |
getScheduleTimeOrBuilder()
Minimum time after which a transfer run can be started.
|
Timestamp |
getStartTime()
Output only.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
TransferState |
getState()
Data transfer run state.
|
int |
getStateValue()
Data transfer run state.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
long |
getUserId()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasErrorStatus()
Status of the transfer run.
|
boolean |
hasParams()
Output only.
|
boolean |
hasRunTime()
For batch transfer runs, specifies the date and time that
data should be ingested.
|
boolean |
hasScheduleTime()
Minimum time after which a transfer run can be started.
|
boolean |
hasStartTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.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;
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;
boolean hasScheduleTime()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;
Timestamp getScheduleTime()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;
TimestampOrBuilder getScheduleTimeOrBuilder()
Minimum time after which a transfer run can be started.
.google.protobuf.Timestamp schedule_time = 3;
boolean hasRunTime()
For batch transfer runs, specifies the date and time that data should be ingested.
.google.protobuf.Timestamp run_time = 10;
Timestamp getRunTime()
For batch transfer runs, specifies the date and time that data should be ingested.
.google.protobuf.Timestamp run_time = 10;
TimestampOrBuilder getRunTimeOrBuilder()
For batch transfer runs, specifies the date and time that data should be ingested.
.google.protobuf.Timestamp run_time = 10;
boolean hasErrorStatus()
Status of the transfer run.
.google.rpc.Status error_status = 21;
Status getErrorStatus()
Status of the transfer run.
.google.rpc.Status error_status = 21;
StatusOrBuilder getErrorStatusOrBuilder()
Status of the transfer run.
.google.rpc.Status error_status = 21;
boolean hasStartTime()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4;
Timestamp getStartTime()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4;
TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
.google.protobuf.Timestamp start_time = 4;
boolean hasEndTime()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5;
Timestamp getEndTime()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5;
TimestampOrBuilder getEndTimeOrBuilder()
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
.google.protobuf.Timestamp end_time = 5;
boolean hasUpdateTime()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6;
Timestamp getUpdateTime()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6;
TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last time the data transfer run state was updated.
.google.protobuf.Timestamp update_time = 6;
boolean hasParams()
Output only. Data transfer specific parameters.
.google.protobuf.Struct params = 9;
Struct getParams()
Output only. Data transfer specific parameters.
.google.protobuf.Struct params = 9;
StructOrBuilder getParamsOrBuilder()
Output only. Data transfer specific parameters.
.google.protobuf.Struct params = 9;
java.lang.String getDestinationDatasetId()
Output only. The BigQuery target dataset id.
string destination_dataset_id = 2;
ByteString getDestinationDatasetIdBytes()
Output only. The BigQuery target dataset id.
string destination_dataset_id = 2;
java.lang.String getDataSourceId()
Output only. Data source id.
string data_source_id = 7;
ByteString getDataSourceIdBytes()
Output only. Data source id.
string data_source_id = 7;
int getStateValue()
Data transfer run state. Ignored for input requests.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 8;
TransferState getState()
Data transfer run state. Ignored for input requests.
.google.cloud.bigquery.datatransfer.v1.TransferState state = 8;
long getUserId()
Output only. Unique ID of the user on whose behalf transfer is done. Applicable only to data sources that do not support service accounts. When set to 0, the data source service account credentials are used. May be negative. Note, that this identifier is not stable. It may change over time even for the same user.
int64 user_id = 11;
java.lang.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 matches this.
string schedule = 12;
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 matches this.
string schedule = 12;