public static final class TrajectoryAnyOrderMatchInstance.Builder extends GeneratedMessage.Builder<TrajectoryAnyOrderMatchInstance.Builder> implements TrajectoryAnyOrderMatchInstanceOrBuilderSpec for TrajectoryAnyOrderMatch instance.
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchInstance
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TrajectoryAnyOrderMatchInstance.BuilderImplements
TrajectoryAnyOrderMatchInstanceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TrajectoryAnyOrderMatchInstance build()| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance |
|
buildPartial()
public TrajectoryAnyOrderMatchInstance buildPartial()| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance |
|
clear()
public TrajectoryAnyOrderMatchInstance.Builder clear()| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance.Builder |
|
clearPredictedTrajectory()
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
clearReferenceTrajectory()
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
getDefaultInstanceForType()
public TrajectoryAnyOrderMatchInstance getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TrajectoryAnyOrderMatchInstance other)
public TrajectoryAnyOrderMatchInstance.Builder mergeFrom(TrajectoryAnyOrderMatchInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
TrajectoryAnyOrderMatchInstance |
| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TrajectoryAnyOrderMatchInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TrajectoryAnyOrderMatchInstance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TrajectoryAnyOrderMatchInstance.Builder |
|
mergePredictedTrajectory(Trajectory value)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
mergeReferenceTrajectory(Trajectory value)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
setPredictedTrajectory(Trajectory value)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
setPredictedTrajectory(Trajectory.Builder builderForValue)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
setReferenceTrajectory(Trajectory value)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|
setReferenceTrajectory(Trajectory.Builder builderForValue)
public TrajectoryAnyOrderMatchInstance.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 |
TrajectoryAnyOrderMatchInstance.Builder |
|