Google Cloud Support v2 API - Class CaseAttachmentService.CaseAttachmentServiceClient (1.2.0)

public class CaseAttachmentService.CaseAttachmentServiceClient : ClientBase<CaseAttachmentService.CaseAttachmentServiceClient>

Reference documentation and code samples for the Google Cloud Support v2 API class CaseAttachmentService.CaseAttachmentServiceClient.

Client for CaseAttachmentService

Inheritance

object > ClientBase > ClientBaseCaseAttachmentServiceCaseAttachmentServiceClient > CaseAttachmentService.CaseAttachmentServiceClient

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

CaseAttachmentServiceClient()

protected CaseAttachmentServiceClient()

Protected parameterless constructor to allow creation of test doubles.

CaseAttachmentServiceClient(CallInvoker)

public CaseAttachmentServiceClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

CaseAttachmentServiceClient(ChannelBase)

public CaseAttachmentServiceClient(ChannelBase channel)

Creates a new client for CaseAttachmentService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

CaseAttachmentServiceClient(ClientBaseConfiguration)

protected CaseAttachmentServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

ListAttachments(ListAttachmentsRequest, CallOptions)

public virtual ListAttachmentsResponse ListAttachments(ListAttachmentsRequest request, CallOptions options)

Retrieve all attachments associated with a support case.

Parameters
Name Description
request ListAttachmentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAttachmentsResponse

The response received from the server.

ListAttachments(ListAttachmentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAttachmentsResponse ListAttachments(ListAttachmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieve all attachments associated with a support case.

Parameters
Name Description
request ListAttachmentsRequest

The request to send to the server.

headers Metadata

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

deadline 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
ListAttachmentsResponse

The response received from the server.

ListAttachmentsAsync(ListAttachmentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAttachmentsResponse> ListAttachmentsAsync(ListAttachmentsRequest request, CallOptions options)

Retrieve all attachments associated with a support case.

Parameters
Name Description
request ListAttachmentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAttachmentsResponse

The call object.

ListAttachmentsAsync(ListAttachmentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAttachmentsResponse> ListAttachmentsAsync(ListAttachmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieve all attachments associated with a support case.

Parameters
Name Description
request ListAttachmentsRequest

The request to send to the server.

headers Metadata

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

deadline 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
AsyncUnaryCallListAttachmentsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override CaseAttachmentService.CaseAttachmentServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
CaseAttachmentServiceCaseAttachmentServiceClient
Overrides