public static final class Permission.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder> implements PermissionOrBuilder
aserto.directory.common.v2.Permission| Modifier and Type | Method and Description |
|---|---|
Permission |
build() |
Permission |
buildPartial() |
Permission.Builder |
clear() |
Permission.Builder |
clearCreatedAt()
created at timestamp (UTC)
|
Permission.Builder |
clearDeletedAt()
deleted timestamp (UTC)
|
Permission.Builder |
clearDisplayName()
permission display name
|
Permission.Builder |
clearHash()
object instance hash
|
Permission.Builder |
clearId()
internal permission id
|
Permission.Builder |
clearName()
permission name (unique, cs-string)
|
Permission.Builder |
clearUpdatedAt()
last updated timestamp (UTC)
|
com.google.protobuf.Timestamp |
getCreatedAt()
created at timestamp (UTC)
|
com.google.protobuf.Timestamp.Builder |
getCreatedAtBuilder()
created at timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getCreatedAtOrBuilder()
created at timestamp (UTC)
|
Permission |
getDefaultInstanceForType() |
com.google.protobuf.Timestamp |
getDeletedAt()
deleted timestamp (UTC)
|
com.google.protobuf.Timestamp.Builder |
getDeletedAtBuilder()
deleted timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getDeletedAtOrBuilder()
deleted timestamp (UTC)
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
permission display name
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
permission display name
|
String |
getHash()
object instance hash
|
com.google.protobuf.ByteString |
getHashBytes()
object instance hash
|
String |
getId()
internal permission id
|
com.google.protobuf.ByteString |
getIdBytes()
internal permission id
|
String |
getName()
permission name (unique, cs-string)
|
com.google.protobuf.ByteString |
getNameBytes()
permission name (unique, cs-string)
|
com.google.protobuf.Timestamp |
getUpdatedAt()
last updated timestamp (UTC)
|
com.google.protobuf.Timestamp.Builder |
getUpdatedAtBuilder()
last updated timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getUpdatedAtOrBuilder()
last updated timestamp (UTC)
|
boolean |
hasCreatedAt()
created at timestamp (UTC)
|
boolean |
hasDeletedAt()
deleted timestamp (UTC)
|
boolean |
hasUpdatedAt()
last updated timestamp (UTC)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
Permission.Builder |
mergeCreatedAt(com.google.protobuf.Timestamp value)
created at timestamp (UTC)
|
Permission.Builder |
mergeDeletedAt(com.google.protobuf.Timestamp value)
deleted timestamp (UTC)
|
Permission.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Permission.Builder |
mergeUpdatedAt(com.google.protobuf.Timestamp value)
last updated timestamp (UTC)
|
Permission.Builder |
setCreatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
created at timestamp (UTC)
|
Permission.Builder |
setCreatedAt(com.google.protobuf.Timestamp value)
created at timestamp (UTC)
|
Permission.Builder |
setDeletedAt(com.google.protobuf.Timestamp.Builder builderForValue)
deleted timestamp (UTC)
|
Permission.Builder |
setDeletedAt(com.google.protobuf.Timestamp value)
deleted timestamp (UTC)
|
Permission.Builder |
setDisplayName(String value)
permission display name
|
Permission.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
permission display name
|
Permission.Builder |
setHash(String value)
object instance hash
|
Permission.Builder |
setHashBytes(com.google.protobuf.ByteString value)
object instance hash
|
Permission.Builder |
setId(String value)
internal permission id
|
Permission.Builder |
setIdBytes(com.google.protobuf.ByteString value)
internal permission id
|
Permission.Builder |
setName(String value)
permission name (unique, cs-string)
|
Permission.Builder |
setNameBytes(com.google.protobuf.ByteString value)
permission name (unique, cs-string)
|
Permission.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Permission.Builder |
setUpdatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
last updated timestamp (UTC)
|
Permission.Builder |
setUpdatedAt(com.google.protobuf.Timestamp value)
last updated timestamp (UTC)
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, isInitialized, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>public Permission.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Permission.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<Permission.Builder>public Permission getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Permission build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Permission buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic String getId()
internal permission id
string id = 1 [json_name = "id"];getId in interface PermissionOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
internal permission id
string id = 1 [json_name = "id"];getIdBytes in interface PermissionOrBuilderpublic Permission.Builder setId(String value)
internal permission id
string id = 1 [json_name = "id"];value - The id to set.public Permission.Builder clearId()
internal permission id
string id = 1 [json_name = "id"];public Permission.Builder setIdBytes(com.google.protobuf.ByteString value)
internal permission id
string id = 1 [json_name = "id"];value - The bytes for id to set.public String getName()
permission name (unique, cs-string)
string name = 2 [json_name = "name"];getName in interface PermissionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
permission name (unique, cs-string)
string name = 2 [json_name = "name"];getNameBytes in interface PermissionOrBuilderpublic Permission.Builder setName(String value)
permission name (unique, cs-string)
string name = 2 [json_name = "name"];value - The name to set.public Permission.Builder clearName()
permission name (unique, cs-string)
string name = 2 [json_name = "name"];public Permission.Builder setNameBytes(com.google.protobuf.ByteString value)
permission name (unique, cs-string)
string name = 2 [json_name = "name"];value - The bytes for name to set.public String getDisplayName()
permission display name
string display_name = 3 [json_name = "displayName"];getDisplayName in interface PermissionOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
permission display name
string display_name = 3 [json_name = "displayName"];getDisplayNameBytes in interface PermissionOrBuilderpublic Permission.Builder setDisplayName(String value)
permission display name
string display_name = 3 [json_name = "displayName"];value - The displayName to set.public Permission.Builder clearDisplayName()
permission display name
string display_name = 3 [json_name = "displayName"];public Permission.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
permission display name
string display_name = 3 [json_name = "displayName"];value - The bytes for displayName to set.public boolean hasCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];hasCreatedAt in interface PermissionOrBuilderpublic com.google.protobuf.Timestamp getCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];getCreatedAt in interface PermissionOrBuilderpublic Permission.Builder setCreatedAt(com.google.protobuf.Timestamp value)
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];public Permission.Builder setCreatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];public Permission.Builder mergeCreatedAt(com.google.protobuf.Timestamp value)
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];public Permission.Builder clearCreatedAt()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];public com.google.protobuf.Timestamp.Builder getCreatedAtBuilder()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
created at timestamp (UTC)
.google.protobuf.Timestamp created_at = 20 [json_name = "createdAt"];getCreatedAtOrBuilder in interface PermissionOrBuilderpublic boolean hasUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];hasUpdatedAt in interface PermissionOrBuilderpublic com.google.protobuf.Timestamp getUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];getUpdatedAt in interface PermissionOrBuilderpublic Permission.Builder setUpdatedAt(com.google.protobuf.Timestamp value)
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];public Permission.Builder setUpdatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];public Permission.Builder mergeUpdatedAt(com.google.protobuf.Timestamp value)
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];public Permission.Builder clearUpdatedAt()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];public com.google.protobuf.Timestamp.Builder getUpdatedAtBuilder()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
last updated timestamp (UTC)
.google.protobuf.Timestamp updated_at = 21 [json_name = "updatedAt"];getUpdatedAtOrBuilder in interface PermissionOrBuilderpublic boolean hasDeletedAt()
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];hasDeletedAt in interface PermissionOrBuilderpublic com.google.protobuf.Timestamp getDeletedAt()
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];getDeletedAt in interface PermissionOrBuilderpublic Permission.Builder setDeletedAt(com.google.protobuf.Timestamp value)
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];public Permission.Builder setDeletedAt(com.google.protobuf.Timestamp.Builder builderForValue)
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];public Permission.Builder mergeDeletedAt(com.google.protobuf.Timestamp value)
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];public Permission.Builder clearDeletedAt()
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];public com.google.protobuf.Timestamp.Builder getDeletedAtBuilder()
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];public com.google.protobuf.TimestampOrBuilder getDeletedAtOrBuilder()
deleted timestamp (UTC)
.google.protobuf.Timestamp deleted_at = 22 [json_name = "deletedAt"];getDeletedAtOrBuilder in interface PermissionOrBuilderpublic String getHash()
object instance hash
string hash = 23 [json_name = "hash"];getHash in interface PermissionOrBuilderpublic com.google.protobuf.ByteString getHashBytes()
object instance hash
string hash = 23 [json_name = "hash"];getHashBytes in interface PermissionOrBuilderpublic Permission.Builder setHash(String value)
object instance hash
string hash = 23 [json_name = "hash"];value - The hash to set.public Permission.Builder clearHash()
object instance hash
string hash = 23 [json_name = "hash"];public Permission.Builder setHashBytes(com.google.protobuf.ByteString value)
object instance hash
string hash = 23 [json_name = "hash"];value - The bytes for hash to set.public final Permission.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>public final Permission.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>Copyright © 2023. All rights reserved.