public static final class Constraint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder> implements ConstraintOrBuilder
alluxio.grpc.table.Constraint
Modifier and Type | Method and Description |
---|---|
Constraint.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constraint |
build() |
Constraint |
buildPartial() |
Constraint.Builder |
clear() |
Constraint.Builder |
clearColumnConstraints() |
Constraint.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Constraint.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Constraint.Builder |
clone() |
boolean |
containsColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
|
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
|
Constraint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,Domain> |
getMutableColumnConstraints()
Deprecated.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Constraint.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Constraint.Builder |
mergeFrom(Constraint other) |
Constraint.Builder |
mergeFrom(com.google.protobuf.Message other) |
Constraint.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Constraint.Builder |
putAllColumnConstraints(Map<String,Domain> values)
maps column to constraint, columns not present are not constrained
|
Constraint.Builder |
putColumnConstraints(String key,
Domain value)
maps column to constraint, columns not present are not constrained
|
Constraint.Builder |
removeColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
|
Constraint.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Constraint.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Constraint.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Constraint build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Constraint buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Constraint.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Constraint.Builder>
public Constraint.Builder mergeFrom(Constraint other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public Constraint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Constraint.Builder>
IOException
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 Constraint.Builder clearColumnConstraints()
public Constraint.Builder removeColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
@Deprecated public Map<String,Domain> getMutableColumnConstraints()
public Constraint.Builder putColumnConstraints(String key, Domain value)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
public Constraint.Builder putAllColumnConstraints(Map<String,Domain> values)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
public final Constraint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
public final Constraint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Constraint.Builder>
Copyright © 2023. All Rights Reserved.