Class MetastoreServiceSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public MetastoreServiceSettings.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.

      • createCatalogSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,​Catalog> createCatalogSettings()
        Returns the builder for the settings used for calls to createCatalog.
      • deleteCatalogSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogRequest,​Catalog> deleteCatalogSettings()
        Returns the builder for the settings used for calls to deleteCatalog.
      • getCatalogSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogRequest,​Catalog> getCatalogSettings()
        Returns the builder for the settings used for calls to getCatalog.
      • createDatabaseSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatabaseRequest,​Database> createDatabaseSettings()
        Returns the builder for the settings used for calls to createDatabase.
      • deleteDatabaseSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatabaseRequest,​Database> deleteDatabaseSettings()
        Returns the builder for the settings used for calls to deleteDatabase.
      • updateDatabaseSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatabaseRequest,​Database> updateDatabaseSettings()
        Returns the builder for the settings used for calls to updateDatabase.
      • getDatabaseSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,​Database> getDatabaseSettings()
        Returns the builder for the settings used for calls to getDatabase.
      • createTableSettings

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

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

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameTableRequest,​Table> renameTableSettings()
        Returns the builder for the settings used for calls to renameTable.
      • getTableSettings

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLockRequest,​Lock> createLockSettings()
        Returns the builder for the settings used for calls to createLock.
      • deleteLockSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLockRequest,​com.google.protobuf.Empty> deleteLockSettings()
        Returns the builder for the settings used for calls to deleteLock.
      • checkLockSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckLockRequest,​Lock> checkLockSettings()
        Returns the builder for the settings used for calls to checkLock.