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.v1beta1.IndexDatapoint.Restriction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ALLOW_LIST_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int DENY_LIST_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NAMESPACE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static IndexDatapoint.Restriction getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static IndexDatapoint.Restriction.Builder newBuilder()
public static IndexDatapoint.Restriction.Builder newBuilder(IndexDatapoint.Restriction prototype)
public static IndexDatapoint.Restriction parseDelimitedFrom(InputStream input)
public static IndexDatapoint.Restriction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexDatapoint.Restriction parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static IndexDatapoint.Restriction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IndexDatapoint.Restriction parseFrom(ByteString data)
public static IndexDatapoint.Restriction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IndexDatapoint.Restriction parseFrom(CodedInputStream input)
public static IndexDatapoint.Restriction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexDatapoint.Restriction parseFrom(InputStream input)
public static IndexDatapoint.Restriction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IndexDatapoint.Restriction parseFrom(ByteBuffer data)
public static IndexDatapoint.Restriction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<IndexDatapoint.Restriction> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public String getAllowList(int index)
The attributes to allow in this namespace. e.g.: '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. e.g.: '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. e.g.: 'red'
repeated string allow_list = 2;
Returns |
---|
Type | Description |
int | The count of allowList.
|
public ProtocolStringList getAllowListList()
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2;
public IndexDatapoint.Restriction getDefaultInstanceForType()
public String getDenyList(int index)
The attributes to deny in this namespace. e.g.: '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. e.g.: '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. e.g.: 'blue'
repeated string deny_list = 3;
Returns |
---|
Type | Description |
int | The count of denyList.
|
public ProtocolStringList getDenyListList()
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3;
public String getNamespace()
The namespace of this restriction. e.g.: color.
string namespace = 1;
Returns |
---|
Type | Description |
String | The namespace.
|
public ByteString getNamespaceBytes()
The namespace of this restriction. e.g.: color.
string namespace = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for namespace.
|
public Parser<IndexDatapoint.Restriction> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public IndexDatapoint.Restriction.Builder newBuilderForType()
protected IndexDatapoint.Restriction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public IndexDatapoint.Restriction.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides