Class StartManualTransferRunsRequest.TimeRange (2.70.0)

publicstaticfinalclass StartManualTransferRunsRequest.TimeRangeextendsGeneratedMessageV3implementsStartManualTransferRunsRequest.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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StartManualTransferRunsRequest.TimeRange

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

END_TIME_FIELD_NUMBER

publicstaticfinalintEND_TIME_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

publicstaticfinalintSTART_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStartManualTransferRunsRequest.TimeRangegetDefaultInstance()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticStartManualTransferRunsRequest.TimeRange.BuildernewBuilder()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

newBuilder(StartManualTransferRunsRequest.TimeRange prototype)

publicstaticStartManualTransferRunsRequest.TimeRange.BuildernewBuilder(StartManualTransferRunsRequest.TimeRangeprototype)
Parameter
Name Description
prototype StartManualTransferRunsRequest.TimeRange
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

parseDelimitedFrom(InputStream input)

publicstaticStartManualTransferRunsRequest.TimeRangeparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequest.TimeRangeparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest.TimeRange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<StartManualTransferRunsRequest.TimeRange>parser()
Returns
Type Description
Parser<TimeRange>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicStartManualTransferRunsRequest.TimeRangegetDefaultInstanceForType()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange

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.

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

getParserForType()

publicParser<StartManualTransferRunsRequest.TimeRange>getParserForType()
Returns
Type Description
Parser<TimeRange>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicStartManualTransferRunsRequest.TimeRange.BuildernewBuilderForType()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStartManualTransferRunsRequest.TimeRange.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicStartManualTransferRunsRequest.TimeRange.BuildertoBuilder()
Returns
Type Description
StartManualTransferRunsRequest.TimeRange.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.