Class TrajectoryExactMatchInput (3.56.0)

public final class TrajectoryExactMatchInput extends GeneratedMessageV3 implements TrajectoryExactMatchInputOrBuilder

Instances and metric spec for TrajectoryExactMatch metric.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInput

Static Fields

INSTANCES_FIELD_NUMBER

public static final int INSTANCES_FIELD_NUMBER
Field Value
Type Description
int

METRIC_SPEC_FIELD_NUMBER

public static final int METRIC_SPEC_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TrajectoryExactMatchInput getDefaultInstance()
Returns
Type Description
TrajectoryExactMatchInput

getDescriptor()

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

newBuilder()

public static TrajectoryExactMatchInput.Builder newBuilder()
Returns
Type Description
TrajectoryExactMatchInput.Builder

newBuilder(TrajectoryExactMatchInput prototype)

public static TrajectoryExactMatchInput.Builder newBuilder(TrajectoryExactMatchInput prototype)
Parameter
Name Description
prototype TrajectoryExactMatchInput
Returns
Type Description
TrajectoryExactMatchInput.Builder

parseDelimitedFrom(InputStream input)

public static TrajectoryExactMatchInput parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TrajectoryExactMatchInput parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TrajectoryExactMatchInput parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TrajectoryExactMatchInput parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TrajectoryExactMatchInput parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TrajectoryExactMatchInput parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TrajectoryExactMatchInput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TrajectoryExactMatchInput
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TrajectoryExactMatchInput> parser()
Returns
Type Description
Parser<TrajectoryExactMatchInput>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TrajectoryExactMatchInput getDefaultInstanceForType()
Returns
Type Description
TrajectoryExactMatchInput

getInstances(int index)

public TrajectoryExactMatchInstance getInstances(int index)

Required. Repeated TrajectoryExactMatch instance.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchInstance

getInstancesCount()

public int getInstancesCount()

Required. Repeated TrajectoryExactMatch instance.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getInstancesList()

public List<TrajectoryExactMatchInstance> getInstancesList()

Required. Repeated TrajectoryExactMatch instance.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<TrajectoryExactMatchInstance>

getInstancesOrBuilder(int index)

public TrajectoryExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)

Required. Repeated TrajectoryExactMatch instance.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchInstanceOrBuilder

getInstancesOrBuilderList()

public List<? extends TrajectoryExactMatchInstanceOrBuilder> getInstancesOrBuilderList()

Required. Repeated TrajectoryExactMatch instance.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstanceOrBuilder>

getMetricSpec()

public TrajectoryExactMatchSpec getMetricSpec()

Required. Spec for TrajectoryExactMatch metric.

.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryExactMatchSpec

The metricSpec.

getMetricSpecOrBuilder()

public TrajectoryExactMatchSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for TrajectoryExactMatch metric.

.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TrajectoryExactMatchSpecOrBuilder

getParserForType()

public Parser<TrajectoryExactMatchInput> getParserForType()
Returns
Type Description
Parser<TrajectoryExactMatchInput>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasMetricSpec()

public boolean hasMetricSpec()

Required. Spec for TrajectoryExactMatch metric.

.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the metricSpec field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TrajectoryExactMatchInput.Builder newBuilderForType()
Returns
Type Description
TrajectoryExactMatchInput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TrajectoryExactMatchInput.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TrajectoryExactMatchInput.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TrajectoryExactMatchInput.Builder toBuilder()
Returns
Type Description
TrajectoryExactMatchInput.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException