public static interface IndexDatapoint.RestrictionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowList(int index)
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2; |
com.google.protobuf.ByteString |
getAllowListBytes(int index)
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2; |
int |
getAllowListCount()
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2; |
List<String> |
getAllowListList()
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2; |
String |
getDenyList(int index)
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3; |
com.google.protobuf.ByteString |
getDenyListBytes(int index)
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3; |
int |
getDenyListCount()
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3; |
List<String> |
getDenyListList()
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3; |
String |
getNamespace()
The namespace of this restriction. e.g.: color.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace of this restriction. e.g.: color.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespace()
The namespace of this restriction. e.g.: color.
string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
The namespace of this restriction. e.g.: color.
string namespace = 1;List<String> getAllowListList()
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2;int getAllowListCount()
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2;String getAllowList(int index)
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2;index - The index of the element to return.com.google.protobuf.ByteString getAllowListBytes(int index)
The attributes to allow in this namespace. e.g.: 'red'
repeated string allow_list = 2;index - The index of the value to return.List<String> getDenyListList()
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3;int getDenyListCount()
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3;String getDenyList(int index)
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3;index - The index of the element to return.com.google.protobuf.ByteString getDenyListBytes(int index)
The attributes to deny in this namespace. e.g.: 'blue'
repeated string deny_list = 3;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.