Class ProductInputsServiceClient
ProductInputsService client wrapper, for convenient use.
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public abstract class ProductInputsServiceClient
Remarks
Service to use ProductInput resource. This service works for products with online channel only.
Properties
DefaultEndpoint
The default endpoint for the ProductInputsService service, which is a host of "merchantapi.googleapis.com" and a port of 443.
Declaration
public static string DefaultEndpoint { get; }
Property Value
Type | Description |
---|---|
string |
DefaultScopes
The default ProductInputsService scopes.
Declaration
public static IReadOnlyList<string> DefaultScopes { get; }
Property Value
Type | Description |
---|---|
IRead |
Remarks
The default ProductInputsService scopes are:
- https://www.googleapis.com/auth/content
GrpcClient
The underlying gRPC ProductInputsService client
Declaration
public virtual ProductInputsService.ProductInputsServiceClient GrpcClient { get; }
Property Value
Type | Description |
---|---|
Product |
ServiceMetadata
The service metadata associated with this client type.
Declaration
public static ServiceMetadata ServiceMetadata { get; }
Property Value
Type | Description |
---|---|
Service |
Methods
Create()
Synchronously creates a Product
Declaration
public static ProductInputsServiceClient Create()
Returns
Type | Description |
---|---|
Product |
The created Product |
CreateAsync(CancellationToken)
Asynchronously creates a Product
Declaration
public static Task<ProductInputsServiceClient> CreateAsync(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Cancellation |
cancellationToken | The Cancellation |
Returns
Type | Description |
---|---|
Task<Product |
The task representing the created Product |
DeleteProductInput(DeleteProductInputRequest, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual void DeleteProductInput(DeleteProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Delete |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
DeleteProductInputRequest request = new DeleteProductInputRequest
{
ProductInputName = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]"),
DataSource = "",
};
// Make the request
productInputsServiceClient.DeleteProductInput(request);
DeleteProductInput(ProductInputName, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual void DeleteProductInput(ProductInputName name, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Product |
name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
ProductInputName name = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]");
// Make the request
productInputsServiceClient.DeleteProductInput(name);
DeleteProductInput(string, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual void DeleteProductInput(string name, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
string name = "accounts/[ACCOUNT]/productInputs/[PRODUCTINPUT]";
// Make the request
productInputsServiceClient.DeleteProductInput(name);
DeleteProductInputAsync(DeleteProductInputRequest, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(DeleteProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Delete |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
DeleteProductInputRequest request = new DeleteProductInputRequest
{
ProductInputName = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]"),
DataSource = "",
};
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(request);
DeleteProductInputAsync(DeleteProductInputRequest, CancellationToken)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(DeleteProductInputRequest request, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Delete |
request | The request object containing all of the parameters for the API call. |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
DeleteProductInputRequest request = new DeleteProductInputRequest
{
ProductInputName = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]"),
DataSource = "",
};
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(request);
DeleteProductInputAsync(ProductInputName, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(ProductInputName name, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Product |
name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
ProductInputName name = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]");
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(name);
DeleteProductInputAsync(ProductInputName, CancellationToken)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(ProductInputName name, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Product |
name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
ProductInputName name = ProductInputName.FromAccountProductinput("[ACCOUNT]", "[PRODUCTINPUT]");
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(name);
DeleteProductInputAsync(string, CallSettings)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(string name, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
string name = "accounts/[ACCOUNT]/productInputs/[PRODUCTINPUT]";
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(name);
DeleteProductInputAsync(string, CancellationToken)
Deletes a product input from your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task DeleteProductInputAsync(string name, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product input resource to delete.
Format: accounts/{account}/productInputs/{product}
where the last section |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task | A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
string name = "accounts/[ACCOUNT]/productInputs/[PRODUCTINPUT]";
// Make the request
await productInputsServiceClient.DeleteProductInputAsync(name);
InsertProductInput(InsertProductInputRequest, CallSettings)
Uploads a product input to your Merchant Center account. If an input with the same contentLanguage, offerId, and dataSource already exists, this method replaces that entry.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual ProductInput InsertProductInput(InsertProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Insert |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Product |
The RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
InsertProductInputRequest request = new InsertProductInputRequest
{
ParentAsAccountName = AccountName.FromAccount("[ACCOUNT]"),
ProductInput = new ProductInput(),
DataSource = "",
};
// Make the request
ProductInput response = productInputsServiceClient.InsertProductInput(request);
InsertProductInputAsync(InsertProductInputRequest, CallSettings)
Uploads a product input to your Merchant Center account. If an input with the same contentLanguage, offerId, and dataSource already exists, this method replaces that entry.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> InsertProductInputAsync(InsertProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Insert |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
InsertProductInputRequest request = new InsertProductInputRequest
{
ParentAsAccountName = AccountName.FromAccount("[ACCOUNT]"),
ProductInput = new ProductInput(),
DataSource = "",
};
// Make the request
ProductInput response = await productInputsServiceClient.InsertProductInputAsync(request);
InsertProductInputAsync(InsertProductInputRequest, CancellationToken)
Uploads a product input to your Merchant Center account. If an input with the same contentLanguage, offerId, and dataSource already exists, this method replaces that entry.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> InsertProductInputAsync(InsertProductInputRequest request, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Insert |
request | The request object containing all of the parameters for the API call. |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
InsertProductInputRequest request = new InsertProductInputRequest
{
ParentAsAccountName = AccountName.FromAccount("[ACCOUNT]"),
ProductInput = new ProductInput(),
DataSource = "",
};
// Make the request
ProductInput response = await productInputsServiceClient.InsertProductInputAsync(request);
ShutdownDefaultChannelsAsync()
Shuts down any channels automatically created by Create() and
Create
Declaration
public static Task ShutdownDefaultChannelsAsync()
Returns
Type | Description |
---|---|
Task | A task representing the asynchronous shutdown operation. |
Remarks
After calling this method, further calls to Create() and
Create
UpdateProductInput(ProductInput, FieldMask, CallSettings)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual ProductInput UpdateProductInput(ProductInput productInput, FieldMask updateMask, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Product |
productInput | Required. The product input resource to update. Information you submit will be applied to the processed product as well. |
Field |
updateMask | Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the
Providing special "*" value for full product replacement is not supported. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Product |
The RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
ProductInput productInput = new ProductInput();
FieldMask updateMask = new FieldMask();
// Make the request
ProductInput response = productInputsServiceClient.UpdateProductInput(productInput, updateMask);
UpdateProductInput(UpdateProductInputRequest, CallSettings)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual ProductInput UpdateProductInput(UpdateProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Update |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Product |
The RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = ProductInputsServiceClient.Create();
// Initialize request argument(s)
UpdateProductInputRequest request = new UpdateProductInputRequest
{
ProductInput = new ProductInput(),
UpdateMask = new FieldMask(),
DataSource = "",
};
// Make the request
ProductInput response = productInputsServiceClient.UpdateProductInput(request);
UpdateProductInputAsync(ProductInput, FieldMask, CallSettings)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> UpdateProductInputAsync(ProductInput productInput, FieldMask updateMask, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Product |
productInput | Required. The product input resource to update. Information you submit will be applied to the processed product as well. |
Field |
updateMask | Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the
Providing special "*" value for full product replacement is not supported. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
ProductInput productInput = new ProductInput();
FieldMask updateMask = new FieldMask();
// Make the request
ProductInput response = await productInputsServiceClient.UpdateProductInputAsync(productInput, updateMask);
UpdateProductInputAsync(ProductInput, FieldMask, CancellationToken)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> UpdateProductInputAsync(ProductInput productInput, FieldMask updateMask, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Product |
productInput | Required. The product input resource to update. Information you submit will be applied to the processed product as well. |
Field |
updateMask | Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the
Providing special "*" value for full product replacement is not supported. |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
ProductInput productInput = new ProductInput();
FieldMask updateMask = new FieldMask();
// Make the request
ProductInput response = await productInputsServiceClient.UpdateProductInputAsync(productInput, updateMask);
UpdateProductInputAsync(UpdateProductInputRequest, CallSettings)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> UpdateProductInputAsync(UpdateProductInputRequest request, CallSettings callSettings = null)
Parameters
Type | Name | Description |
---|---|---|
Update |
request | The request object containing all of the parameters for the API call. |
Call |
callSettings | If not null, applies overrides to this RPC call. |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
UpdateProductInputRequest request = new UpdateProductInputRequest
{
ProductInput = new ProductInput(),
UpdateMask = new FieldMask(),
DataSource = "",
};
// Make the request
ProductInput response = await productInputsServiceClient.UpdateProductInputAsync(request);
UpdateProductInputAsync(UpdateProductInputRequest, CancellationToken)
Updates the existing product input in your Merchant Center account.
After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual Task<ProductInput> UpdateProductInputAsync(UpdateProductInputRequest request, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
Update |
request | The request object containing all of the parameters for the API call. |
Cancellation |
cancellationToken | A Cancellation |
Returns
Type | Description |
---|---|
Task<Product |
A Task containing the RPC response. |
Sample code
// Create client
ProductInputsServiceClient productInputsServiceClient = await ProductInputsServiceClient.CreateAsync();
// Initialize request argument(s)
UpdateProductInputRequest request = new UpdateProductInputRequest
{
ProductInput = new ProductInput(),
UpdateMask = new FieldMask(),
DataSource = "",
};
// Make the request
ProductInput response = await productInputsServiceClient.UpdateProductInputAsync(request);