Class TFRecordDestination.Builder (3.5.0)

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

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

build()

public TFRecordDestination build()
Returns
TypeDescription
TFRecordDestination

buildPartial()

public TFRecordDestination buildPartial()
Returns
TypeDescription
TFRecordDestination

clear()

public TFRecordDestination.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public TFRecordDestination.Builder clone()
Returns 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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public TFRecordDestination.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns 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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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 Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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