public static final class MigrationSubtask.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder> implements MigrationSubtaskOrBuilder
A subtask for a migration which carries details about the configuration of the subtask. The content of the details should not matter to the end user, but is a contract between the subtask creator and subtask worker.Protobuf type
google.cloud.bigquery.migration.v2.MigrationSubtask| Modifier and Type | Method and Description |
|---|---|
MigrationSubtask.Builder |
addAllMetrics(Iterable<? extends TimeSeries> values)
The metrics for the subtask.
|
MigrationSubtask.Builder |
addAllResourceErrorDetails(Iterable<? extends ResourceErrorDetail> values)
Output only.
|
MigrationSubtask.Builder |
addMetrics(int index,
TimeSeries.Builder builderForValue)
The metrics for the subtask.
|
MigrationSubtask.Builder |
addMetrics(int index,
TimeSeries value)
The metrics for the subtask.
|
MigrationSubtask.Builder |
addMetrics(TimeSeries.Builder builderForValue)
The metrics for the subtask.
|
MigrationSubtask.Builder |
addMetrics(TimeSeries value)
The metrics for the subtask.
|
TimeSeries.Builder |
addMetricsBuilder()
The metrics for the subtask.
|
TimeSeries.Builder |
addMetricsBuilder(int index)
The metrics for the subtask.
|
MigrationSubtask.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MigrationSubtask.Builder |
addResourceErrorDetails(int index,
ResourceErrorDetail.Builder builderForValue)
Output only.
|
MigrationSubtask.Builder |
addResourceErrorDetails(int index,
ResourceErrorDetail value)
Output only.
|
MigrationSubtask.Builder |
addResourceErrorDetails(ResourceErrorDetail.Builder builderForValue)
Output only.
|
MigrationSubtask.Builder |
addResourceErrorDetails(ResourceErrorDetail value)
Output only.
|
ResourceErrorDetail.Builder |
addResourceErrorDetailsBuilder()
Output only.
|
ResourceErrorDetail.Builder |
addResourceErrorDetailsBuilder(int index)
Output only.
|
MigrationSubtask |
build() |
MigrationSubtask |
buildPartial() |
MigrationSubtask.Builder |
clear() |
MigrationSubtask.Builder |
clearCreateTime()
Time when the subtask was created.
|
MigrationSubtask.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MigrationSubtask.Builder |
clearLastUpdateTime()
Time when the subtask was last updated.
|
MigrationSubtask.Builder |
clearMetrics()
The metrics for the subtask.
|
MigrationSubtask.Builder |
clearName()
Output only.
|
MigrationSubtask.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MigrationSubtask.Builder |
clearProcessingError()
Output only.
|
MigrationSubtask.Builder |
clearResourceErrorCount()
The number or resources with errors.
|
MigrationSubtask.Builder |
clearResourceErrorDetails()
Output only.
|
MigrationSubtask.Builder |
clearState()
Output only.
|
MigrationSubtask.Builder |
clearTaskId()
The unique ID of the task to which this subtask belongs.
|
MigrationSubtask.Builder |
clearType()
The type of the Subtask.
|
MigrationSubtask.Builder |
clone() |
com.google.protobuf.Timestamp |
getCreateTime()
Time when the subtask was created.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Time when the subtask was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Time when the subtask was created.
|
MigrationSubtask |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getLastUpdateTime()
Time when the subtask was last updated.
|
com.google.protobuf.Timestamp.Builder |
getLastUpdateTimeBuilder()
Time when the subtask was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Time when the subtask was last updated.
|
TimeSeries |
getMetrics(int index)
The metrics for the subtask.
|
TimeSeries.Builder |
getMetricsBuilder(int index)
The metrics for the subtask.
|
List<TimeSeries.Builder> |
getMetricsBuilderList()
The metrics for the subtask.
|
int |
getMetricsCount()
The metrics for the subtask.
|
List<TimeSeries> |
getMetricsList()
The metrics for the subtask.
|
TimeSeriesOrBuilder |
getMetricsOrBuilder(int index)
The metrics for the subtask.
|
List<? extends TimeSeriesOrBuilder> |
getMetricsOrBuilderList()
The metrics for the subtask.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.rpc.ErrorInfo |
getProcessingError()
Output only.
|
com.google.rpc.ErrorInfo.Builder |
getProcessingErrorBuilder()
Output only.
|
com.google.rpc.ErrorInfoOrBuilder |
getProcessingErrorOrBuilder()
Output only.
|
int |
getResourceErrorCount()
The number or resources with errors.
|
ResourceErrorDetail |
getResourceErrorDetails(int index)
Output only.
|
ResourceErrorDetail.Builder |
getResourceErrorDetailsBuilder(int index)
Output only.
|
List<ResourceErrorDetail.Builder> |
getResourceErrorDetailsBuilderList()
Output only.
|
int |
getResourceErrorDetailsCount()
Output only.
|
List<ResourceErrorDetail> |
getResourceErrorDetailsList()
Output only.
|
ResourceErrorDetailOrBuilder |
getResourceErrorDetailsOrBuilder(int index)
Output only.
|
List<? extends ResourceErrorDetailOrBuilder> |
getResourceErrorDetailsOrBuilderList()
Output only.
|
MigrationSubtask.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getTaskId()
The unique ID of the task to which this subtask belongs.
|
com.google.protobuf.ByteString |
getTaskIdBytes()
The unique ID of the task to which this subtask belongs.
|
String |
getType()
The type of the Subtask.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the Subtask.
|
boolean |
hasCreateTime()
Time when the subtask was created.
|
boolean |
hasLastUpdateTime()
Time when the subtask was last updated.
|
boolean |
hasProcessingError()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MigrationSubtask.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Time when the subtask was created.
|
MigrationSubtask.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MigrationSubtask.Builder |
mergeFrom(com.google.protobuf.Message other) |
MigrationSubtask.Builder |
mergeFrom(MigrationSubtask other) |
MigrationSubtask.Builder |
mergeLastUpdateTime(com.google.protobuf.Timestamp value)
Time when the subtask was last updated.
|
MigrationSubtask.Builder |
mergeProcessingError(com.google.rpc.ErrorInfo value)
Output only.
|
MigrationSubtask.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MigrationSubtask.Builder |
removeMetrics(int index)
The metrics for the subtask.
|
MigrationSubtask.Builder |
removeResourceErrorDetails(int index)
Output only.
|
MigrationSubtask.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the subtask was created.
|
MigrationSubtask.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Time when the subtask was created.
|
MigrationSubtask.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MigrationSubtask.Builder |
setLastUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the subtask was last updated.
|
MigrationSubtask.Builder |
setLastUpdateTime(com.google.protobuf.Timestamp value)
Time when the subtask was last updated.
|
MigrationSubtask.Builder |
setMetrics(int index,
TimeSeries.Builder builderForValue)
The metrics for the subtask.
|
MigrationSubtask.Builder |
setMetrics(int index,
TimeSeries value)
The metrics for the subtask.
|
MigrationSubtask.Builder |
setName(String value)
Output only.
|
MigrationSubtask.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
MigrationSubtask.Builder |
setProcessingError(com.google.rpc.ErrorInfo.Builder builderForValue)
Output only.
|
MigrationSubtask.Builder |
setProcessingError(com.google.rpc.ErrorInfo value)
Output only.
|
MigrationSubtask.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MigrationSubtask.Builder |
setResourceErrorCount(int value)
The number or resources with errors.
|
MigrationSubtask.Builder |
setResourceErrorDetails(int index,
ResourceErrorDetail.Builder builderForValue)
Output only.
|
MigrationSubtask.Builder |
setResourceErrorDetails(int index,
ResourceErrorDetail value)
Output only.
|
MigrationSubtask.Builder |
setState(MigrationSubtask.State value)
Output only.
|
MigrationSubtask.Builder |
setStateValue(int value)
Output only.
|
MigrationSubtask.Builder |
setTaskId(String value)
The unique ID of the task to which this subtask belongs.
|
MigrationSubtask.Builder |
setTaskIdBytes(com.google.protobuf.ByteString value)
The unique ID of the task to which this subtask belongs.
|
MigrationSubtask.Builder |
setType(String value)
The type of the Subtask.
|
MigrationSubtask.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
The type of the Subtask.
|
MigrationSubtask.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MigrationSubtask build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MigrationSubtask buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MigrationSubtask.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder mergeFrom(MigrationSubtask other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public MigrationSubtask.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MigrationSubtask.Builder>IOExceptionpublic String getName()
Output only. Immutable. The resource name for the migration subtask. The ID is server-generated. Example: `projects/123/locations/us/workflows/345/subtasks/678`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
getName in interface MigrationSubtaskOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. Immutable. The resource name for the migration subtask. The ID is server-generated. Example: `projects/123/locations/us/workflows/345/subtasks/678`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
getNameBytes in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setName(String value)
Output only. Immutable. The resource name for the migration subtask. The ID is server-generated. Example: `projects/123/locations/us/workflows/345/subtasks/678`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
value - The name to set.public MigrationSubtask.Builder clearName()
Output only. Immutable. The resource name for the migration subtask. The ID is server-generated. Example: `projects/123/locations/us/workflows/345/subtasks/678`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
public MigrationSubtask.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Immutable. The resource name for the migration subtask. The ID is server-generated. Example: `projects/123/locations/us/workflows/345/subtasks/678`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
value - The bytes for name to set.public String getTaskId()
The unique ID of the task to which this subtask belongs.
string task_id = 2;getTaskId in interface MigrationSubtaskOrBuilderpublic com.google.protobuf.ByteString getTaskIdBytes()
The unique ID of the task to which this subtask belongs.
string task_id = 2;getTaskIdBytes in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setTaskId(String value)
The unique ID of the task to which this subtask belongs.
string task_id = 2;value - The taskId to set.public MigrationSubtask.Builder clearTaskId()
The unique ID of the task to which this subtask belongs.
string task_id = 2;public MigrationSubtask.Builder setTaskIdBytes(com.google.protobuf.ByteString value)
The unique ID of the task to which this subtask belongs.
string task_id = 2;value - The bytes for taskId to set.public String getType()
The type of the Subtask. The migration service does not check whether this is a known type. It is up to the task creator (i.e. orchestrator or worker) to ensure it only creates subtasks for which there are compatible workers polling for Subtasks.
string type = 3;getType in interface MigrationSubtaskOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
The type of the Subtask. The migration service does not check whether this is a known type. It is up to the task creator (i.e. orchestrator or worker) to ensure it only creates subtasks for which there are compatible workers polling for Subtasks.
string type = 3;getTypeBytes in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setType(String value)
The type of the Subtask. The migration service does not check whether this is a known type. It is up to the task creator (i.e. orchestrator or worker) to ensure it only creates subtasks for which there are compatible workers polling for Subtasks.
string type = 3;value - The type to set.public MigrationSubtask.Builder clearType()
The type of the Subtask. The migration service does not check whether this is a known type. It is up to the task creator (i.e. orchestrator or worker) to ensure it only creates subtasks for which there are compatible workers polling for Subtasks.
string type = 3;public MigrationSubtask.Builder setTypeBytes(com.google.protobuf.ByteString value)
The type of the Subtask. The migration service does not check whether this is a known type. It is up to the task creator (i.e. orchestrator or worker) to ensure it only creates subtasks for which there are compatible workers polling for Subtasks.
string type = 3;value - The bytes for type to set.public int getStateValue()
Output only. The current state of the subtask.
.google.cloud.bigquery.migration.v2.MigrationSubtask.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setStateValue(int value)
Output only. The current state of the subtask.
.google.cloud.bigquery.migration.v2.MigrationSubtask.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The enum numeric value on the wire for state to set.public MigrationSubtask.State getState()
Output only. The current state of the subtask.
.google.cloud.bigquery.migration.v2.MigrationSubtask.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setState(MigrationSubtask.State value)
Output only. The current state of the subtask.
.google.cloud.bigquery.migration.v2.MigrationSubtask.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The state to set.public MigrationSubtask.Builder clearState()
Output only. The current state of the subtask.
.google.cloud.bigquery.migration.v2.MigrationSubtask.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasProcessingError()
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasProcessingError in interface MigrationSubtaskOrBuilderpublic com.google.rpc.ErrorInfo getProcessingError()
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getProcessingError in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setProcessingError(com.google.rpc.ErrorInfo value)
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder setProcessingError(com.google.rpc.ErrorInfo.Builder builderForValue)
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder mergeProcessingError(com.google.rpc.ErrorInfo value)
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder clearProcessingError()
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.rpc.ErrorInfo.Builder getProcessingErrorBuilder()
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.rpc.ErrorInfoOrBuilder getProcessingErrorOrBuilder()
Output only. An explanation that may be populated when the task is in FAILED state.
.google.rpc.ErrorInfo processing_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getProcessingErrorOrBuilder in interface MigrationSubtaskOrBuilderpublic List<ResourceErrorDetail> getResourceErrorDetailsList()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceErrorDetailsList in interface MigrationSubtaskOrBuilderpublic int getResourceErrorDetailsCount()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceErrorDetailsCount in interface MigrationSubtaskOrBuilderpublic ResourceErrorDetail getResourceErrorDetails(int index)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceErrorDetails in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setResourceErrorDetails(int index, ResourceErrorDetail value)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder setResourceErrorDetails(int index, ResourceErrorDetail.Builder builderForValue)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder addResourceErrorDetails(ResourceErrorDetail value)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder addResourceErrorDetails(int index, ResourceErrorDetail value)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder addResourceErrorDetails(ResourceErrorDetail.Builder builderForValue)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder addResourceErrorDetails(int index, ResourceErrorDetail.Builder builderForValue)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder addAllResourceErrorDetails(Iterable<? extends ResourceErrorDetail> values)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder clearResourceErrorDetails()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public MigrationSubtask.Builder removeResourceErrorDetails(int index)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ResourceErrorDetail.Builder getResourceErrorDetailsBuilder(int index)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ResourceErrorDetailOrBuilder getResourceErrorDetailsOrBuilder(int index)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceErrorDetailsOrBuilder in interface MigrationSubtaskOrBuilderpublic List<? extends ResourceErrorDetailOrBuilder> getResourceErrorDetailsOrBuilderList()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getResourceErrorDetailsOrBuilderList in interface MigrationSubtaskOrBuilderpublic ResourceErrorDetail.Builder addResourceErrorDetailsBuilder()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ResourceErrorDetail.Builder addResourceErrorDetailsBuilder(int index)
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<ResourceErrorDetail.Builder> getResourceErrorDetailsBuilderList()
Output only. Provides details to errors and issues encountered while processing the subtask. Presence of error details does not mean that the subtask failed.
repeated .google.cloud.bigquery.migration.v2.ResourceErrorDetail resource_error_details = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getResourceErrorCount()
The number or resources with errors. Note: This is not the total number of errors as each resource can have more than one error. This is used to indicate truncation by having a `resource_error_count` that is higher than the size of `resource_error_details`.
int32 resource_error_count = 13;getResourceErrorCount in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setResourceErrorCount(int value)
The number or resources with errors. Note: This is not the total number of errors as each resource can have more than one error. This is used to indicate truncation by having a `resource_error_count` that is higher than the size of `resource_error_details`.
int32 resource_error_count = 13;value - The resourceErrorCount to set.public MigrationSubtask.Builder clearResourceErrorCount()
The number or resources with errors. Note: This is not the total number of errors as each resource can have more than one error. This is used to indicate truncation by having a `resource_error_count` that is higher than the size of `resource_error_details`.
int32 resource_error_count = 13;public boolean hasCreateTime()
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;hasCreateTime in interface MigrationSubtaskOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;getCreateTime in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setCreateTime(com.google.protobuf.Timestamp value)
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;public MigrationSubtask.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;public MigrationSubtask.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;public MigrationSubtask.Builder clearCreateTime()
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time when the subtask was created.
.google.protobuf.Timestamp create_time = 7;getCreateTimeOrBuilder in interface MigrationSubtaskOrBuilderpublic boolean hasLastUpdateTime()
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;hasLastUpdateTime in interface MigrationSubtaskOrBuilderpublic com.google.protobuf.Timestamp getLastUpdateTime()
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;getLastUpdateTime in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setLastUpdateTime(com.google.protobuf.Timestamp value)
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;public MigrationSubtask.Builder setLastUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;public MigrationSubtask.Builder mergeLastUpdateTime(com.google.protobuf.Timestamp value)
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;public MigrationSubtask.Builder clearLastUpdateTime()
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;public com.google.protobuf.Timestamp.Builder getLastUpdateTimeBuilder()
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time when the subtask was last updated.
.google.protobuf.Timestamp last_update_time = 8;getLastUpdateTimeOrBuilder in interface MigrationSubtaskOrBuilderpublic List<TimeSeries> getMetricsList()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;getMetricsList in interface MigrationSubtaskOrBuilderpublic int getMetricsCount()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;getMetricsCount in interface MigrationSubtaskOrBuilderpublic TimeSeries getMetrics(int index)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;getMetrics in interface MigrationSubtaskOrBuilderpublic MigrationSubtask.Builder setMetrics(int index, TimeSeries value)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder setMetrics(int index, TimeSeries.Builder builderForValue)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder addMetrics(TimeSeries value)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder addMetrics(int index, TimeSeries value)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder addMetrics(TimeSeries.Builder builderForValue)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder addMetrics(int index, TimeSeries.Builder builderForValue)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder addAllMetrics(Iterable<? extends TimeSeries> values)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder clearMetrics()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public MigrationSubtask.Builder removeMetrics(int index)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public TimeSeries.Builder getMetricsBuilder(int index)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public TimeSeriesOrBuilder getMetricsOrBuilder(int index)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;getMetricsOrBuilder in interface MigrationSubtaskOrBuilderpublic List<? extends TimeSeriesOrBuilder> getMetricsOrBuilderList()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;getMetricsOrBuilderList in interface MigrationSubtaskOrBuilderpublic TimeSeries.Builder addMetricsBuilder()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public TimeSeries.Builder addMetricsBuilder(int index)
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public List<TimeSeries.Builder> getMetricsBuilderList()
The metrics for the subtask.
repeated .google.cloud.bigquery.migration.v2.TimeSeries metrics = 11;public final MigrationSubtask.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>public final MigrationSubtask.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationSubtask.Builder>Copyright © 2024 Google LLC. All rights reserved.