Class TFRecordDestination.Builder (3.42.0)

public static final class TFRecordDestination.Builder extends GeneratedMessageV3.Builder<TFRecordDestination.Builder> implements TFRecordDestinationOrBuilder

The storage details for TFRecord output content.

Protobuf type google.cloud.aiplatform.v1beta1.TFRecordDestination

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public TFRecordDestination build()
Returns
TypeDescription
TFRecordDestination

buildPartial()

public TFRecordDestination buildPartial()
Returns
TypeDescription
TFRecordDestination

clear()

public TFRecordDestination.Builder clear()
Returns
TypeDescription
TFRecordDestination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TFRecordDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TFRecordDestination.Builder
Overrides

clearGcsDestination()

public TFRecordDestination.Builder clearGcsDestination()

Required. Google Cloud Storage location.

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

Returns
TypeDescription
TFRecordDestination.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public TFRecordDestination.Builder clone()
Returns
TypeDescription
TFRecordDestination.Builder
Overrides

getDefaultInstanceForType()

public TFRecordDestination getDefaultInstanceForType()
Returns
TypeDescription
TFRecordDestination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
GcsDestinationOrBuilder

hasGcsDestination()

public boolean hasGcsDestination()

Required. Google Cloud Storage location.

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

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TFRecordDestination other)

public TFRecordDestination.Builder mergeFrom(TFRecordDestination other)
Parameter
NameDescription
otherTFRecordDestination
Returns
TypeDescription
TFRecordDestination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGcsDestination(GcsDestination value)

public TFRecordDestination.Builder mergeGcsDestination(GcsDestination value)

Required. Google Cloud Storage location.

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

Parameter
NameDescription
valueGcsDestination
Returns
TypeDescription
TFRecordDestination.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public TFRecordDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TFRecordDestination.Builder
Overrides

setGcsDestination(GcsDestination value)

public TFRecordDestination.Builder setGcsDestination(GcsDestination value)

Required. Google Cloud Storage location.

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

Parameter
NameDescription
valueGcsDestination
Returns
TypeDescription
TFRecordDestination.Builder

setGcsDestination(GcsDestination.Builder builderForValue)

public TFRecordDestination.Builder setGcsDestination(GcsDestination.Builder builderForValue)

Required. Google Cloud Storage location.

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

Parameter
NameDescription
builderForValueGcsDestination.Builder
Returns
TypeDescription
TFRecordDestination.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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