Class CsvDestination.Builder (3.84.0)

public static final class CsvDestination.Builder extends GeneratedMessage.Builder<CsvDestination.Builder> implements CsvDestinationOrBuilder

The storage details for CSV output content.

Protobuf type google.cloud.aiplatform.v1beta1.CsvDestination

Static Methods

getDescriptor()

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

Methods

build()

public CsvDestination build()
Returns
Type Description
CsvDestination

buildPartial()

public CsvDestination buildPartial()
Returns
Type Description
CsvDestination

clear()

public CsvDestination.Builder clear()
Returns
Type Description
CsvDestination.Builder
Overrides

clearGcsDestination()

public CsvDestination.Builder clearGcsDestination()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CsvDestination.Builder

getDefaultInstanceForType()

public CsvDestination getDefaultInstanceForType()
Returns
Type Description
CsvDestination

getDescriptorForType()

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

getGcsDestination()

public GcsDestination getGcsDestination()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationBuilder()

public GcsDestination.Builder getGcsDestinationBuilder()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestination.Builder

getGcsDestinationOrBuilder()

public GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestinationOrBuilder

hasGcsDestination()

public boolean hasGcsDestination()

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CsvDestination other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGcsDestination(GcsDestination value)

public CsvDestination.Builder mergeGcsDestination(GcsDestination value)

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GcsDestination
Returns
Type Description
CsvDestination.Builder

setGcsDestination(GcsDestination value)

public CsvDestination.Builder setGcsDestination(GcsDestination value)

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GcsDestination
Returns
Type Description
CsvDestination.Builder

setGcsDestination(GcsDestination.Builder builderForValue)

public CsvDestination.Builder setGcsDestination(GcsDestination.Builder builderForValue)

Required. Google Cloud Storage location.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue GcsDestination.Builder
Returns
Type Description
CsvDestination.Builder