Uses of Enum Class
org.a2aproject.sdk.grpc.Role
Packages that use Role
-
Uses of Role in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return RoleModifier and TypeMethodDescriptionstatic RoleRole.forNumber(int value) Message.Builder.getRole()Identifies the sender of the message.Message.getRole()Identifies the sender of the message.MessageOrBuilder.getRole()Identifies the sender of the message.static RoleRole.valueOf(int value) Deprecated.static RoleRole.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.a2aproject.sdk.grpc that return types with arguments of type RoleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Role>Role.internalGetValueMap()Methods in org.a2aproject.sdk.grpc with parameters of type RoleModifier and TypeMethodDescriptionIdentifies the sender of the message. -
Uses of Role in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return RoleModifier and TypeMethodDescriptiondefault RoleRoleMapper.toProto(Message.Role domain) Converts domain Role to proto Role.Methods in org.a2aproject.sdk.grpc.mapper with parameters of type Role