public static final class BatchPredictOperationMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder> implements BatchPredictOperationMetadataOrBuilder
Details of BatchPredict operation.Protobuf type
google.cloud.automl.v1.BatchPredictOperationMetadatagetAllFields, 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<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.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<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchPredictOperationMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchPredictOperationMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchPredictOperationMetadata.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.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<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.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<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.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<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.Builder mergeFrom(BatchPredictOperationMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>public BatchPredictOperationMetadata.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<BatchPredictOperationMetadata.Builder>IOExceptionpublic boolean hasInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;hasInputConfig in interface BatchPredictOperationMetadataOrBuilderpublic BatchPredictInputConfig getInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;getInputConfig in interface BatchPredictOperationMetadataOrBuilderpublic BatchPredictOperationMetadata.Builder setInputConfig(BatchPredictInputConfig value)
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;public BatchPredictOperationMetadata.Builder setInputConfig(BatchPredictInputConfig.Builder builderForValue)
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;public BatchPredictOperationMetadata.Builder mergeInputConfig(BatchPredictInputConfig value)
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;public BatchPredictOperationMetadata.Builder clearInputConfig()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;public BatchPredictInputConfig.Builder getInputConfigBuilder()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;public BatchPredictInputConfigOrBuilder getInputConfigOrBuilder()
Output only. The input config that was given upon starting this batch predict operation.
.google.cloud.automl.v1.BatchPredictInputConfig input_config = 1;getInputConfigOrBuilder in interface BatchPredictOperationMetadataOrBuilderpublic boolean hasOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
hasOutputInfo in interface BatchPredictOperationMetadataOrBuilderpublic BatchPredictOperationMetadata.BatchPredictOutputInfo getOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
getOutputInfo in interface BatchPredictOperationMetadataOrBuilderpublic BatchPredictOperationMetadata.Builder setOutputInfo(BatchPredictOperationMetadata.BatchPredictOutputInfo value)
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
public BatchPredictOperationMetadata.Builder setOutputInfo(BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder builderForValue)
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
public BatchPredictOperationMetadata.Builder mergeOutputInfo(BatchPredictOperationMetadata.BatchPredictOutputInfo value)
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
public BatchPredictOperationMetadata.Builder clearOutputInfo()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder getOutputInfoBuilder()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
public BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder getOutputInfoOrBuilder()
Output only. Information further describing this batch predict's output.
.google.cloud.automl.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo output_info = 2;
getOutputInfoOrBuilder in interface BatchPredictOperationMetadataOrBuilderpublic final BatchPredictOperationMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>public final BatchPredictOperationMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.Builder>Copyright © 2025 Google LLC. All rights reserved.