Modifier and Type | Method and Description |
---|---|
Bucket |
BucketApi.patchBucket(String bucketName,
BucketTemplate bucketTemplate)
Updates a bucket supporting patch semantics.
|
Bucket |
BucketApi.patchBucket(String bucketName,
BucketTemplate bucketTemplate,
UpdateBucketOptions options)
Updates a bucket supporting patch semantics.
|
BucketAccessControls |
BucketAccessControlsApi.patchBucketAccessControls(String bucketName,
String entity,
BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucket.
|
ObjectAccessControls |
DefaultObjectAccessControlsApi.patchDefaultObjectAccessControls(String bucketName,
String entity,
ObjectAccessControls payload)
Retrieves ACL entries on a specified object
|
GoogleCloudStorageObject |
ObjectApi.patchObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate)
Updates an object according to patch semantics
|
ObjectAccessControls |
ObjectAccessControlsApi.patchObjectAccessControls(String bucketName,
String objectName,
String entity,
ObjectAccessControlsTemplate template)
Updates an acl entry on the specified object
|
ObjectAccessControls |
ObjectAccessControlsApi.patchObjectAccessControls(String bucketName,
String objectName,
String entity,
ObjectAccessControlsTemplate template,
Long generation)
Updates an acl entry on the specified object
|
Modifier and Type | Method and Description |
---|---|
Operation |
BackendServiceApi.patch(String backendServiceName,
BackendServiceOptions backendServiceOptions)
Updates the specified backend service resource, with patch semantics, with
the data included in the request.
|
Operation |
FirewallApi.patch(String firewall,
FirewallOptions firewallOptions)
Updates the specified firewall resource, with patch semantics, with the data included in the request.
|
Operation |
HttpHealthCheckApi.patch(String name,
HttpHealthCheckCreationOptions options)
Updates a HttpHealthCheck resource in the specified project
using the data included in the request.
|
Operation |
UrlMapApi.patch(String urlMapName,
UrlMapOptions urlMapOptions)
Updates the specified urlMap resource, with patch semantics, with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
Project |
ProjectApi.update(String id,
Project project) |
Region |
RegionApi.update(String id,
String description,
String parentId) |
User |
UserApi.update(String id,
String name,
String password,
Boolean enabled,
String domainId,
String defaultProjectId) |
Modifier and Type | Method and Description |
---|---|
void |
ClaimApi.update(String claimId,
int ttl)
Clients should periodically renew claims during long-running batches of work to avoid losing a claim while
processing a message.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.