public interface EquatableValueSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getCandidates(int index)
repeated .alluxio.grpc.table.Value candidates = 1; |
int |
getCandidatesCount()
repeated .alluxio.grpc.table.Value candidates = 1; |
List<Value> |
getCandidatesList()
repeated .alluxio.grpc.table.Value candidates = 1; |
ValueOrBuilder |
getCandidatesOrBuilder(int index)
repeated .alluxio.grpc.table.Value candidates = 1; |
List<? extends ValueOrBuilder> |
getCandidatesOrBuilderList()
repeated .alluxio.grpc.table.Value candidates = 1; |
boolean |
getWhiteList()
optional bool white_list = 2; |
boolean |
hasWhiteList()
optional bool white_list = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Value> getCandidatesList()
repeated .alluxio.grpc.table.Value candidates = 1;
Value getCandidates(int index)
repeated .alluxio.grpc.table.Value candidates = 1;
int getCandidatesCount()
repeated .alluxio.grpc.table.Value candidates = 1;
List<? extends ValueOrBuilder> getCandidatesOrBuilderList()
repeated .alluxio.grpc.table.Value candidates = 1;
ValueOrBuilder getCandidatesOrBuilder(int index)
repeated .alluxio.grpc.table.Value candidates = 1;
boolean hasWhiteList()
optional bool white_list = 2;
boolean getWhiteList()
optional bool white_list = 2;
Copyright © 2023. All Rights Reserved.