Class StartManualTransferRunsRequest.TimeRange.Builder (2.51.0)

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()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicStartManualTransferRunsRequest.TimeRange.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

build()

publicStartManualTransferRunsRequest.TimeRangebuild()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange

buildPartial()

publicStartManualTransferRunsRequest.TimeRangebuildPartial()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange

clear()

publicStartManualTransferRunsRequest.TimeRange.Builderclear()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
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;

Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

clearField(Descriptors.FieldDescriptor field)

publicStartManualTransferRunsRequest.TimeRange.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicStartManualTransferRunsRequest.TimeRange.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
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;

Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

clone()

publicStartManualTransferRunsRequest.TimeRange.Builderclone()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

getDefaultInstanceForType()

publicStartManualTransferRunsRequest.TimeRangegetDefaultInstanceForType()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
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;

Returns
Type Description
Builder

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;

Returns
Type Description
TimestampOrBuilder

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;

Returns
Type Description
Builder

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;

Returns
Type Description
TimestampOrBuilder

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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
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;

Parameter
Name Description
value Timestamp
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

mergeFrom(StartManualTransferRunsRequest.TimeRange other)

publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(StartManualTransferRunsRequest.TimeRangeother)
Parameter
Name Description
other StartManualTransferRunsRequest.TimeRange
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
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;

Parameter
Name Description
value Timestamp
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalStartManualTransferRunsRequest.TimeRange.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
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;

Parameter
Name Description
value Timestamp
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

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
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicStartManualTransferRunsRequest.TimeRange.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicStartManualTransferRunsRequest.TimeRange.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
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;

Parameter
Name Description
value Timestamp
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

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
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalStartManualTransferRunsRequest.TimeRange.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.