Class BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder (2.24.0)

public static final class BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder extends GeneratedMessageV3.Builder<BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder> implements BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder

Further describes this batch predict's output. Supplements

BatchPredictOutputConfig.

Protobuf type google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

build()

public BatchPredictOperationMetadata.BatchPredictOutputInfo build()

buildPartial()

public BatchPredictOperationMetadata.BatchPredictOutputInfo buildPartial()

clear()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clear()
Overrides

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
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Overrides

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
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Overrides

clearOutputLocation()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearOutputLocation()

clone()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clone()
Overrides

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;

Returns
TypeDescription
String

The bigqueryOutputDataset.

getBigqueryOutputDatasetBytes()

public 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;

Returns
TypeDescription
ByteString

The bytes for bigqueryOutputDataset.

getDefaultInstanceForType()

public BatchPredictOperationMetadata.BatchPredictOutputInfo getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Returns
TypeDescription
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

The full path of the Google Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()

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;

Returns
TypeDescription
boolean

Whether the bigqueryOutputDataset field is set.

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;

Returns
TypeDescription
boolean

Whether the gcsOutputDirectory field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchPredictOperationMetadata.BatchPredictOutputInfo other)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(BatchPredictOperationMetadata.BatchPredictOutputInfo other)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

setBigqueryOutputDataset(String value)

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;

Parameter
NameDescription
valueString

The bigqueryOutputDataset to set.

Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

setBigqueryOutputDatasetBytes(ByteString value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setBigqueryOutputDatasetBytes(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;

Parameter
NameDescription
valueByteString

The bytes for bigqueryOutputDataset to set.

Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

setGcsOutputDirectory(String value)

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;

Parameter
NameDescription
valueString

The gcsOutputDirectory to set.

Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

setGcsOutputDirectoryBytes(ByteString value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setGcsOutputDirectoryBytes(ByteString value)

The full path of the Google Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1;

Parameter
NameDescription
valueByteString

The bytes for gcsOutputDirectory to set.

Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides