Interface CustomRoleSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomRoleSpec,CustomRoleSpec.Builder
@Generated(value="protoc",
comments="annotations:CustomRoleSpecOrBuilder.java.pb.meta")
public interface CustomRoleSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the custom role.com.google.protobuf.ByteStringThe description of the custom role.getName()The name of the custom role.com.google.protobuf.ByteStringThe name of the custom role.getPermissions(int index) The permissions assigned to the custom role.intThe permissions assigned to the custom role.The permissions assigned to the custom role.getPermissionsOrBuilder(int index) The permissions assigned to the custom role.List<? extends CustomRoleSpec.PermissionOrBuilder> The permissions assigned to the custom role.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the custom role.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()The description of the custom role.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()The description of the custom role.
string description = 2;- Returns:
- The bytes for description.
-
getPermissionsList
List<CustomRoleSpec.Permission> getPermissionsList()The permissions assigned to the custom role.
repeated .temporal.api.cloud.identity.v1.CustomRoleSpec.Permission permissions = 3; -
getPermissions
The permissions assigned to the custom role.
repeated .temporal.api.cloud.identity.v1.CustomRoleSpec.Permission permissions = 3; -
getPermissionsCount
int getPermissionsCount()The permissions assigned to the custom role.
repeated .temporal.api.cloud.identity.v1.CustomRoleSpec.Permission permissions = 3; -
getPermissionsOrBuilderList
List<? extends CustomRoleSpec.PermissionOrBuilder> getPermissionsOrBuilderList()The permissions assigned to the custom role.
repeated .temporal.api.cloud.identity.v1.CustomRoleSpec.Permission permissions = 3; -
getPermissionsOrBuilder
The permissions assigned to the custom role.
repeated .temporal.api.cloud.identity.v1.CustomRoleSpec.Permission permissions = 3;
-