public static class StorageSettings.Builder extends ClientSettings.Builder<StorageSettings,StorageSettings.Builder>
Builder for StorageSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(StorageSettings settings)
protected Builder(StorageSettings settings)
Parameter
Builder(StorageStubSettings.Builder stubSettings)
protected Builder(StorageStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public StorageSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter
Returns
build()
public StorageSettings build()
Returns
Overrides
Exceptions
composeObjectSettings()
public UnaryCallSettings.Builder<ComposeObjectRequest,Object> composeObjectSettings()
Returns the builder for the settings used for calls to composeObject.
Returns
createBucketSettings()
public UnaryCallSettings.Builder<CreateBucketRequest,Bucket> createBucketSettings()
Returns the builder for the settings used for calls to createBucket.
Returns
createHmacKeySettings()
public UnaryCallSettings.Builder<CreateHmacKeyRequest,CreateHmacKeyResponse> createHmacKeySettings()
Returns the builder for the settings used for calls to createHmacKey.
Returns
createNotificationSettings()
public UnaryCallSettings.Builder<CreateNotificationRequest,Notification> createNotificationSettings()
Returns the builder for the settings used for calls to createNotification.
Returns
deleteBucketSettings()
public UnaryCallSettings.Builder<DeleteBucketRequest,Empty> deleteBucketSettings()
Returns the builder for the settings used for calls to deleteBucket.
Returns
deleteHmacKeySettings()
public UnaryCallSettings.Builder<DeleteHmacKeyRequest,Empty> deleteHmacKeySettings()
Returns the builder for the settings used for calls to deleteHmacKey.
Returns
deleteNotificationSettings()
public UnaryCallSettings.Builder<DeleteNotificationRequest,Empty> deleteNotificationSettings()
Returns the builder for the settings used for calls to deleteNotification.
Returns
deleteObjectSettings()
public UnaryCallSettings.Builder<DeleteObjectRequest,Empty> deleteObjectSettings()
Returns the builder for the settings used for calls to deleteObject.
Returns
getBucketSettings()
public UnaryCallSettings.Builder<GetBucketRequest,Bucket> getBucketSettings()
Returns the builder for the settings used for calls to getBucket.
Returns
getHmacKeySettings()
public UnaryCallSettings.Builder<GetHmacKeyRequest,HmacKeyMetadata> getHmacKeySettings()
Returns the builder for the settings used for calls to getHmacKey.
Returns
getIamPolicySettings()
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
Returns
Type |
Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
getNotificationSettings()
public UnaryCallSettings.Builder<GetNotificationRequest,Notification> getNotificationSettings()
Returns the builder for the settings used for calls to getNotification.
Returns
getObjectSettings()
public UnaryCallSettings.Builder<GetObjectRequest,Object> getObjectSettings()
Returns the builder for the settings used for calls to getObject.
Returns
getServiceAccountSettings()
public UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount> getServiceAccountSettings()
Returns the builder for the settings used for calls to getServiceAccount.
Returns
getStubSettingsBuilder()
public StorageStubSettings.Builder getStubSettingsBuilder()
Returns
listBucketsSettings()
public PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,StorageClient.ListBucketsPagedResponse> listBucketsSettings()
Returns the builder for the settings used for calls to listBuckets.
Returns
listHmacKeysSettings()
public PagedCallSettings.Builder<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> listHmacKeysSettings()
Returns the builder for the settings used for calls to listHmacKeys.
Returns
listNotificationsSettings()
public PagedCallSettings.Builder<ListNotificationsRequest,ListNotificationsResponse,StorageClient.ListNotificationsPagedResponse> listNotificationsSettings()
Returns the builder for the settings used for calls to listNotifications.
Returns
listObjectsSettings()
public PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> listObjectsSettings()
Returns the builder for the settings used for calls to listObjects.
Returns
lockBucketRetentionPolicySettings()
public UnaryCallSettings.Builder<LockBucketRetentionPolicyRequest,Bucket> lockBucketRetentionPolicySettings()
Returns the builder for the settings used for calls to lockBucketRetentionPolicy.
Returns
queryWriteStatusSettings()
public UnaryCallSettings.Builder<QueryWriteStatusRequest,QueryWriteStatusResponse> queryWriteStatusSettings()
Returns the builder for the settings used for calls to queryWriteStatus.
Returns
readObjectSettings()
public ServerStreamingCallSettings.Builder<ReadObjectRequest,ReadObjectResponse> readObjectSettings()
Returns the builder for the settings used for calls to readObject.
Returns
rewriteObjectSettings()
public UnaryCallSettings.Builder<RewriteObjectRequest,RewriteResponse> rewriteObjectSettings()
Returns the builder for the settings used for calls to rewriteObject.
Returns
setIamPolicySettings()
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
Returns
Type |
Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
startResumableWriteSettings()
public UnaryCallSettings.Builder<StartResumableWriteRequest,StartResumableWriteResponse> startResumableWriteSettings()
Returns the builder for the settings used for calls to startResumableWrite.
Returns
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
Returns
Type |
Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|
updateBucketSettings()
public UnaryCallSettings.Builder<UpdateBucketRequest,Bucket> updateBucketSettings()
Returns the builder for the settings used for calls to updateBucket.
Returns
updateHmacKeySettings()
public UnaryCallSettings.Builder<UpdateHmacKeyRequest,HmacKeyMetadata> updateHmacKeySettings()
Returns the builder for the settings used for calls to updateHmacKey.
Returns
updateObjectSettings()
public UnaryCallSettings.Builder<UpdateObjectRequest,Object> updateObjectSettings()
Returns the builder for the settings used for calls to updateObject.
Returns
writeObjectSettings()
public StreamingCallSettings.Builder<WriteObjectRequest,WriteObjectResponse> writeObjectSettings()
Returns the builder for the settings used for calls to writeObject.
Returns