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