Class TrajectoryExactMatchInstance.Builder (3.84.0)

public static final class TrajectoryExactMatchInstance.Builder extends GeneratedMessage.Builder<TrajectoryExactMatchInstance.Builder> implements TrajectoryExactMatchInstanceOrBuilder

Spec for TrajectoryExactMatch instance.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance

Static Methods

getDescriptor()

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

Methods

build()

public TrajectoryExactMatchInstance build()
Returns
Type Description
TrajectoryExactMatchInstance

buildPartial()

public TrajectoryExactMatchInstance buildPartial()
Returns
Type Description
TrajectoryExactMatchInstance

clear()

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

clearPredictedTrajectory()

public TrajectoryExactMatchInstance.Builder clearPredictedTrajectory()

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryExactMatchInstance.Builder

clearReferenceTrajectory()

public TrajectoryExactMatchInstance.Builder clearReferenceTrajectory()

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryExactMatchInstance.Builder

getDefaultInstanceForType()

public TrajectoryExactMatchInstance getDefaultInstanceForType()
Returns
Type Description
TrajectoryExactMatchInstance

getDescriptorForType()

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

getPredictedTrajectory()

public Trajectory getPredictedTrajectory()

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Trajectory

The predictedTrajectory.

getPredictedTrajectoryBuilder()

public Trajectory.Builder getPredictedTrajectoryBuilder()

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Trajectory.Builder

getPredictedTrajectoryOrBuilder()

public TrajectoryOrBuilder getPredictedTrajectoryOrBuilder()

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryOrBuilder

getReferenceTrajectory()

public Trajectory getReferenceTrajectory()

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Trajectory

The referenceTrajectory.

getReferenceTrajectoryBuilder()

public Trajectory.Builder getReferenceTrajectoryBuilder()

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Trajectory.Builder

getReferenceTrajectoryOrBuilder()

public TrajectoryOrBuilder getReferenceTrajectoryOrBuilder()

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryOrBuilder

hasPredictedTrajectory()

public boolean hasPredictedTrajectory()

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the predictedTrajectory field is set.

hasReferenceTrajectory()

public boolean hasReferenceTrajectory()

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the referenceTrajectory field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TrajectoryExactMatchInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergePredictedTrajectory(Trajectory value)

public TrajectoryExactMatchInstance.Builder mergePredictedTrajectory(Trajectory value)

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Trajectory
Returns
Type Description
TrajectoryExactMatchInstance.Builder

mergeReferenceTrajectory(Trajectory value)

public TrajectoryExactMatchInstance.Builder mergeReferenceTrajectory(Trajectory value)

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Trajectory
Returns
Type Description
TrajectoryExactMatchInstance.Builder

setPredictedTrajectory(Trajectory value)

public TrajectoryExactMatchInstance.Builder setPredictedTrajectory(Trajectory value)

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Trajectory
Returns
Type Description
TrajectoryExactMatchInstance.Builder

setPredictedTrajectory(Trajectory.Builder builderForValue)

public TrajectoryExactMatchInstance.Builder setPredictedTrajectory(Trajectory.Builder builderForValue)

Required. Spec for predicted tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Trajectory.Builder
Returns
Type Description
TrajectoryExactMatchInstance.Builder

setReferenceTrajectory(Trajectory value)

public TrajectoryExactMatchInstance.Builder setReferenceTrajectory(Trajectory value)

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Trajectory
Returns
Type Description
TrajectoryExactMatchInstance.Builder

setReferenceTrajectory(Trajectory.Builder builderForValue)

public TrajectoryExactMatchInstance.Builder setReferenceTrajectory(Trajectory.Builder builderForValue)

Required. Spec for reference tool call trajectory.

optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Trajectory.Builder
Returns
Type Description
TrajectoryExactMatchInstance.Builder