public final class ObjectType extends com.google.protobuf.GeneratedMessageV3 implements ObjectTypeOrBuilder
Object typeProtobuf type
aserto.directory.common.v3.ObjectType| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectType.Builder
Object type
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static int |
PERMISSIONS_FIELD_NUMBER |
static int |
RELATIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
getDefaultInstance() |
ObjectType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
object type name (lc-string)
|
com.google.protobuf.ByteString |
getNameBytes()
object type name (lc-string)
|
com.google.protobuf.Parser<ObjectType> |
getParserForType() |
String |
getPermissions(int index)
permissions associated to object type
|
com.google.protobuf.ByteString |
getPermissionsBytes(int index)
permissions associated to object type
|
int |
getPermissionsCount()
permissions associated to object type
|
com.google.protobuf.ProtocolStringList |
getPermissionsList()
permissions associated to object type
|
String |
getRelations(int index)
relations associated to object type
|
com.google.protobuf.ByteString |
getRelationsBytes(int index)
relations associated to object type
|
int |
getRelationsCount()
relations associated to object type
|
com.google.protobuf.ProtocolStringList |
getRelationsList()
relations associated to object type
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
static ObjectType.Builder |
newBuilder() |
static ObjectType.Builder |
newBuilder(ObjectType prototype) |
ObjectType.Builder |
newBuilderForType() |
protected ObjectType.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ObjectType |
parseDelimitedFrom(InputStream input) |
static ObjectType |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectType |
parseFrom(byte[] data) |
static ObjectType |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectType |
parseFrom(ByteBuffer data) |
static ObjectType |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectType |
parseFrom(com.google.protobuf.ByteString data) |
static ObjectType |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectType |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ObjectType |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectType |
parseFrom(InputStream input) |
static ObjectType |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ObjectType> |
parser() |
ObjectType.Builder |
toBuilder() |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isInitialized, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeToequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int RELATIONS_FIELD_NUMBER
public static final int PERMISSIONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
object type name (lc-string)
string name = 1 [json_name = "name", (.google.api.field_behavior) = REQUIRED];getName in interface ObjectTypeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
object type name (lc-string)
string name = 1 [json_name = "name", (.google.api.field_behavior) = REQUIRED];getNameBytes in interface ObjectTypeOrBuilderpublic com.google.protobuf.ProtocolStringList getRelationsList()
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];getRelationsList in interface ObjectTypeOrBuilderpublic int getRelationsCount()
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];getRelationsCount in interface ObjectTypeOrBuilderpublic String getRelations(int index)
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];getRelations in interface ObjectTypeOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getRelationsBytes(int index)
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];getRelationsBytes in interface ObjectTypeOrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getPermissionsList()
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];getPermissionsList in interface ObjectTypeOrBuilderpublic int getPermissionsCount()
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];getPermissionsCount in interface ObjectTypeOrBuilderpublic String getPermissions(int index)
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];getPermissions in interface ObjectTypeOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPermissionsBytes(int index)
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];getPermissionsBytes in interface ObjectTypeOrBuilderindex - The index of the value to return.public static ObjectType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ObjectType parseFrom(InputStream input) throws IOException
IOExceptionpublic static ObjectType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ObjectType parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ObjectType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ObjectType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ObjectType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ObjectType.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ObjectType.Builder newBuilder()
public static ObjectType.Builder newBuilder(ObjectType prototype)
public ObjectType.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ObjectType.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ObjectType getDefaultInstance()
public static com.google.protobuf.Parser<ObjectType> parser()
public com.google.protobuf.Parser<ObjectType> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ObjectType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.