@Deprecated public interface PermissionOrBuilder 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.
permission display name
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Deprecated.
permission display name
|
String |
getHash()
Deprecated.
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
Deprecated.
object instance hash
|
String |
getName()
Deprecated.
permission name (unique, cs-string)
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
permission name (unique, cs-string)
|
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()
permission name (unique, cs-string)
string name = 2 [json_name = "name"];com.google.protobuf.ByteString getNameBytes()
permission name (unique, cs-string)
string name = 2 [json_name = "name"];String getDisplayName()
permission display name
string display_name = 3 [json_name = "displayName"];com.google.protobuf.ByteString getDisplayNameBytes()
permission display name
string display_name = 3 [json_name = "displayName"];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.