Class StartManualTransferRunsRequest (2.32.0)

publicfinalclass StartManualTransferRunsRequestextendsGeneratedMessageV3implementsStartManualTransferRunsRequestOrBuilder

A request to start manual transfer runs.

Protobuf type google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest

Inheritance

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

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

PARENT_FIELD_NUMBER

publicstaticfinalintPARENT_FIELD_NUMBER
Field Value
Type Description
int

REQUESTED_RUN_TIME_FIELD_NUMBER

publicstaticfinalintREQUESTED_RUN_TIME_FIELD_NUMBER
Field Value
Type Description
int

REQUESTED_TIME_RANGE_FIELD_NUMBER

publicstaticfinalintREQUESTED_TIME_RANGE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStartManualTransferRunsRequestgetDefaultInstance()
Returns
Type Description
StartManualTransferRunsRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticStartManualTransferRunsRequest.BuildernewBuilder()
Returns
Type Description
StartManualTransferRunsRequest.Builder

newBuilder(StartManualTransferRunsRequest prototype)

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

parseDelimitedFrom(InputStream input)

publicstaticStartManualTransferRunsRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticStartManualTransferRunsRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStartManualTransferRunsRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStartManualTransferRunsRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticStartManualTransferRunsRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticStartManualTransferRunsRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStartManualTransferRunsRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StartManualTransferRunsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

publicStartManualTransferRunsRequestgetDefaultInstanceForType()
Returns
Type Description
StartManualTransferRunsRequest

getParent()

publicStringgetParent()

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

string parent = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

publicByteStringgetParentBytes()

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

string parent = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

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

getRequestedRunTime()

publicTimestampgetRequestedRunTime()

A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.

.google.protobuf.Timestamp requested_run_time = 4;

Returns
Type Description
Timestamp

The requestedRunTime.

getRequestedRunTimeOrBuilder()

publicTimestampOrBuildergetRequestedRunTimeOrBuilder()

A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.

.google.protobuf.Timestamp requested_run_time = 4;

Returns
Type Description
TimestampOrBuilder

getRequestedTimeRange()

publicStartManualTransferRunsRequest.TimeRangegetRequestedTimeRange()

A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.

.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;

Returns
Type Description
StartManualTransferRunsRequest.TimeRange

The requestedTimeRange.

getRequestedTimeRangeOrBuilder()

publicStartManualTransferRunsRequest.TimeRangeOrBuildergetRequestedTimeRangeOrBuilder()

A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.

.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;

Returns
Type Description
StartManualTransferRunsRequest.TimeRangeOrBuilder

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getTimeCase()

publicStartManualTransferRunsRequest.TimeCasegetTimeCase()
Returns
Type Description
StartManualTransferRunsRequest.TimeCase

hasRequestedRunTime()

publicbooleanhasRequestedRunTime()

A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.

.google.protobuf.Timestamp requested_run_time = 4;

Returns
Type Description
boolean

Whether the requestedRunTime field is set.

hasRequestedTimeRange()

publicbooleanhasRequestedTimeRange()

A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.

.google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;

Returns
Type Description
boolean

Whether the requestedTimeRange 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.BuildernewBuilderForType()
Returns
Type Description
StartManualTransferRunsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicStartManualTransferRunsRequest.BuildertoBuilder()
Returns
Type Description
StartManualTransferRunsRequest.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.