Class StorageStubSettings.Builder

java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<StorageStubSettings,StorageStubSettings.Builder>
com.google.storage.v2.stub.StorageStubSettings.Builder
Enclosing class:
StorageStubSettings

public static class StorageStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<StorageStubSettings,StorageStubSettings.Builder>
Builder for StorageStubSettings.
  • Constructor Details

    • Builder

      protected Builder()
    • Builder

      protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
    • Builder

      protected Builder(StorageStubSettings settings)
  • Method Details

    • applyToAllUnaryMethods

      public StorageStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.

    • unaryMethodSettingsBuilders

      public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
    • deleteBucketSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBucketRequest,com.google.protobuf.Empty> deleteBucketSettings()
      Returns the builder for the settings used for calls to deleteBucket.
    • getBucketSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBucketRequest,Bucket> getBucketSettings()
      Returns the builder for the settings used for calls to getBucket.
    • createBucketSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBucketRequest,Bucket> createBucketSettings()
      Returns the builder for the settings used for calls to createBucket.
    • listBucketsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,StorageClient.ListBucketsPagedResponse> listBucketsSettings()
      Returns the builder for the settings used for calls to listBuckets.
    • lockBucketRetentionPolicySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<LockBucketRetentionPolicyRequest,Bucket> lockBucketRetentionPolicySettings()
      Returns the builder for the settings used for calls to lockBucketRetentionPolicy.
    • getIamPolicySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
      Returns the builder for the settings used for calls to getIamPolicy.
    • setIamPolicySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
      Returns the builder for the settings used for calls to setIamPolicy.
    • testIamPermissionsSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
      Returns the builder for the settings used for calls to testIamPermissions.
    • updateBucketSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBucketRequest,Bucket> updateBucketSettings()
      Returns the builder for the settings used for calls to updateBucket.
    • deleteNotificationConfigSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationConfigRequest,com.google.protobuf.Empty> deleteNotificationConfigSettings()
      Returns the builder for the settings used for calls to deleteNotificationConfig.
    • getNotificationConfigSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationConfigRequest,NotificationConfig> getNotificationConfigSettings()
      Returns the builder for the settings used for calls to getNotificationConfig.
    • createNotificationConfigSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationConfigRequest,NotificationConfig> createNotificationConfigSettings()
      Returns the builder for the settings used for calls to createNotificationConfig.
    • listNotificationConfigsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationConfigsRequest,ListNotificationConfigsResponse,StorageClient.ListNotificationConfigsPagedResponse> listNotificationConfigsSettings()
      Returns the builder for the settings used for calls to listNotificationConfigs.
    • composeObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<ComposeObjectRequest,Object> composeObjectSettings()
      Returns the builder for the settings used for calls to composeObject.
    • deleteObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteObjectRequest,com.google.protobuf.Empty> deleteObjectSettings()
      Returns the builder for the settings used for calls to deleteObject.
    • restoreObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreObjectRequest,Object> restoreObjectSettings()
      Returns the builder for the settings used for calls to restoreObject.
    • cancelResumableWriteSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelResumableWriteRequest,CancelResumableWriteResponse> cancelResumableWriteSettings()
      Returns the builder for the settings used for calls to cancelResumableWrite.
    • getObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetObjectRequest,Object> getObjectSettings()
      Returns the builder for the settings used for calls to getObject.
    • readObjectSettings

      public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadObjectRequest,ReadObjectResponse> readObjectSettings()
      Returns the builder for the settings used for calls to readObject.
    • updateObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateObjectRequest,Object> updateObjectSettings()
      Returns the builder for the settings used for calls to updateObject.
    • writeObjectSettings

      public com.google.api.gax.rpc.StreamingCallSettings.Builder<WriteObjectRequest,WriteObjectResponse> writeObjectSettings()
      Returns the builder for the settings used for calls to writeObject.
    • bidiWriteObjectSettings

      public com.google.api.gax.rpc.StreamingCallSettings.Builder<BidiWriteObjectRequest,BidiWriteObjectResponse> bidiWriteObjectSettings()
      Returns the builder for the settings used for calls to bidiWriteObject.
    • listObjectsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListObjectsRequest,ListObjectsResponse,StorageClient.ListObjectsPagedResponse> listObjectsSettings()
      Returns the builder for the settings used for calls to listObjects.
    • rewriteObjectSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<RewriteObjectRequest,RewriteResponse> rewriteObjectSettings()
      Returns the builder for the settings used for calls to rewriteObject.
    • startResumableWriteSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartResumableWriteRequest,StartResumableWriteResponse> startResumableWriteSettings()
      Returns the builder for the settings used for calls to startResumableWrite.
    • queryWriteStatusSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryWriteStatusRequest,QueryWriteStatusResponse> queryWriteStatusSettings()
      Returns the builder for the settings used for calls to queryWriteStatus.
    • getServiceAccountSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount> getServiceAccountSettings()
      Returns the builder for the settings used for calls to getServiceAccount.
    • createHmacKeySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateHmacKeyRequest,CreateHmacKeyResponse> createHmacKeySettings()
      Returns the builder for the settings used for calls to createHmacKey.
    • deleteHmacKeySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteHmacKeyRequest,com.google.protobuf.Empty> deleteHmacKeySettings()
      Returns the builder for the settings used for calls to deleteHmacKey.
    • getHmacKeySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHmacKeyRequest,HmacKeyMetadata> getHmacKeySettings()
      Returns the builder for the settings used for calls to getHmacKey.
    • listHmacKeysSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListHmacKeysRequest,ListHmacKeysResponse,StorageClient.ListHmacKeysPagedResponse> listHmacKeysSettings()
      Returns the builder for the settings used for calls to listHmacKeys.
    • updateHmacKeySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateHmacKeyRequest,HmacKeyMetadata> updateHmacKeySettings()
      Returns the builder for the settings used for calls to updateHmacKey.
    • build

      public StorageStubSettings build() throws IOException
      Specified by:
      build in class com.google.api.gax.rpc.StubSettings.Builder<StorageStubSettings,StorageStubSettings.Builder>
      Throws:
      IOException