Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Acl.Builder |
Acl.newBuilder(Acl.Entity entity,
Acl.Role role)
Returns a builder for
Acl objects. |
Acl.Builder |
Acl.Builder.setEntity(Acl.Entity entity)
Sets the entity for the ACL object.
|
Acl.Builder |
Acl.Builder.setRole(Acl.Role role)
Sets the role to associate to the
entity object. |
Acl.Builder |
Acl.toBuilder()
Returns a builder for this
Acl object. |
Copyright © 2019 Google LLC. All rights reserved.