ProjectServiceClient class
Service to manage projects.
Deprecated: use project service v2 instead. This service will be removed in the next major version of ZITADEL.
- Annotations
-
- @GrpcServiceName.new('zitadel.project.v2beta.ProjectService')
Constructors
-
ProjectServiceClient(ClientChannel channel, {CallOptions? options, Iterable<
ClientInterceptor> ? interceptors})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<
Q, R> (ClientMethod< Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R> -
inherited
-
$createStreamingCall<
Q, R> (ClientMethod< Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R> -
inherited
-
$createUnaryCall<
Q, R> (ClientMethod< Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R> -
inherited
-
activateProject(
ActivateProjectRequest request, {CallOptions? options}) → ResponseFuture< ActivateProjectResponse> - Activate Project
-
activateProjectGrant(
ActivateProjectGrantRequest request, {CallOptions? options}) → ResponseFuture< ActivateProjectGrantResponse> - Activate Project Grant
-
addProjectRole(
AddProjectRoleRequest request, {CallOptions? options}) → ResponseFuture< AddProjectRoleResponse> - Add Project Role
-
createProject(
CreateProjectRequest request, {CallOptions? options}) → ResponseFuture< CreateProjectResponse> - Create Project
-
createProjectGrant(
CreateProjectGrantRequest request, {CallOptions? options}) → ResponseFuture< CreateProjectGrantResponse> - Create Project Grant
-
deactivateProject(
DeactivateProjectRequest request, {CallOptions? options}) → ResponseFuture< DeactivateProjectResponse> - Deactivate Project
-
deactivateProjectGrant(
DeactivateProjectGrantRequest request, {CallOptions? options}) → ResponseFuture< DeactivateProjectGrantResponse> - Deactivate Project Grant
-
deleteProject(
DeleteProjectRequest request, {CallOptions? options}) → ResponseFuture< DeleteProjectResponse> - Delete Project
-
deleteProjectGrant(
DeleteProjectGrantRequest request, {CallOptions? options}) → ResponseFuture< DeleteProjectGrantResponse> - Delete Project Grant
-
getProject(
GetProjectRequest request, {CallOptions? options}) → ResponseFuture< GetProjectResponse> - Get Project
-
listProjectGrants(
ListProjectGrantsRequest request, {CallOptions? options}) → ResponseFuture< ListProjectGrantsResponse> - List Project Grants
-
listProjectRoles(
ListProjectRolesRequest request, {CallOptions? options}) → ResponseFuture< ListProjectRolesResponse> - List Project Roles
-
listProjects(
ListProjectsRequest request, {CallOptions? options}) → ResponseFuture< ListProjectsResponse> - List Projects
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeProjectRole(
RemoveProjectRoleRequest request, {CallOptions? options}) → ResponseFuture< RemoveProjectRoleResponse> - Remove Project Role
-
toString(
) → String -
A string representation of this object.
inherited
-
updateProject(
UpdateProjectRequest request, {CallOptions? options}) → ResponseFuture< UpdateProjectResponse> - Update Project
-
updateProjectGrant(
UpdateProjectGrantRequest request, {CallOptions? options}) → ResponseFuture< UpdateProjectGrantResponse> - Update Project Grant
-
updateProjectRole(
UpdateProjectRoleRequest request, {CallOptions? options}) → ResponseFuture< UpdateProjectRoleResponse> - Update Project Role
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultHost → const String
- The hostname for this service.
-
oauthScopes
→ const List<
String> - OAuth scopes needed for the client.