Class BigtableTableAdminStubSettings.Builder

java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
Enclosing class:
BigtableTableAdminStubSettings

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

    • Builder

      protected Builder()
    • Builder

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

      protected Builder(BigtableTableAdminStubSettings settings)
  • Method Details

    • applyToAllUnaryMethods

      public BigtableTableAdminStubSettings.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()
    • createTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table> createTableSettings()
      Returns the builder for the settings used for calls to createTable.
    • createTableFromSnapshotSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> createTableFromSnapshotSettings()
      Returns the builder for the settings used for calls to createTableFromSnapshot.
    • createTableFromSnapshotOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata> createTableFromSnapshotOperationSettings()
      Returns the builder for the settings used for calls to createTableFromSnapshot.
    • listTablesSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> listTablesSettings()
      Returns the builder for the settings used for calls to listTables.
    • getTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table> getTableSettings()
      Returns the builder for the settings used for calls to getTable.
    • updateTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableRequest,com.google.longrunning.Operation> updateTableSettings()
      Returns the builder for the settings used for calls to updateTable.
    • updateTableOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTableRequest,Table,UpdateTableMetadata> updateTableOperationSettings()
      Returns the builder for the settings used for calls to updateTable.
    • deleteTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,com.google.protobuf.Empty> deleteTableSettings()
      Returns the builder for the settings used for calls to deleteTable.
    • undeleteTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteTableRequest,com.google.longrunning.Operation> undeleteTableSettings()
      Returns the builder for the settings used for calls to undeleteTable.
    • undeleteTableOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteTableRequest,Table,UndeleteTableMetadata> undeleteTableOperationSettings()
      Returns the builder for the settings used for calls to undeleteTable.
    • createAuthorizedViewSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAuthorizedViewRequest,com.google.longrunning.Operation> createAuthorizedViewSettings()
      Returns the builder for the settings used for calls to createAuthorizedView.
    • createAuthorizedViewOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAuthorizedViewRequest,AuthorizedView,CreateAuthorizedViewMetadata> createAuthorizedViewOperationSettings()
      Returns the builder for the settings used for calls to createAuthorizedView.
    • listAuthorizedViewsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAuthorizedViewsRequest,ListAuthorizedViewsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse> listAuthorizedViewsSettings()
      Returns the builder for the settings used for calls to listAuthorizedViews.
    • getAuthorizedViewSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizedViewRequest,AuthorizedView> getAuthorizedViewSettings()
      Returns the builder for the settings used for calls to getAuthorizedView.
    • updateAuthorizedViewSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAuthorizedViewRequest,com.google.longrunning.Operation> updateAuthorizedViewSettings()
      Returns the builder for the settings used for calls to updateAuthorizedView.
    • updateAuthorizedViewOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAuthorizedViewRequest,AuthorizedView,UpdateAuthorizedViewMetadata> updateAuthorizedViewOperationSettings()
      Returns the builder for the settings used for calls to updateAuthorizedView.
    • deleteAuthorizedViewSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAuthorizedViewRequest,com.google.protobuf.Empty> deleteAuthorizedViewSettings()
      Returns the builder for the settings used for calls to deleteAuthorizedView.
    • modifyColumnFamiliesSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyColumnFamiliesRequest,Table> modifyColumnFamiliesSettings()
      Returns the builder for the settings used for calls to modifyColumnFamilies.
    • dropRowRangeSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DropRowRangeRequest,com.google.protobuf.Empty> dropRowRangeSettings()
      Returns the builder for the settings used for calls to dropRowRange.
    • generateConsistencyTokenSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()
      Returns the builder for the settings used for calls to generateConsistencyToken.
    • checkConsistencySettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckConsistencyRequest,CheckConsistencyResponse> checkConsistencySettings()
      Returns the builder for the settings used for calls to checkConsistency.
    • snapshotTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotTableRequest,com.google.longrunning.Operation> snapshotTableSettings()
      Returns the builder for the settings used for calls to snapshotTable.
    • snapshotTableOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<SnapshotTableRequest,Snapshot,SnapshotTableMetadata> snapshotTableOperationSettings()
      Returns the builder for the settings used for calls to snapshotTable.
    • getSnapshotSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> getSnapshotSettings()
      Returns the builder for the settings used for calls to getSnapshot.
    • listSnapshotsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
      Returns the builder for the settings used for calls to listSnapshots.
    • deleteSnapshotSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty> deleteSnapshotSettings()
      Returns the builder for the settings used for calls to deleteSnapshot.
    • createBackupSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBackupRequest,com.google.longrunning.Operation> createBackupSettings()
      Returns the builder for the settings used for calls to createBackup.
    • createBackupOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupRequest,Backup,CreateBackupMetadata> createBackupOperationSettings()
      Returns the builder for the settings used for calls to createBackup.
    • getBackupSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup> getBackupSettings()
      Returns the builder for the settings used for calls to getBackup.
    • updateBackupSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBackupRequest,Backup> updateBackupSettings()
      Returns the builder for the settings used for calls to updateBackup.
    • deleteBackupSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBackupRequest,com.google.protobuf.Empty> deleteBackupSettings()
      Returns the builder for the settings used for calls to deleteBackup.
    • listBackupsSettings

      public com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackupsRequest,ListBackupsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse> listBackupsSettings()
      Returns the builder for the settings used for calls to listBackups.
    • restoreTableSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreTableRequest,com.google.longrunning.Operation> restoreTableSettings()
      Returns the builder for the settings used for calls to restoreTable.
    • restoreTableOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreTableRequest,Table,RestoreTableMetadata> restoreTableOperationSettings()
      Returns the builder for the settings used for calls to restoreTable.
    • copyBackupSettings

      public com.google.api.gax.rpc.UnaryCallSettings.Builder<CopyBackupRequest,com.google.longrunning.Operation> copyBackupSettings()
      Returns the builder for the settings used for calls to copyBackup.
    • copyBackupOperationSettings

      public com.google.api.gax.rpc.OperationCallSettings.Builder<CopyBackupRequest,Backup,CopyBackupMetadata> copyBackupOperationSettings()
      Returns the builder for the settings used for calls to copyBackup.
    • 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.
    • getEndpoint

      public String getEndpoint()
      Returns the endpoint set by the user or the the service's default endpoint.
      Overrides:
      getEndpoint in class com.google.api.gax.rpc.StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
    • build

      Specified by:
      build in class com.google.api.gax.rpc.StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
      Throws:
      IOException