Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Field and Description |
---|---|
static Acl.Project.ProjectRole |
Acl.Project.ProjectRole.EDITORS |
static Acl.Project.ProjectRole |
Acl.Project.ProjectRole.OWNERS |
static Acl.Project.ProjectRole |
Acl.Project.ProjectRole.VIEWERS |
Modifier and Type | Method and Description |
---|---|
Acl.Project.ProjectRole |
Acl.Project.getProjectRole()
Returns the role in the project for this entity.
|
static Acl.Project.ProjectRole |
Acl.Project.ProjectRole.valueOf(String constant)
Get the ProjectRole for the given String constant, and allow unrecognized values.
|
static Acl.Project.ProjectRole |
Acl.Project.ProjectRole.valueOfStrict(String constant)
Get the ProjectRole for the given String constant, and throw an exception if the constant
is not recognized.
|
static Acl.Project.ProjectRole[] |
Acl.Project.ProjectRole.values()
Return the known values for ProjectRole.
|
Constructor and Description |
---|
Project(Acl.Project.ProjectRole projectRole,
String projectId)
Creates a project entity.
|
Copyright © 2019 Google LLC. All rights reserved.