Class TenantServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTenantRequest,​Tenant> createTenantSettings()
        Returns the builder for the settings used for calls to createTenant.
      • getTenantSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTenantRequest,​Tenant> getTenantSettings()
        Returns the builder for the settings used for calls to getTenant.
      • updateTenantSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTenantRequest,​Tenant> updateTenantSettings()
        Returns the builder for the settings used for calls to updateTenant.
      • deleteTenantSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTenantRequest,​com.google.protobuf.Empty> deleteTenantSettings()
        Returns the builder for the settings used for calls to deleteTenant.