Class SnapshotsV1Beta3ClientImpl (1.0.0-beta03)

public sealed class SnapshotsV1Beta3ClientImpl : SnapshotsV1Beta3Client

SnapshotsV1Beta3 client wrapper implementation, for convenient use.

Inheritance

Object > SnapshotsV1Beta3Client > SnapshotsV1Beta3ClientImpl

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Remarks

Provides methods to manage snapshots of Google Cloud Dataflow jobs.

Constructors

SnapshotsV1Beta3ClientImpl(SnapshotsV1Beta3.SnapshotsV1Beta3Client, SnapshotsV1Beta3Settings)

public SnapshotsV1Beta3ClientImpl(SnapshotsV1Beta3.SnapshotsV1Beta3Client grpcClient, SnapshotsV1Beta3Settings settings)

Constructs a client wrapper for the SnapshotsV1Beta3 service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientSnapshotsV1Beta3.SnapshotsV1Beta3Client

The underlying gRPC client.

settingsSnapshotsV1Beta3Settings

The base SnapshotsV1Beta3Settings used within this client.

Properties

GrpcClient

public override SnapshotsV1Beta3.SnapshotsV1Beta3Client GrpcClient { get; }

The underlying gRPC SnapshotsV1Beta3 client

Property Value
TypeDescription
SnapshotsV1Beta3.SnapshotsV1Beta3Client
Overrides

Methods

DeleteSnapshot(DeleteSnapshotRequest, CallSettings)

public override DeleteSnapshotResponse DeleteSnapshot(DeleteSnapshotRequest request, CallSettings callSettings = null)

Deletes a snapshot.

Parameters
NameDescription
requestDeleteSnapshotRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
DeleteSnapshotResponse

The RPC response.

Overrides

DeleteSnapshotAsync(DeleteSnapshotRequest, CallSettings)

public override Task<DeleteSnapshotResponse> DeleteSnapshotAsync(DeleteSnapshotRequest request, CallSettings callSettings = null)

Deletes a snapshot.

Parameters
NameDescription
requestDeleteSnapshotRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<DeleteSnapshotResponse>

A Task containing the RPC response.

Overrides

GetSnapshot(GetSnapshotRequest, CallSettings)

public override Snapshot GetSnapshot(GetSnapshotRequest request, CallSettings callSettings = null)

Gets information about a snapshot.

Parameters
NameDescription
requestGetSnapshotRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Snapshot

The RPC response.

Overrides

GetSnapshotAsync(GetSnapshotRequest, CallSettings)

public override Task<Snapshot> GetSnapshotAsync(GetSnapshotRequest request, CallSettings callSettings = null)

Gets information about a snapshot.

Parameters
NameDescription
requestGetSnapshotRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<Snapshot>

A Task containing the RPC response.

Overrides

ListSnapshots(ListSnapshotsRequest, CallSettings)

public override ListSnapshotsResponse ListSnapshots(ListSnapshotsRequest request, CallSettings callSettings = null)

Lists snapshots.

Parameters
NameDescription
requestListSnapshotsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
ListSnapshotsResponse

The RPC response.

Overrides

ListSnapshotsAsync(ListSnapshotsRequest, CallSettings)

public override Task<ListSnapshotsResponse> ListSnapshotsAsync(ListSnapshotsRequest request, CallSettings callSettings = null)

Lists snapshots.

Parameters
NameDescription
requestListSnapshotsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Task<ListSnapshotsResponse>

A Task containing the RPC response.

Overrides