Class ExportModelOperationMetadata.ExportModelOutputInfo.Builder (2.41.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

build()

public ExportModelOperationMetadata.ExportModelOutputInfo build()
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo

buildPartial()

public ExportModelOperationMetadata.ExportModelOutputInfo buildPartial()
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo

clear()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clear()
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

clone()

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder clone()
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

getDefaultInstanceForType()

public ExportModelOperationMetadata.ExportModelOutputInfo getDefaultInstanceForType()
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo

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 model will be exported.

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 model will be exported.

string gcs_output_directory = 1;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(ExportModelOperationMetadata.ExportModelOutputInfo other)
Parameter
NameDescription
otherExportModelOperationMetadata.ExportModelOutputInfo
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.ExportModelOutputInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExportModelOperationMetadata.ExportModelOutputInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The gcsOutputDirectory to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for gcsOutputDirectory to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExportModelOperationMetadata.ExportModelOutputInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExportModelOperationMetadata.ExportModelOutputInfo.Builder
Overrides