- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class WireGroupsClientImpl : WireGroupsClientReference documentation and code samples for the Compute Engine v1 API class WireGroupsClientImpl.
WireGroups client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
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 |
WireGroupsWireGroupsClientThe underlying gRPC client. |
settings |
WireGroupsSettingsThe base WireGroupsSettings used within this client. |
logger |
ILoggerOptional 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 |
|
GrpcClient
public override WireGroups.WireGroupsClient GrpcClient { get; }The underlying gRPC WireGroups client
| Property Value | |
|---|---|
| Type | Description |
WireGroupsWireGroupsClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
PatchOperationsClient
public override OperationsClient PatchOperationsClient { get; }The long-running operations client for Patch.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
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 |
DeleteWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
DeleteWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
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 |
GetWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
WireGroup |
The RPC response. |
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 |
GetWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskWireGroup |
A Task containing the RPC response. |
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 |
InsertWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
InsertWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
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 |
ListWireGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableWireGroupListWireGroup |
A pageable sequence of WireGroup resources. |
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 |
ListWireGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableWireGroupListWireGroup |
A pageable asynchronous sequence of WireGroup resources. |
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 |
PatchWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
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 |
PatchWireGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |