Package com.google.cloud.automl.v1beta1
Class BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
- com.google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
-
- All Implemented Interfaces:
BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- BatchPredictOperationMetadata.BatchPredictOutputInfo
public static final class BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder> implements BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
Further describes this batch predict's output. Supplements [BatchPredictOutputConfig][google.cloud.automl.v1beta1.BatchPredictOutputConfig].
Protobuf typegoogle.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchPredictOperationMetadata.BatchPredictOutputInfo
build()
BatchPredictOperationMetadata.BatchPredictOutputInfo
buildPartial()
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clear()
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clearBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clearGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clearOutputLocation()
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
clone()
String
getBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.com.google.protobuf.ByteString
getBigqueryOutputDatasetBytes()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.com.google.protobuf.ByteString
getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase
getOutputLocationCase()
boolean
hasBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.boolean
hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
mergeFrom(BatchPredictOperationMetadata.BatchPredictOutputInfo other)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
mergeFrom(com.google.protobuf.Message other)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setBigqueryOutputDataset(String value)
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setBigqueryOutputDatasetBytes(com.google.protobuf.ByteString value)
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setGcsOutputDirectory(String value)
The full path of the Google Cloud Storage directory created, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setGcsOutputDirectoryBytes(com.google.protobuf.ByteString value)
The full path of the Google Cloud Storage directory created, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
clear
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
getDefaultInstanceForType
public BatchPredictOperationMetadata.BatchPredictOutputInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BatchPredictOperationMetadata.BatchPredictOutputInfo build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BatchPredictOperationMetadata.BatchPredictOutputInfo buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
setField
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
clearField
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
clearOneof
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
setRepeatedField
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
addRepeatedField
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
mergeFrom
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
mergeFrom
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(BatchPredictOperationMetadata.BatchPredictOutputInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
mergeFrom
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
- Throws:
IOException
-
getOutputLocationCase
public BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()
- Specified by:
getOutputLocationCase
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
-
clearOutputLocation
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearOutputLocation()
-
hasGcsOutputDirectory
public boolean hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Specified by:
hasGcsOutputDirectory
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- Whether the gcsOutputDirectory field is set.
-
getGcsOutputDirectory
public String getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Specified by:
getGcsOutputDirectory
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- The gcsOutputDirectory.
-
getGcsOutputDirectoryBytes
public com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Specified by:
getGcsOutputDirectoryBytes
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- The bytes for gcsOutputDirectory.
-
setGcsOutputDirectory
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setGcsOutputDirectory(String value)
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Parameters:
value
- The gcsOutputDirectory to set.- Returns:
- This builder for chaining.
-
clearGcsOutputDirectory
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Returns:
- This builder for chaining.
-
setGcsOutputDirectoryBytes
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setGcsOutputDirectoryBytes(com.google.protobuf.ByteString value)
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
- Parameters:
value
- The bytes for gcsOutputDirectory to set.- Returns:
- This builder for chaining.
-
hasBigqueryOutputDataset
public boolean hasBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Specified by:
hasBigqueryOutputDataset
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- Whether the bigqueryOutputDataset field is set.
-
getBigqueryOutputDataset
public String getBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Specified by:
getBigqueryOutputDataset
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- The bigqueryOutputDataset.
-
getBigqueryOutputDatasetBytes
public com.google.protobuf.ByteString getBigqueryOutputDatasetBytes()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Specified by:
getBigqueryOutputDatasetBytes
in interfaceBatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
- Returns:
- The bytes for bigqueryOutputDataset.
-
setBigqueryOutputDataset
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setBigqueryOutputDataset(String value)
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Parameters:
value
- The bigqueryOutputDataset to set.- Returns:
- This builder for chaining.
-
clearBigqueryOutputDataset
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Returns:
- This builder for chaining.
-
setBigqueryOutputDatasetBytes
public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setBigqueryOutputDatasetBytes(com.google.protobuf.ByteString value)
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;
- Parameters:
value
- The bytes for bigqueryOutputDataset to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
mergeUnknownFields
public final BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder>
-
-