- 3.23.0 (latest)
- 3.22.0
- 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 RegionNetworkEndpointGroupsClientImpl : RegionNetworkEndpointGroupsClientRegionNetworkEndpointGroups client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionNetworkEndpointGroups API.
Constructors
RegionNetworkEndpointGroupsClientImpl(RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient, RegionNetworkEndpointGroupsSettings, ILogger)
public RegionNetworkEndpointGroupsClientImpl(RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient grpcClient, RegionNetworkEndpointGroupsSettings settings, ILogger logger)Constructs a client wrapper for the RegionNetworkEndpointGroups service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClientThe underlying gRPC client. |
settings |
RegionNetworkEndpointGroupsSettingsThe base RegionNetworkEndpointGroupsSettings 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 RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient GrpcClient { get; }The underlying gRPC RegionNetworkEndpointGroups client
| Property Value | |
|---|---|
| Type | Description |
RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
Delete(DeleteRegionNetworkEndpointGroupRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
DeleteAsync(DeleteRegionNetworkEndpointGroupRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
Get(GetRegionNetworkEndpointGroupRequest, CallSettings)
public override NetworkEndpointGroup Get(GetRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
NetworkEndpointGroup |
The RPC response. |
GetAsync(GetRegionNetworkEndpointGroupRequest, CallSettings)
public override Task<NetworkEndpointGroup> GetAsync(GetRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<NetworkEndpointGroup> |
A Task containing the RPC response. |
Insert(InsertRegionNetworkEndpointGroupRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Creates a network endpoint group in the specified project using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
InsertAsync(InsertRegionNetworkEndpointGroupRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> InsertAsync(InsertRegionNetworkEndpointGroupRequest request, CallSettings callSettings = null)Creates a network endpoint group in the specified project using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionNetworkEndpointGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
List(ListRegionNetworkEndpointGroupsRequest, CallSettings)
public override PagedEnumerable<NetworkEndpointGroupList, NetworkEndpointGroup> List(ListRegionNetworkEndpointGroupsRequest request, CallSettings callSettings = null)Retrieves the list of regional network endpoint groups available to the specified project in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionNetworkEndpointGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerable<NetworkEndpointGroupList, NetworkEndpointGroup> |
A pageable sequence of NetworkEndpointGroup resources. |
ListAsync(ListRegionNetworkEndpointGroupsRequest, CallSettings)
public override PagedAsyncEnumerable<NetworkEndpointGroupList, NetworkEndpointGroup> ListAsync(ListRegionNetworkEndpointGroupsRequest request, CallSettings callSettings = null)Retrieves the list of regional network endpoint groups available to the specified project in the given region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionNetworkEndpointGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerable<NetworkEndpointGroupList, NetworkEndpointGroup> |
A pageable asynchronous sequence of NetworkEndpointGroup resources. |