Class BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder (2.10.0)

See more code actions.
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.v1.BatchPredictOperationMetadata.BatchPredictOutputInfo

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
Returns Overrides

build()

public BatchPredictOperationMetadata.BatchPredictOutputInfo build()
Returns

buildPartial()

public BatchPredictOperationMetadata.BatchPredictOutputInfo buildPartial()
Returns

clear()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns 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
Returns Overrides

clearOutputLocation()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clearOutputLocation()
Returns

clone()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public BatchPredictOperationMetadata.BatchPredictOutputInfo getDefaultInstanceForType()
Returns

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()
Returns

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)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns 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
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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