Compute Engine v1 API - Class WireGroupsClientImpl (3.22.0)

public sealed class WireGroupsClientImpl : WireGroupsClient

Reference documentation and code samples for the Compute Engine v1 API class WireGroupsClientImpl.

WireGroups client wrapper implementation, for convenient use.

Inheritance

object > WireGroupsClient > WireGroupsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The WireGroups API.

Constructors

WireGroupsClientImpl(WireGroupsClient, WireGroupsSettings, ILogger)

public WireGroupsClientImpl(WireGroups.WireGroupsClient grpcClient, WireGroupsSettings settings, ILogger logger)

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

Parameters
Name Description
grpcClient WireGroupsWireGroupsClient

The underlying gRPC client.

settings WireGroupsSettings

The base WireGroupsSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
Type Description
OperationsClient
Overrides

GrpcClient

public override WireGroups.WireGroupsClient GrpcClient { get; }

The underlying gRPC WireGroups client

Property Value
Type Description
WireGroupsWireGroupsClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
Type Description
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
Type Description
OperationsClient
Overrides

Methods

Delete(DeleteWireGroupRequest, CallSettings)

public override Operation<Operation, Operation> Delete(DeleteWireGroupRequest request, CallSettings callSettings = null)

Deletes the specified wire group in the given scope.

Parameters
Name Description
request DeleteWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteWireGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteWireGroupRequest request, CallSettings callSettings = null)

Deletes the specified wire group in the given scope.

Parameters
Name Description
request DeleteWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetWireGroupRequest, CallSettings)

public override WireGroup Get(GetWireGroupRequest request, CallSettings callSettings = null)

Gets the specified wire group resource in the given scope.

Parameters
Name Description
request GetWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
WireGroup

The RPC response.

Overrides

GetAsync(GetWireGroupRequest, CallSettings)

public override Task<WireGroup> GetAsync(GetWireGroupRequest request, CallSettings callSettings = null)

Gets the specified wire group resource in the given scope.

Parameters
Name Description
request GetWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskWireGroup

A Task containing the RPC response.

Overrides

Insert(InsertWireGroupRequest, CallSettings)

public override Operation<Operation, Operation> Insert(InsertWireGroupRequest request, CallSettings callSettings = null)

Creates a wire group in the specified project in the given scope using the parameters that are included in the request.

Parameters
Name Description
request InsertWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertWireGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> InsertAsync(InsertWireGroupRequest request, CallSettings callSettings = null)

Creates a wire group in the specified project in the given scope using the parameters that are included in the request.

Parameters
Name Description
request InsertWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

List(ListWireGroupsRequest, CallSettings)

public override PagedEnumerable<WireGroupList, WireGroup> List(ListWireGroupsRequest request, CallSettings callSettings = null)

Lists the wire groups for a project in the given scope.

Parameters
Name Description
request ListWireGroupsRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableWireGroupListWireGroup

A pageable sequence of WireGroup resources.

Overrides

ListAsync(ListWireGroupsRequest, CallSettings)

public override PagedAsyncEnumerable<WireGroupList, WireGroup> ListAsync(ListWireGroupsRequest request, CallSettings callSettings = null)

Lists the wire groups for a project in the given scope.

Parameters
Name Description
request ListWireGroupsRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableWireGroupListWireGroup

A pageable asynchronous sequence of WireGroup resources.

Overrides

Patch(PatchWireGroupRequest, CallSettings)

public override Operation<Operation, Operation> Patch(PatchWireGroupRequest request, CallSettings callSettings = null)

Updates the specified wire group resource with the data included in the request. This method supportsPATCH semantics and usesJSON merge patch format and processing rules.

Parameters
Name Description
request PatchWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
OperationOperationOperation

The RPC response.

Overrides

PatchAsync(PatchWireGroupRequest, CallSettings)

public override Task<Operation<Operation, Operation>> PatchAsync(PatchWireGroupRequest request, CallSettings callSettings = null)

Updates the specified wire group resource with the data included in the request. This method supportsPATCH semantics and usesJSON merge patch format and processing rules.

Parameters
Name Description
request PatchWireGroupRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides