Cloud Commerce Producer v1beta API - Class CommerceTransaction.CommerceTransactionClient (1.0.0-beta01)

public class CommerceTransaction.CommerceTransactionClient : ClientBase<CommerceTransaction.CommerceTransactionClient>

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class CommerceTransaction.CommerceTransactionClient.

Client for CommerceTransaction

Inheritance

object > ClientBase > ClientBaseCommerceTransactionCommerceTransactionClient > CommerceTransaction.CommerceTransactionClient

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

CommerceTransactionClient()

protected CommerceTransactionClient()

Protected parameterless constructor to allow creation of test doubles.

CommerceTransactionClient(CallInvoker)

public CommerceTransactionClient(CallInvoker callInvoker)

Creates a new client for CommerceTransaction that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

CommerceTransactionClient(ChannelBase)

public CommerceTransactionClient(ChannelBase channel)

Creates a new client for CommerceTransaction

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

CommerceTransactionClient(ClientBaseConfiguration)

protected CommerceTransactionClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CancelPrivateOffer(CancelPrivateOfferRequest, CallOptions)

public virtual PrivateOffer CancelPrivateOffer(CancelPrivateOfferRequest request, CallOptions options)

Cancels the target PrivateOffer.

Parameters
Name Description
request CancelPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOffer

The response received from the server.

CancelPrivateOffer(CancelPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOffer CancelPrivateOffer(CancelPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels the target PrivateOffer.

Parameters
Name Description
request CancelPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOffer

The response received from the server.

CancelPrivateOfferAsync(CancelPrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOffer> CancelPrivateOfferAsync(CancelPrivateOfferRequest request, CallOptions options)

Cancels the target PrivateOffer.

Parameters
Name Description
request CancelPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

CancelPrivateOfferAsync(CancelPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOffer> CancelPrivateOfferAsync(CancelPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Cancels the target PrivateOffer.

Parameters
Name Description
request CancelPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreatePrivateOffer(CreatePrivateOfferRequest, CallOptions)

public virtual PrivateOffer CreatePrivateOffer(CreatePrivateOfferRequest request, CallOptions options)

Creates a new PrivateOffer in a given project and location.

Parameters
Name Description
request CreatePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOffer

The response received from the server.

CreatePrivateOffer(CreatePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOffer CreatePrivateOffer(CreatePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new PrivateOffer in a given project and location.

Parameters
Name Description
request CreatePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOffer

The response received from the server.

CreatePrivateOfferAsync(CreatePrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOffer> CreatePrivateOfferAsync(CreatePrivateOfferRequest request, CallOptions options)

Creates a new PrivateOffer in a given project and location.

Parameters
Name Description
request CreatePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

CreatePrivateOfferAsync(CreatePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOffer> CreatePrivateOfferAsync(CreatePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new PrivateOffer in a given project and location.

Parameters
Name Description
request CreatePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

CreatePrivateOfferDocument(CreatePrivateOfferDocumentRequest, CallOptions)

public virtual PrivateOfferDocument CreatePrivateOfferDocument(CreatePrivateOfferDocumentRequest request, CallOptions options)

Creates a new PrivateOfferDocument in a given project and location.

Parameters
Name Description
request CreatePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

CreatePrivateOfferDocument(CreatePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOfferDocument CreatePrivateOfferDocument(CreatePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new PrivateOfferDocument in a given project and location.

Parameters
Name Description
request CreatePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

CreatePrivateOfferDocumentAsync(CreatePrivateOfferDocumentRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOfferDocument> CreatePrivateOfferDocumentAsync(CreatePrivateOfferDocumentRequest request, CallOptions options)

Creates a new PrivateOfferDocument in a given project and location.

Parameters
Name Description
request CreatePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.

CreatePrivateOfferDocumentAsync(CreatePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOfferDocument> CreatePrivateOfferDocumentAsync(CreatePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new PrivateOfferDocument in a given project and location.

Parameters
Name Description
request CreatePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.

DeletePrivateOffer(DeletePrivateOfferRequest, CallOptions)

public virtual Empty DeletePrivateOffer(DeletePrivateOfferRequest request, CallOptions options)

Deletes the target PrivateOffer.

Parameters
Name Description
request DeletePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeletePrivateOffer(DeletePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeletePrivateOffer(DeletePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the target PrivateOffer.

Parameters
Name Description
request DeletePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeletePrivateOfferAsync(DeletePrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeletePrivateOfferAsync(DeletePrivateOfferRequest request, CallOptions options)

Deletes the target PrivateOffer.

Parameters
Name Description
request DeletePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeletePrivateOfferAsync(DeletePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeletePrivateOfferAsync(DeletePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the target PrivateOffer.

Parameters
Name Description
request DeletePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeletePrivateOfferDocument(DeletePrivateOfferDocumentRequest, CallOptions)

public virtual Empty DeletePrivateOfferDocument(DeletePrivateOfferDocumentRequest request, CallOptions options)

Deletes the target PrivateOfferDocument.

Parameters
Name Description
request DeletePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeletePrivateOfferDocument(DeletePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeletePrivateOfferDocument(DeletePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the target PrivateOfferDocument.

Parameters
Name Description
request DeletePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeletePrivateOfferDocumentAsync(DeletePrivateOfferDocumentRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeletePrivateOfferDocumentAsync(DeletePrivateOfferDocumentRequest request, CallOptions options)

Deletes the target PrivateOfferDocument.

Parameters
Name Description
request DeletePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeletePrivateOfferDocumentAsync(DeletePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeletePrivateOfferDocumentAsync(DeletePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the target PrivateOfferDocument.

Parameters
Name Description
request DeletePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

GetPrivateOffer(GetPrivateOfferRequest, CallOptions)

public virtual PrivateOffer GetPrivateOffer(GetPrivateOfferRequest request, CallOptions options)

Gets details of a single PrivateOffer.

Parameters
Name Description
request GetPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOffer

The response received from the server.

GetPrivateOffer(GetPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOffer GetPrivateOffer(GetPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PrivateOffer.

Parameters
Name Description
request GetPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOffer

The response received from the server.

GetPrivateOfferAsync(GetPrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOffer> GetPrivateOfferAsync(GetPrivateOfferRequest request, CallOptions options)

Gets details of a single PrivateOffer.

Parameters
Name Description
request GetPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

GetPrivateOfferAsync(GetPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOffer> GetPrivateOfferAsync(GetPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PrivateOffer.

Parameters
Name Description
request GetPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

GetPrivateOfferDocument(GetPrivateOfferDocumentRequest, CallOptions)

public virtual PrivateOfferDocument GetPrivateOfferDocument(GetPrivateOfferDocumentRequest request, CallOptions options)

Gets details of a single PrivateOfferDocument.

Parameters
Name Description
request GetPrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

GetPrivateOfferDocument(GetPrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOfferDocument GetPrivateOfferDocument(GetPrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PrivateOfferDocument.

Parameters
Name Description
request GetPrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

GetPrivateOfferDocumentAsync(GetPrivateOfferDocumentRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOfferDocument> GetPrivateOfferDocumentAsync(GetPrivateOfferDocumentRequest request, CallOptions options)

Gets details of a single PrivateOfferDocument.

Parameters
Name Description
request GetPrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.

GetPrivateOfferDocumentAsync(GetPrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOfferDocument> GetPrivateOfferDocumentAsync(GetPrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single PrivateOfferDocument.

Parameters
Name Description
request GetPrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.

GetService(GetServiceRequest, CallOptions)

public virtual Service GetService(GetServiceRequest request, CallOptions options)

Gets details of a single Service.

Parameters
Name Description
request GetServiceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Service

The response received from the server.

GetService(GetServiceRequest, Metadata, DateTime?, CancellationToken)

public virtual Service GetService(GetServiceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Service.

Parameters
Name Description
request GetServiceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Service

The response received from the server.

GetServiceAsync(GetServiceRequest, CallOptions)

public virtual AsyncUnaryCall<Service> GetServiceAsync(GetServiceRequest request, CallOptions options)

Gets details of a single Service.

Parameters
Name Description
request GetServiceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallService

The call object.

GetServiceAsync(GetServiceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Service> GetServiceAsync(GetServiceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Service.

Parameters
Name Description
request GetServiceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallService

The call object.

GetSku(GetSkuRequest, CallOptions)

public virtual Sku GetSku(GetSkuRequest request, CallOptions options)

Gets details of a single Sku.

Parameters
Name Description
request GetSkuRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Sku

The response received from the server.

GetSku(GetSkuRequest, Metadata, DateTime?, CancellationToken)

public virtual Sku GetSku(GetSkuRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Sku.

Parameters
Name Description
request GetSkuRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Sku

The response received from the server.

GetSkuAsync(GetSkuRequest, CallOptions)

public virtual AsyncUnaryCall<Sku> GetSkuAsync(GetSkuRequest request, CallOptions options)

Gets details of a single Sku.

Parameters
Name Description
request GetSkuRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSku

The call object.

GetSkuAsync(GetSkuRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Sku> GetSkuAsync(GetSkuRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Sku.

Parameters
Name Description
request GetSkuRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallSku

The call object.

GetSkuGroup(GetSkuGroupRequest, CallOptions)

public virtual SkuGroup GetSkuGroup(GetSkuGroupRequest request, CallOptions options)

Gets details of a single SkuGroup.

Parameters
Name Description
request GetSkuGroupRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
SkuGroup

The response received from the server.

GetSkuGroup(GetSkuGroupRequest, Metadata, DateTime?, CancellationToken)

public virtual SkuGroup GetSkuGroup(GetSkuGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single SkuGroup.

Parameters
Name Description
request GetSkuGroupRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
SkuGroup

The response received from the server.

GetSkuGroupAsync(GetSkuGroupRequest, CallOptions)

public virtual AsyncUnaryCall<SkuGroup> GetSkuGroupAsync(GetSkuGroupRequest request, CallOptions options)

Gets details of a single SkuGroup.

Parameters
Name Description
request GetSkuGroupRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSkuGroup

The call object.

GetSkuGroupAsync(GetSkuGroupRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SkuGroup> GetSkuGroupAsync(GetSkuGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single SkuGroup.

Parameters
Name Description
request GetSkuGroupRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallSkuGroup

The call object.

GetStandardOffer(GetStandardOfferRequest, CallOptions)

public virtual StandardOffer GetStandardOffer(GetStandardOfferRequest request, CallOptions options)

Gets details of a single StandardOffer.

Parameters
Name Description
request GetStandardOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
StandardOffer

The response received from the server.

GetStandardOffer(GetStandardOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual StandardOffer GetStandardOffer(GetStandardOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single StandardOffer.

Parameters
Name Description
request GetStandardOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
StandardOffer

The response received from the server.

GetStandardOfferAsync(GetStandardOfferRequest, CallOptions)

public virtual AsyncUnaryCall<StandardOffer> GetStandardOfferAsync(GetStandardOfferRequest request, CallOptions options)

Gets details of a single StandardOffer.

Parameters
Name Description
request GetStandardOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallStandardOffer

The call object.

GetStandardOfferAsync(GetStandardOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<StandardOffer> GetStandardOfferAsync(GetStandardOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single StandardOffer.

Parameters
Name Description
request GetStandardOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallStandardOffer

The call object.

ListPrivateOfferDocuments(ListPrivateOfferDocumentsRequest, CallOptions)

public virtual ListPrivateOfferDocumentsResponse ListPrivateOfferDocuments(ListPrivateOfferDocumentsRequest request, CallOptions options)

Lists PrivateOfferDocuments for the given parent.

Parameters
Name Description
request ListPrivateOfferDocumentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPrivateOfferDocumentsResponse

The response received from the server.

ListPrivateOfferDocuments(ListPrivateOfferDocumentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPrivateOfferDocumentsResponse ListPrivateOfferDocuments(ListPrivateOfferDocumentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PrivateOfferDocuments for the given parent.

Parameters
Name Description
request ListPrivateOfferDocumentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListPrivateOfferDocumentsResponse

The response received from the server.

ListPrivateOfferDocumentsAsync(ListPrivateOfferDocumentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListPrivateOfferDocumentsResponse> ListPrivateOfferDocumentsAsync(ListPrivateOfferDocumentsRequest request, CallOptions options)

Lists PrivateOfferDocuments for the given parent.

Parameters
Name Description
request ListPrivateOfferDocumentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPrivateOfferDocumentsResponse

The call object.

ListPrivateOfferDocumentsAsync(ListPrivateOfferDocumentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPrivateOfferDocumentsResponse> ListPrivateOfferDocumentsAsync(ListPrivateOfferDocumentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PrivateOfferDocuments for the given parent.

Parameters
Name Description
request ListPrivateOfferDocumentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListPrivateOfferDocumentsResponse

The call object.

ListPrivateOffers(ListPrivateOffersRequest, CallOptions)

public virtual ListPrivateOffersResponse ListPrivateOffers(ListPrivateOffersRequest request, CallOptions options)

Lists PrivateOffers for the given parent.

Parameters
Name Description
request ListPrivateOffersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPrivateOffersResponse

The response received from the server.

ListPrivateOffers(ListPrivateOffersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPrivateOffersResponse ListPrivateOffers(ListPrivateOffersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PrivateOffers for the given parent.

Parameters
Name Description
request ListPrivateOffersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListPrivateOffersResponse

The response received from the server.

ListPrivateOffersAsync(ListPrivateOffersRequest, CallOptions)

public virtual AsyncUnaryCall<ListPrivateOffersResponse> ListPrivateOffersAsync(ListPrivateOffersRequest request, CallOptions options)

Lists PrivateOffers for the given parent.

Parameters
Name Description
request ListPrivateOffersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPrivateOffersResponse

The call object.

ListPrivateOffersAsync(ListPrivateOffersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPrivateOffersResponse> ListPrivateOffersAsync(ListPrivateOffersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists PrivateOffers for the given parent.

Parameters
Name Description
request ListPrivateOffersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListPrivateOffersResponse

The call object.

ListServices(ListServicesRequest, CallOptions)

public virtual ListServicesResponse ListServices(ListServicesRequest request, CallOptions options)

Lists Services in a given project and location.

Parameters
Name Description
request ListServicesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListServicesResponse

The response received from the server.

ListServices(ListServicesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListServicesResponse ListServices(ListServicesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Services in a given project and location.

Parameters
Name Description
request ListServicesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListServicesResponse

The response received from the server.

ListServicesAsync(ListServicesRequest, CallOptions)

public virtual AsyncUnaryCall<ListServicesResponse> ListServicesAsync(ListServicesRequest request, CallOptions options)

Lists Services in a given project and location.

Parameters
Name Description
request ListServicesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListServicesResponse

The call object.

ListServicesAsync(ListServicesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListServicesResponse> ListServicesAsync(ListServicesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Services in a given project and location.

Parameters
Name Description
request ListServicesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListServicesResponse

The call object.

ListSkuGroups(ListSkuGroupsRequest, CallOptions)

public virtual ListSkuGroupsResponse ListSkuGroups(ListSkuGroupsRequest request, CallOptions options)

Lists SkuGroups for the given parent.

Parameters
Name Description
request ListSkuGroupsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListSkuGroupsResponse

The response received from the server.

ListSkuGroups(ListSkuGroupsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListSkuGroupsResponse ListSkuGroups(ListSkuGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists SkuGroups for the given parent.

Parameters
Name Description
request ListSkuGroupsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListSkuGroupsResponse

The response received from the server.

ListSkuGroupsAsync(ListSkuGroupsRequest, CallOptions)

public virtual AsyncUnaryCall<ListSkuGroupsResponse> ListSkuGroupsAsync(ListSkuGroupsRequest request, CallOptions options)

Lists SkuGroups for the given parent.

Parameters
Name Description
request ListSkuGroupsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListSkuGroupsResponse

The call object.

ListSkuGroupsAsync(ListSkuGroupsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListSkuGroupsResponse> ListSkuGroupsAsync(ListSkuGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists SkuGroups for the given parent.

Parameters
Name Description
request ListSkuGroupsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListSkuGroupsResponse

The call object.

ListSkus(ListSkusRequest, CallOptions)

public virtual ListSkusResponse ListSkus(ListSkusRequest request, CallOptions options)

Lists Skus for the given parent.

Parameters
Name Description
request ListSkusRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListSkusResponse

The response received from the server.

ListSkus(ListSkusRequest, Metadata, DateTime?, CancellationToken)

public virtual ListSkusResponse ListSkus(ListSkusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Skus for the given parent.

Parameters
Name Description
request ListSkusRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListSkusResponse

The response received from the server.

ListSkusAsync(ListSkusRequest, CallOptions)

public virtual AsyncUnaryCall<ListSkusResponse> ListSkusAsync(ListSkusRequest request, CallOptions options)

Lists Skus for the given parent.

Parameters
Name Description
request ListSkusRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListSkusResponse

The call object.

ListSkusAsync(ListSkusRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListSkusResponse> ListSkusAsync(ListSkusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Skus for the given parent.

Parameters
Name Description
request ListSkusRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListSkusResponse

The call object.

ListStandardOffers(ListStandardOffersRequest, CallOptions)

public virtual ListStandardOffersResponse ListStandardOffers(ListStandardOffersRequest request, CallOptions options)

Lists StandardOffers for the given parent.

Parameters
Name Description
request ListStandardOffersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListStandardOffersResponse

The response received from the server.

ListStandardOffers(ListStandardOffersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListStandardOffersResponse ListStandardOffers(ListStandardOffersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists StandardOffers for the given parent.

Parameters
Name Description
request ListStandardOffersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListStandardOffersResponse

The response received from the server.

ListStandardOffersAsync(ListStandardOffersRequest, CallOptions)

public virtual AsyncUnaryCall<ListStandardOffersResponse> ListStandardOffersAsync(ListStandardOffersRequest request, CallOptions options)

Lists StandardOffers for the given parent.

Parameters
Name Description
request ListStandardOffersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListStandardOffersResponse

The call object.

ListStandardOffersAsync(ListStandardOffersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListStandardOffersResponse> ListStandardOffersAsync(ListStandardOffersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists StandardOffers for the given parent.

Parameters
Name Description
request ListStandardOffersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListStandardOffersResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override CommerceTransaction.CommerceTransactionClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
CommerceTransactionCommerceTransactionClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.CommerceProducer.V1Beta.CommerceTransaction.CommerceTransactionClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

PublishPrivateOffer(PublishPrivateOfferRequest, CallOptions)

public virtual PrivateOffer PublishPrivateOffer(PublishPrivateOfferRequest request, CallOptions options)

Publishes the target PrivateOffer.

Parameters
Name Description
request PublishPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOffer

The response received from the server.

PublishPrivateOffer(PublishPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOffer PublishPrivateOffer(PublishPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Publishes the target PrivateOffer.

Parameters
Name Description
request PublishPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOffer

The response received from the server.

PublishPrivateOfferAsync(PublishPrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOffer> PublishPrivateOfferAsync(PublishPrivateOfferRequest request, CallOptions options)

Publishes the target PrivateOffer.

Parameters
Name Description
request PublishPrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

PublishPrivateOfferAsync(PublishPrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOffer> PublishPrivateOfferAsync(PublishPrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Publishes the target PrivateOffer.

Parameters
Name Description
request PublishPrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

ResolveAmendmentTarget(ResolveAmendmentTargetRequest, CallOptions)

public virtual ResolveAmendmentTargetResponse ResolveAmendmentTarget(ResolveAmendmentTargetRequest request, CallOptions options)

Resolves the existing offer that must be amended when creating a new PrivateOffer. Use this method to determine the correct amendment target before creating or publishing an offer.

Parameters
Name Description
request ResolveAmendmentTargetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ResolveAmendmentTargetResponse

The response received from the server.

ResolveAmendmentTarget(ResolveAmendmentTargetRequest, Metadata, DateTime?, CancellationToken)

public virtual ResolveAmendmentTargetResponse ResolveAmendmentTarget(ResolveAmendmentTargetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Resolves the existing offer that must be amended when creating a new PrivateOffer. Use this method to determine the correct amendment target before creating or publishing an offer.

Parameters
Name Description
request ResolveAmendmentTargetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ResolveAmendmentTargetResponse

The response received from the server.

ResolveAmendmentTargetAsync(ResolveAmendmentTargetRequest, CallOptions)

public virtual AsyncUnaryCall<ResolveAmendmentTargetResponse> ResolveAmendmentTargetAsync(ResolveAmendmentTargetRequest request, CallOptions options)

Resolves the existing offer that must be amended when creating a new PrivateOffer. Use this method to determine the correct amendment target before creating or publishing an offer.

Parameters
Name Description
request ResolveAmendmentTargetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallResolveAmendmentTargetResponse

The call object.

ResolveAmendmentTargetAsync(ResolveAmendmentTargetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ResolveAmendmentTargetResponse> ResolveAmendmentTargetAsync(ResolveAmendmentTargetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Resolves the existing offer that must be amended when creating a new PrivateOffer. Use this method to determine the correct amendment target before creating or publishing an offer.

Parameters
Name Description
request ResolveAmendmentTargetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallResolveAmendmentTargetResponse

The call object.

UpdatePrivateOffer(UpdatePrivateOfferRequest, CallOptions)

public virtual PrivateOffer UpdatePrivateOffer(UpdatePrivateOfferRequest request, CallOptions options)

Updates the target PrivateOffer.

Parameters
Name Description
request UpdatePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOffer

The response received from the server.

UpdatePrivateOffer(UpdatePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOffer UpdatePrivateOffer(UpdatePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the target PrivateOffer.

Parameters
Name Description
request UpdatePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOffer

The response received from the server.

UpdatePrivateOfferAsync(UpdatePrivateOfferRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOffer> UpdatePrivateOfferAsync(UpdatePrivateOfferRequest request, CallOptions options)

Updates the target PrivateOffer.

Parameters
Name Description
request UpdatePrivateOfferRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

UpdatePrivateOfferAsync(UpdatePrivateOfferRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOffer> UpdatePrivateOfferAsync(UpdatePrivateOfferRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the target PrivateOffer.

Parameters
Name Description
request UpdatePrivateOfferRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOffer

The call object.

UpdatePrivateOfferDocument(UpdatePrivateOfferDocumentRequest, CallOptions)

public virtual PrivateOfferDocument UpdatePrivateOfferDocument(UpdatePrivateOfferDocumentRequest request, CallOptions options)

Updates the target PrivateOfferDocument.

Parameters
Name Description
request UpdatePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

UpdatePrivateOfferDocument(UpdatePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual PrivateOfferDocument UpdatePrivateOfferDocument(UpdatePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the target PrivateOfferDocument.

Parameters
Name Description
request UpdatePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PrivateOfferDocument

The response received from the server.

UpdatePrivateOfferDocumentAsync(UpdatePrivateOfferDocumentRequest, CallOptions)

public virtual AsyncUnaryCall<PrivateOfferDocument> UpdatePrivateOfferDocumentAsync(UpdatePrivateOfferDocumentRequest request, CallOptions options)

Updates the target PrivateOfferDocument.

Parameters
Name Description
request UpdatePrivateOfferDocumentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.

UpdatePrivateOfferDocumentAsync(UpdatePrivateOfferDocumentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PrivateOfferDocument> UpdatePrivateOfferDocumentAsync(UpdatePrivateOfferDocumentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the target PrivateOfferDocument.

Parameters
Name Description
request UpdatePrivateOfferDocumentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPrivateOfferDocument

The call object.