public static final class VertexLabel.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder> implements VertexLabelOrBuilder
janusgraph.types.v1.VertexLabel| Modifier and Type | Method and Description |
|---|---|
VertexLabel.Builder |
addAllProperties(Iterable<? extends VertexProperty> values)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
addProperties(int index,
VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
addProperties(int index,
VertexProperty value)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
addProperties(VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
addProperties(VertexProperty value)
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
addPropertiesBuilder()
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
addPropertiesBuilder(int index)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexLabel |
build() |
VertexLabel |
buildPartial() |
VertexLabel.Builder |
clear() |
VertexLabel.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VertexLabel.Builder |
clearId()
The Internal id.
|
VertexLabel.Builder |
clearName()
The VertexLabel Name.
|
VertexLabel.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VertexLabel.Builder |
clearPartitioned()
Marking as partitioned, default not partitioned.
|
VertexLabel.Builder |
clearProperties()
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
clearReadOnly()
Marking as readOnly, default not readOnly.
|
VertexLabel.Builder |
clone() |
VertexLabel |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Any |
getId()
The Internal id.
|
com.google.protobuf.Any.Builder |
getIdBuilder()
The Internal id.
|
com.google.protobuf.AnyOrBuilder |
getIdOrBuilder()
The Internal id.
|
String |
getName()
The VertexLabel Name.
|
com.google.protobuf.ByteString |
getNameBytes()
The VertexLabel Name.
|
boolean |
getPartitioned()
Marking as partitioned, default not partitioned.
|
VertexProperty |
getProperties(int index)
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
getPropertiesBuilder(int index)
Contains all constrained properties at the moment.
|
List<VertexProperty.Builder> |
getPropertiesBuilderList()
Contains all constrained properties at the moment.
|
int |
getPropertiesCount()
Contains all constrained properties at the moment.
|
List<VertexProperty> |
getPropertiesList()
Contains all constrained properties at the moment.
|
VertexPropertyOrBuilder |
getPropertiesOrBuilder(int index)
Contains all constrained properties at the moment.
|
List<? extends VertexPropertyOrBuilder> |
getPropertiesOrBuilderList()
Contains all constrained properties at the moment.
|
boolean |
getReadOnly()
Marking as readOnly, default not readOnly.
|
boolean |
hasId()
The Internal id.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VertexLabel.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VertexLabel.Builder |
mergeFrom(com.google.protobuf.Message other) |
VertexLabel.Builder |
mergeFrom(VertexLabel other) |
VertexLabel.Builder |
mergeId(com.google.protobuf.Any value)
The Internal id.
|
VertexLabel.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VertexLabel.Builder |
removeProperties(int index)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexLabel.Builder |
setId(com.google.protobuf.Any.Builder builderForValue)
The Internal id.
|
VertexLabel.Builder |
setId(com.google.protobuf.Any value)
The Internal id.
|
VertexLabel.Builder |
setName(String value)
The VertexLabel Name.
|
VertexLabel.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The VertexLabel Name.
|
VertexLabel.Builder |
setPartitioned(boolean value)
Marking as partitioned, default not partitioned.
|
VertexLabel.Builder |
setProperties(int index,
VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
setProperties(int index,
VertexProperty value)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
setReadOnly(boolean value)
Marking as readOnly, default not readOnly.
|
VertexLabel.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VertexLabel.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VertexLabel build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VertexLabel buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VertexLabel.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VertexLabel.Builder>public VertexLabel.Builder mergeFrom(VertexLabel other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public VertexLabel.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VertexLabel.Builder>IOExceptionpublic boolean hasId()
The Internal id.
.google.protobuf.Any id = 1;hasId in interface VertexLabelOrBuilderpublic com.google.protobuf.Any getId()
The Internal id.
.google.protobuf.Any id = 1;getId in interface VertexLabelOrBuilderpublic VertexLabel.Builder setId(com.google.protobuf.Any value)
The Internal id.
.google.protobuf.Any id = 1;public VertexLabel.Builder setId(com.google.protobuf.Any.Builder builderForValue)
The Internal id.
.google.protobuf.Any id = 1;public VertexLabel.Builder mergeId(com.google.protobuf.Any value)
The Internal id.
.google.protobuf.Any id = 1;public VertexLabel.Builder clearId()
The Internal id.
.google.protobuf.Any id = 1;public com.google.protobuf.Any.Builder getIdBuilder()
The Internal id.
.google.protobuf.Any id = 1;public com.google.protobuf.AnyOrBuilder getIdOrBuilder()
The Internal id.
.google.protobuf.Any id = 1;getIdOrBuilder in interface VertexLabelOrBuilderpublic String getName()
The VertexLabel Name.
string name = 2;getName in interface VertexLabelOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The VertexLabel Name.
string name = 2;getNameBytes in interface VertexLabelOrBuilderpublic VertexLabel.Builder setName(String value)
The VertexLabel Name.
string name = 2;value - The name to set.public VertexLabel.Builder clearName()
The VertexLabel Name.
string name = 2;public VertexLabel.Builder setNameBytes(com.google.protobuf.ByteString value)
The VertexLabel Name.
string name = 2;value - The bytes for name to set.public boolean getReadOnly()
Marking as readOnly, default not readOnly.
bool read_only = 3;getReadOnly in interface VertexLabelOrBuilderpublic VertexLabel.Builder setReadOnly(boolean value)
Marking as readOnly, default not readOnly.
bool read_only = 3;value - The readOnly to set.public VertexLabel.Builder clearReadOnly()
Marking as readOnly, default not readOnly.
bool read_only = 3;public boolean getPartitioned()
Marking as partitioned, default not partitioned.
bool partitioned = 4;getPartitioned in interface VertexLabelOrBuilderpublic VertexLabel.Builder setPartitioned(boolean value)
Marking as partitioned, default not partitioned.
bool partitioned = 4;value - The partitioned to set.public VertexLabel.Builder clearPartitioned()
Marking as partitioned, default not partitioned.
bool partitioned = 4;public List<VertexProperty> getPropertiesList()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;getPropertiesList in interface VertexLabelOrBuilderpublic int getPropertiesCount()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;getPropertiesCount in interface VertexLabelOrBuilderpublic VertexProperty getProperties(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;getProperties in interface VertexLabelOrBuilderpublic VertexLabel.Builder setProperties(int index, VertexProperty value)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder setProperties(int index, VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder addProperties(VertexProperty value)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder addProperties(int index, VertexProperty value)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder addProperties(VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder addProperties(int index, VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder addAllProperties(Iterable<? extends VertexProperty> values)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder clearProperties()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexLabel.Builder removeProperties(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexProperty.Builder getPropertiesBuilder(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexPropertyOrBuilder getPropertiesOrBuilder(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;getPropertiesOrBuilder in interface VertexLabelOrBuilderpublic List<? extends VertexPropertyOrBuilder> getPropertiesOrBuilderList()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;getPropertiesOrBuilderList in interface VertexLabelOrBuilderpublic VertexProperty.Builder addPropertiesBuilder()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public VertexProperty.Builder addPropertiesBuilder(int index)
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public List<VertexProperty.Builder> getPropertiesBuilderList()
Contains all constrained properties at the moment.
repeated .janusgraph.types.v1.VertexProperty properties = 5;public final VertexLabel.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>public final VertexLabel.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VertexLabel.Builder>Copyright © 2012–2024. All rights reserved.