public static final class Acl.Project extends Acl.Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
Acl.Project.ProjectRole |
Acl.Entity.Type| Constructor and Description |
|---|
Acl.Project(Acl.Project.ProjectRole projectRole,
String projectId)
Creates a project entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
projectId()
Returns the project id for this entity.
|
Acl.Project.ProjectRole |
projectRole()
Returns the role in the project for this entity.
|
public Acl.Project(Acl.Project.ProjectRole projectRole, String projectId)
projectRole - a role in the project, used to select project's teamsprojectId - id of the projectpublic Acl.Project.ProjectRole projectRole()
public String projectId()
Copyright © 2016 Google. All rights reserved.