Class ProductSearchStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

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

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProductSetRequest,​ProductSet> createProductSetSettings()
        Returns the builder for the settings used for calls to createProductSet.
      • getProductSetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductSetRequest,​ProductSet> getProductSetSettings()
        Returns the builder for the settings used for calls to getProductSet.
      • updateProductSetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProductSetRequest,​ProductSet> updateProductSetSettings()
        Returns the builder for the settings used for calls to updateProductSet.
      • deleteProductSetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProductSetRequest,​com.google.protobuf.Empty> deleteProductSetSettings()
        Returns the builder for the settings used for calls to deleteProductSet.
      • createProductSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProductRequest,​Product> createProductSettings()
        Returns the builder for the settings used for calls to createProduct.
      • getProductSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProductRequest,​Product> getProductSettings()
        Returns the builder for the settings used for calls to getProduct.
      • updateProductSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProductRequest,​Product> updateProductSettings()
        Returns the builder for the settings used for calls to updateProduct.
      • deleteProductSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProductRequest,​com.google.protobuf.Empty> deleteProductSettings()
        Returns the builder for the settings used for calls to deleteProduct.
      • createReferenceImageSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReferenceImageRequest,​ReferenceImage> createReferenceImageSettings()
        Returns the builder for the settings used for calls to createReferenceImage.
      • deleteReferenceImageSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteReferenceImageRequest,​com.google.protobuf.Empty> deleteReferenceImageSettings()
        Returns the builder for the settings used for calls to deleteReferenceImage.
      • getReferenceImageSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReferenceImageRequest,​ReferenceImage> getReferenceImageSettings()
        Returns the builder for the settings used for calls to getReferenceImage.
      • addProductToProductSetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<AddProductToProductSetRequest,​com.google.protobuf.Empty> addProductToProductSetSettings()
        Returns the builder for the settings used for calls to addProductToProductSet.
      • removeProductFromProductSetSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveProductFromProductSetRequest,​com.google.protobuf.Empty> removeProductFromProductSetSettings()
        Returns the builder for the settings used for calls to removeProductFromProductSet.
      • importProductSetsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportProductSetsRequest,​com.google.longrunning.Operation> importProductSetsSettings()
        Returns the builder for the settings used for calls to importProductSets.
      • importProductSetsOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportProductSetsRequest,​ImportProductSetsResponse,​BatchOperationMetadata> importProductSetsOperationSettings()
        Returns the builder for the settings used for calls to importProductSets.