Class ExportModelOperationMetadata.ExportModelOutputInfo.Builder (2.43.0)

public static final class ExportModelOperationMetadata.ExportModelOutputInfo.Builder extends GeneratedMessageV3.Builder<ExportModelOperationMetadata.ExportModelOutputInfo.Builder> implements ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder

Further describes the output of model export. Supplements

ModelExportOutputConfig.

Protobuf type google.cloud.automl.v1beta1.ExportModelOperationMetadata.ExportModelOutputInfo

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExportModelOperationMetadata.ExportModelOutputInfo.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

build()

public ExportModelOperationMetadata.ExportModelOutputInfo build()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

buildPartial()

public ExportModelOperationMetadata.ExportModelOutputInfo buildPartial()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

clear()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clear()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clearGcsOutputDirectory()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clone()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clone()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

getDefaultInstanceForType()

public ExportModelOperationMetadata.ExportModelOutputInfo getDefaultInstanceForType()
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGcsOutputDirectory()

public String getGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)
Parameter
Name Description
other ExportModelOperationMetadata.ExportModelOutputInfo
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setGcsOutputDirectory(String value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setGcsOutputDirectory(String value)

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Parameter
Name Description
value String

The gcsOutputDirectory to set.

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

setGcsOutputDirectoryBytes(ByteString value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setGcsOutputDirectoryBytes(ByteString value)

The full path of the Google Cloud Storage directory created, into which the model will be exported.

string gcs_output_directory = 1;

Parameter
Name Description
value ByteString

The bytes for gcsOutputDirectory to set.

Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

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

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.ExportModelOutputInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides