@Deprecated public interface ObjectTypeOrBuilder 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.
object type display name
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Deprecated.
object type display name
|
String |
getHash()
Deprecated.
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
Deprecated.
object instance hash
|
boolean |
getIsSubject()
Deprecated.
object type is a subject (user|group) (default false)
|
String |
getName()
Deprecated.
object type name (unique, lc-string)
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
object type name (unique, lc-string)
|
int |
getOrdinal()
Deprecated.
sort ordinal (default 0)
|
com.google.protobuf.Struct |
getSchema()
Deprecated.
object type schema definition (JSON)
|
com.google.protobuf.StructOrBuilder |
getSchemaOrBuilder()
Deprecated.
object type schema definition (JSON)
|
int |
getStatus()
Deprecated.
status flag bitmap (default 0)
|
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 |
hasSchema()
Deprecated.
object type schema definition (JSON)
|
boolean |
hasUpdatedAt()
Deprecated.
last updated timestamp (UTC)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
object type name (unique, lc-string)
string name = 2 [json_name = "name"];com.google.protobuf.ByteString getNameBytes()
object type name (unique, lc-string)
string name = 2 [json_name = "name"];String getDisplayName()
object type display name
string display_name = 3 [json_name = "displayName"];com.google.protobuf.ByteString getDisplayNameBytes()
object type display name
string display_name = 3 [json_name = "displayName"];boolean getIsSubject()
object type is a subject (user|group) (default false)
bool is_subject = 4 [json_name = "isSubject"];int getOrdinal()
sort ordinal (default 0)
int32 ordinal = 5 [json_name = "ordinal"];int getStatus()
status flag bitmap (default 0)
uint32 status = 6 [json_name = "status"];boolean hasSchema()
object type schema definition (JSON)
.google.protobuf.Struct schema = 10 [json_name = "schema"];com.google.protobuf.Struct getSchema()
object type schema definition (JSON)
.google.protobuf.Struct schema = 10 [json_name = "schema"];com.google.protobuf.StructOrBuilder getSchemaOrBuilder()
object type schema definition (JSON)
.google.protobuf.Struct schema = 10 [json_name = "schema"];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.