public final class Constraint extends com.google.protobuf.GeneratedMessageV3 implements ConstraintOrBuilder
alluxio.grpc.table.Constraint
Modifier and Type | Class and Description |
---|---|
static class |
Constraint.Builder
Protobuf type
alluxio.grpc.table.Constraint |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_CONSTRAINTS_FIELD_NUMBER |
static com.google.protobuf.Parser<Constraint> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
|
boolean |
equals(Object obj) |
Map<String,Domain> |
getColumnConstraints()
Deprecated.
|
int |
getColumnConstraintsCount()
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
|
Domain |
getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
|
static Constraint |
getDefaultInstance() |
Constraint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Constraint> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Constraint.Builder |
newBuilder() |
static Constraint.Builder |
newBuilder(Constraint prototype) |
Constraint.Builder |
newBuilderForType() |
protected Constraint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Constraint |
parseDelimitedFrom(InputStream input) |
static Constraint |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
parseFrom(byte[] data) |
static Constraint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
parseFrom(ByteBuffer data) |
static Constraint |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
parseFrom(com.google.protobuf.ByteString data) |
static Constraint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Constraint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
parseFrom(InputStream input) |
static Constraint |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Constraint> |
parser() |
Constraint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int COLUMN_CONSTRAINTS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Constraint> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public int getColumnConstraintsCount()
ConstraintOrBuilder
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
getColumnConstraintsCount
in interface ConstraintOrBuilder
public boolean containsColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
containsColumnConstraints
in interface ConstraintOrBuilder
@Deprecated public Map<String,Domain> getColumnConstraints()
getColumnConstraintsMap()
instead.getColumnConstraints
in interface ConstraintOrBuilder
public Map<String,Domain> getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
getColumnConstraintsMap
in interface ConstraintOrBuilder
public Domain getColumnConstraintsOrDefault(String key, Domain defaultValue)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
getColumnConstraintsOrDefault
in interface ConstraintOrBuilder
public Domain getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
getColumnConstraintsOrThrow
in interface ConstraintOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Constraint parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Constraint parseFrom(InputStream input) throws IOException
IOException
public static Constraint parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Constraint parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Constraint parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Constraint parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Constraint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Constraint.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Constraint.Builder newBuilder()
public static Constraint.Builder newBuilder(Constraint prototype)
public Constraint.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Constraint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Constraint getDefaultInstance()
public static com.google.protobuf.Parser<Constraint> parser()
public com.google.protobuf.Parser<Constraint> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Constraint getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.