Class MetastoreServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

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