publicstaticfinalclass StartManualTransferRunsRequest.TimeRange.BuilderextendsGeneratedMessageV3.Builder<StartManualTransferRunsRequest.TimeRange.Builder>implementsStartManualTransferRunsRequest.TimeRangeOrBuilder
A specification for a time range, this will request transfer runs with
run_time between start_time (inclusive) and end_time (exclusive).
Protobuf type
google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicStartManualTransferRunsRequest.TimeRange.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicStartManualTransferRunsRequest.TimeRangebuild()
buildPartial()
publicStartManualTransferRunsRequest.TimeRangebuildPartial()
clear()
publicStartManualTransferRunsRequest.TimeRange.Builderclear()
Overrides
clearEndTime()
publicStartManualTransferRunsRequest.TimeRange.BuilderclearEndTime()
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
clearField(Descriptors.FieldDescriptor field)
publicStartManualTransferRunsRequest.TimeRange.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicStartManualTransferRunsRequest.TimeRange.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearStartTime()
publicStartManualTransferRunsRequest.TimeRange.BuilderclearStartTime()
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
clone()
publicStartManualTransferRunsRequest.TimeRange.Builderclone()
Overrides
getDefaultInstanceForType()
publicStartManualTransferRunsRequest.TimeRangegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getEndTime()
publicTimestampgetEndTime()
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
| Returns |
| Type |
Description |
Timestamp |
The endTime.
|
getEndTimeBuilder()
publicTimestamp.BuildergetEndTimeBuilder()
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder()
publicTimestampOrBuildergetEndTimeOrBuilder()
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
getStartTime()
publicTimestampgetStartTime()
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
| Returns |
| Type |
Description |
Timestamp |
The startTime.
|
getStartTimeBuilder()
publicTimestamp.BuildergetStartTimeBuilder()
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder()
publicTimestampOrBuildergetStartTimeOrBuilder()
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
hasEndTime()
publicbooleanhasEndTime()
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
| Returns |
| Type |
Description |
boolean |
Whether the endTime field is set.
|
hasStartTime()
publicbooleanhasStartTime()
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
| Returns |
| Type |
Description |
boolean |
Whether the startTime field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeEndTime(Timestamp value)
publicStartManualTransferRunsRequest.TimeRange.BuildermergeEndTime(Timestampvalue)
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
mergeFrom(StartManualTransferRunsRequest.TimeRange other)
publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(StartManualTransferRunsRequest.TimeRangeother)
publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeStartTime(Timestamp value)
publicStartManualTransferRunsRequest.TimeRange.BuildermergeStartTime(Timestampvalue)
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalStartManualTransferRunsRequest.TimeRange.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setEndTime(Timestamp value)
publicStartManualTransferRunsRequest.TimeRange.BuildersetEndTime(Timestampvalue)
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
setEndTime(Timestamp.Builder builderForValue)
publicStartManualTransferRunsRequest.TimeRange.BuildersetEndTime(Timestamp.BuilderbuilderForValue)
End time of the range of transfer runs. For example,
"2017年05月30日T00:00:00+00:00". The end_time must not be in the future.
Creates transfer runs where run_time is in the range between start_time
(inclusive) and end_time (exclusive).
.google.protobuf.Timestamp end_time = 2;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
publicStartManualTransferRunsRequest.TimeRange.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicStartManualTransferRunsRequest.TimeRange.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setStartTime(Timestamp value)
publicStartManualTransferRunsRequest.TimeRange.BuildersetStartTime(Timestampvalue)
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
setStartTime(Timestamp.Builder builderForValue)
publicStartManualTransferRunsRequest.TimeRange.BuildersetStartTime(Timestamp.BuilderbuilderForValue)
Start time of the range of transfer runs. For example,
"2017年05月25日T00:00:00+00:00". The start_time must be strictly less than
the end_time. Creates transfer runs where run_time is in the range
between start_time (inclusive) and end_time (exclusive).
.google.protobuf.Timestamp start_time = 1;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalStartManualTransferRunsRequest.TimeRange.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides