Class StartManualTransferRunsRequest.TimeRange.Builder (2.11.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.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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

publicStartManualTransferRunsRequest.TimeRangebuild()
Returns
Type Description

buildPartial()

publicStartManualTransferRunsRequest.TimeRangebuildPartial()
Returns
Type Description

clear()

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

clearField(Descriptors.FieldDescriptor field)

publicStartManualTransferRunsRequest.TimeRange.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

publicStartManualTransferRunsRequest.TimeRange.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicStartManualTransferRunsRequest.TimeRangegetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

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

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

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

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

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
Overrides

isInitialized()

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

mergeFrom(StartManualTransferRunsRequest.TimeRange other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicStartManualTransferRunsRequest.TimeRange.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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