Class TrajectoryAnyOrderMatchInput (3.56.0)

public final class TrajectoryAnyOrderMatchInput extends GeneratedMessageV3 implements TrajectoryAnyOrderMatchInputOrBuilder

Instances and metric spec for TrajectoryAnyOrderMatch metric.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchInput

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 TrajectoryAnyOrderMatchInput getDefaultInstance()
Returns
Type Description
TrajectoryAnyOrderMatchInput

getDescriptor()

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

newBuilder()

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

newBuilder(TrajectoryAnyOrderMatchInput prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public TrajectoryAnyOrderMatchInput getDefaultInstanceForType()
Returns
Type Description
TrajectoryAnyOrderMatchInput

getInstances(int index)

public TrajectoryAnyOrderMatchInstance getInstances(int index)

Required. Repeated TrajectoryAnyOrderMatch instance.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryAnyOrderMatchInstance

getInstancesCount()

public int getInstancesCount()

Required. Repeated TrajectoryAnyOrderMatch instance.

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

Returns
Type Description
int

getInstancesList()

public List<TrajectoryAnyOrderMatchInstance> getInstancesList()

Required. Repeated TrajectoryAnyOrderMatch instance.

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

Returns
Type Description
List<TrajectoryAnyOrderMatchInstance>

getInstancesOrBuilder(int index)

public TrajectoryAnyOrderMatchInstanceOrBuilder getInstancesOrBuilder(int index)

Required. Repeated TrajectoryAnyOrderMatch instance.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryAnyOrderMatchInstanceOrBuilder

getInstancesOrBuilderList()

public List<? extends TrajectoryAnyOrderMatchInstanceOrBuilder> getInstancesOrBuilderList()

Required. Repeated TrajectoryAnyOrderMatch instance.

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

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

getMetricSpec()

public TrajectoryAnyOrderMatchSpec getMetricSpec()

Required. Spec for TrajectoryAnyOrderMatch metric.

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

Returns
Type Description
TrajectoryAnyOrderMatchSpec

The metricSpec.

getMetricSpecOrBuilder()

public TrajectoryAnyOrderMatchSpecOrBuilder getMetricSpecOrBuilder()

Required. Spec for TrajectoryAnyOrderMatch metric.

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

Returns
Type Description
TrajectoryAnyOrderMatchSpecOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasMetricSpec()

public boolean hasMetricSpec()

Required. Spec for TrajectoryAnyOrderMatch metric.

.google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchSpec 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 TrajectoryAnyOrderMatchInput.Builder newBuilderForType()
Returns
Type Description
TrajectoryAnyOrderMatchInput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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