@Deprecated public interface RelationTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreatedAt()
Deprecated.
created at timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getCreatedAtOrBuilder()
Deprecated.
created at timestamp (UTC)
|
String |
getDisplayName()
Deprecated.
relation display name
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Deprecated.
relation display name
|
String |
getHash()
Deprecated.
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
Deprecated.
object instance hash
|
String |
getName()
Deprecated.
relation type name selector
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
relation type name selector
|
String |
getObjectType()
Deprecated.
object type referenced by relation
|
com.google.protobuf.ByteString |
getObjectTypeBytes()
Deprecated.
object type referenced by relation
|
int |
getOrdinal()
Deprecated.
sort ordinal (default 0)
|
String |
getPermissions(int index)
Deprecated.
permissions associated to relation type instance
|
com.google.protobuf.ByteString |
getPermissionsBytes(int index)
Deprecated.
permissions associated to relation type instance
|
int |
getPermissionsCount()
Deprecated.
permissions associated to relation type instance
|
List<String> |
getPermissionsList()
Deprecated.
permissions associated to relation type instance
|
int |
getStatus()
Deprecated.
status bitmap (default 0)
|
String |
getUnions(int index)
Deprecated.
relations union-ed with relation type instance
|
com.google.protobuf.ByteString |
getUnionsBytes(int index)
Deprecated.
relations union-ed with relation type instance
|
int |
getUnionsCount()
Deprecated.
relations union-ed with relation type instance
|
List<String> |
getUnionsList()
Deprecated.
relations union-ed with relation type instance
|
com.google.protobuf.Timestamp |
getUpdatedAt()
Deprecated.
last updated timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getUpdatedAtOrBuilder()
Deprecated.
last updated timestamp (UTC)
|
boolean |
hasCreatedAt()
Deprecated.
created at timestamp (UTC)
|
boolean |
hasUpdatedAt()
Deprecated.
last updated timestamp (UTC)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
relation type name selector
string name = 2 [json_name = "name"];com.google.protobuf.ByteString getNameBytes()
relation type name selector
string name = 2 [json_name = "name"];String getObjectType()
object type referenced by relation
string object_type = 3 [json_name = "objectType"];com.google.protobuf.ByteString getObjectTypeBytes()
object type referenced by relation
string object_type = 3 [json_name = "objectType"];String getDisplayName()
relation display name
string display_name = 4 [json_name = "displayName"];com.google.protobuf.ByteString getDisplayNameBytes()
relation display name
string display_name = 4 [json_name = "displayName"];int getOrdinal()
sort ordinal (default 0)
int32 ordinal = 5 [json_name = "ordinal"];int getStatus()
status bitmap (default 0)
uint32 status = 6 [json_name = "status"];List<String> getUnionsList()
relations union-ed with relation type instance
repeated string unions = 7 [json_name = "unions"];int getUnionsCount()
relations union-ed with relation type instance
repeated string unions = 7 [json_name = "unions"];String getUnions(int index)
relations union-ed with relation type instance
repeated string unions = 7 [json_name = "unions"];index - The index of the element to return.com.google.protobuf.ByteString getUnionsBytes(int index)
relations union-ed with relation type instance
repeated string unions = 7 [json_name = "unions"];index - The index of the value to return.List<String> getPermissionsList()
permissions associated to relation type instance
repeated string permissions = 8 [json_name = "permissions"];int getPermissionsCount()
permissions associated to relation type instance
repeated string permissions = 8 [json_name = "permissions"];String getPermissions(int index)
permissions associated to relation type instance
repeated string permissions = 8 [json_name = "permissions"];index - The index of the element to return.com.google.protobuf.ByteString getPermissionsBytes(int index)
permissions associated to relation type instance
repeated string permissions = 8 [json_name = "permissions"];index - The index of the value to return.boolean hasCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];com.google.protobuf.Timestamp getCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];boolean hasUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];com.google.protobuf.Timestamp getUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];String getHash()
object instance hash
string hash = 23 [json_name = "hash"];com.google.protobuf.ByteString getHashBytes()
object instance hash
string hash = 23 [json_name = "hash"];Copyright © 2024. All rights reserved.