Send feedback
Class IndexDatapoint.Restriction (3.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.11.0 keyboard_arrow_down
public static final class IndexDatapoint . Restriction extends GeneratedMessageV3 implements IndexDatapoint . RestrictionOrBuilder
Restriction of a datapoint which describe its attributes(tokens) from each
of several attribute categories(namespaces).
Protobuf type google.cloud.aiplatform.v1.IndexDatapoint.Restriction
Static Fields
public static final int ALLOW_LIST_FIELD_NUMBER
Field Value
public static final int DENY_LIST_FIELD_NUMBER
Field Value
public static final int NAMESPACE_FIELD_NUMBER
Field Value
Static Methods
public static IndexDatapoint . Restriction getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static IndexDatapoint . Restriction . Builder newBuilder ()
Returns
public static IndexDatapoint . Restriction . Builder newBuilder ( IndexDatapoint . Restriction prototype )
Parameter
Returns
public static IndexDatapoint . Restriction parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static IndexDatapoint . Restriction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static IndexDatapoint . Restriction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<IndexDatapoint . Restriction > parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public String getAllowList ( int index )
The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
Parameter
Name Description index
int
The index of the element to return.
Returns
Type Description String
The allowList at the given index.
public ByteString getAllowListBytes ( int index )
The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
Parameter
Name Description index
int
The index of the value to return.
Returns
Type Description ByteString
The bytes of the allowList at the given index.
public int getAllowListCount ()
The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
Returns
Type Description int
The count of allowList.
public ProtocolStringList getAllowListList ()
The attributes to allow in this namespace. eg: 'red'
repeated string allow_list = 2;
Returns
public IndexDatapoint . Restriction getDefaultInstanceForType ()
Returns
public String getDenyList ( int index )
The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
Parameter
Name Description index
int
The index of the element to return.
Returns
Type Description String
The denyList at the given index.
public ByteString getDenyListBytes ( int index )
The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
Parameter
Name Description index
int
The index of the value to return.
Returns
Type Description ByteString
The bytes of the denyList at the given index.
public int getDenyListCount ()
The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
Returns
Type Description int
The count of denyList.
public ProtocolStringList getDenyListList ()
The attributes to deny in this namespace. eg: 'blue'
repeated string deny_list = 3;
Returns
public String getNamespace ()
The namespace of this restriction. eg: color.
string namespace = 1;
Returns
Type Description String
The namespace.
public ByteString getNamespaceBytes ()
The namespace of this restriction. eg: color.
string namespace = 1;
Returns
public Parser<IndexDatapoint . Restriction > getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public IndexDatapoint . Restriction . Builder newBuilderForType ()
Returns
protected IndexDatapoint . Restriction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public IndexDatapoint . Restriction . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]