Interface GetCustomRoleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCustomRoleRequest,GetCustomRoleRequest.Builder
@Generated(value="protoc",
comments="annotations:GetCustomRoleRequestOrBuilder.java.pb.meta")
public interface GetCustomRoleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the custom role to retrieve.com.google.protobuf.ByteStringThe ID of the custom role to retrieve.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
-
getRoleId
-
getRoleIdBytes
com.google.protobuf.ByteString getRoleIdBytes()The ID of the custom role to retrieve.
string role_id = 1;- Returns:
- The bytes for roleId.
-