Class ToolParameterKVMatchSpec (3.42.0)

public final class ToolParameterKVMatchSpec extends GeneratedMessageV3 implements ToolParameterKVMatchSpecOrBuilder

Spec for tool parameter key value match metric.

Protobuf type google.cloud.aiplatform.v1beta1.ToolParameterKVMatchSpec

Static Fields

USE_STRICT_STRING_MATCH_FIELD_NUMBER

public static final int USE_STRICT_STRING_MATCH_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ToolParameterKVMatchSpec getDefaultInstance()
Returns
TypeDescription
ToolParameterKVMatchSpec

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ToolParameterKVMatchSpec.Builder newBuilder()
Returns
TypeDescription
ToolParameterKVMatchSpec.Builder

newBuilder(ToolParameterKVMatchSpec prototype)

public static ToolParameterKVMatchSpec.Builder newBuilder(ToolParameterKVMatchSpec prototype)
Parameter
NameDescription
prototypeToolParameterKVMatchSpec
Returns
TypeDescription
ToolParameterKVMatchSpec.Builder

parseDelimitedFrom(InputStream input)

public static ToolParameterKVMatchSpec parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ToolParameterKVMatchSpec parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ToolParameterKVMatchSpec parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ToolParameterKVMatchSpec parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ToolParameterKVMatchSpec parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ToolParameterKVMatchSpec parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ToolParameterKVMatchSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ToolParameterKVMatchSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ToolParameterKVMatchSpec> parser()
Returns
TypeDescription
Parser<ToolParameterKVMatchSpec>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ToolParameterKVMatchSpec getDefaultInstanceForType()
Returns
TypeDescription
ToolParameterKVMatchSpec

getParserForType()

public Parser<ToolParameterKVMatchSpec> getParserForType()
Returns
TypeDescription
Parser<ToolParameterKVMatchSpec>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUseStrictStringMatch()

public boolean getUseStrictStringMatch()

Optional. Whether to use STRCIT string match on parameter values.

bool use_strict_string_match = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The useStrictStringMatch.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ToolParameterKVMatchSpec.Builder newBuilderForType()
Returns
TypeDescription
ToolParameterKVMatchSpec.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ToolParameterKVMatchSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ToolParameterKVMatchSpec.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ToolParameterKVMatchSpec.Builder toBuilder()
Returns
TypeDescription
ToolParameterKVMatchSpec.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException