public class RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient : ClientBase<RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient>
Reference documentation and code samples for the Compute Engine v1 API class RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient.
Client for RegionNetworkEndpointGroups
Inheritance
object > ClientBase > ClientBaseRegionNetworkEndpointGroupsRegionNetworkEndpointGroupsClient > RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClientNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RegionNetworkEndpointGroupsClient()
protected RegionNetworkEndpointGroupsClient()
Protected parameterless constructor to allow creation of test doubles.
RegionNetworkEndpointGroupsClient(CallInvoker)
public RegionNetworkEndpointGroupsClient(CallInvoker callInvoker)
Creates a new client for RegionNetworkEndpointGroups that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
RegionNetworkEndpointGroupsClient(ChannelBase)
public RegionNetworkEndpointGroupsClient(ChannelBase channel)
Creates a new client for RegionNetworkEndpointGroups
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
RegionNetworkEndpointGroupsClient(ClientBaseConfiguration)
protected RegionNetworkEndpointGroupsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
AttachNetworkEndpoints(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest, CallOptions)
public virtual Operation AttachNetworkEndpoints(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest request, CallOptions options)
Attach a list of network endpoints to the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
AttachNetworkEndpointsRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
AttachNetworkEndpoints(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation AttachNetworkEndpoints(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Attach a list of network endpoints to the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
AttachNetworkEndpointsRegionNetworkEndpointGroupRequest 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 |
Operation |
The response received from the server. |
AttachNetworkEndpointsAsync(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> AttachNetworkEndpointsAsync(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest request, CallOptions options)
Attach a list of network endpoints to the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
AttachNetworkEndpointsRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
AttachNetworkEndpointsAsync(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> AttachNetworkEndpointsAsync(AttachNetworkEndpointsRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Attach a list of network endpoints to the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
AttachNetworkEndpointsRegionNetworkEndpointGroupRequest 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 |
AsyncUnaryCallOperation |
The call object. |
CreateOperationsClientForRegionOperations()
public virtual Operations.OperationsClient CreateOperationsClientForRegionOperations()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client, delegating to RegionOperations.
Returns | |
---|---|
Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
Delete(DeleteRegionNetworkEndpointGroupRequest, CallOptions)
public virtual Operation Delete(DeleteRegionNetworkEndpointGroupRequest request, CallOptions options)
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 |
DeleteRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
Delete(DeleteRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation Delete(DeleteRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
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 |
DeleteRegionNetworkEndpointGroupRequest 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 |
Operation |
The response received from the server. |
DeleteAsync(DeleteRegionNetworkEndpointGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteRegionNetworkEndpointGroupRequest request, CallOptions options)
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 |
DeleteRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAsync(DeleteRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
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 |
DeleteRegionNetworkEndpointGroupRequest 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 |
AsyncUnaryCallOperation |
The call object. |
DetachNetworkEndpoints(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest, CallOptions)
public virtual Operation DetachNetworkEndpoints(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest request, CallOptions options)
Detach the network endpoint from the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
DetachNetworkEndpointsRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DetachNetworkEndpoints(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DetachNetworkEndpoints(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Detach the network endpoint from the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
DetachNetworkEndpointsRegionNetworkEndpointGroupRequest 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 |
Operation |
The response received from the server. |
DetachNetworkEndpointsAsync(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DetachNetworkEndpointsAsync(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest request, CallOptions options)
Detach the network endpoint from the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
DetachNetworkEndpointsRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DetachNetworkEndpointsAsync(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DetachNetworkEndpointsAsync(DetachNetworkEndpointsRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Detach the network endpoint from the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
DetachNetworkEndpointsRegionNetworkEndpointGroupRequest 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 |
AsyncUnaryCallOperation |
The call object. |
Get(GetRegionNetworkEndpointGroupRequest, CallOptions)
public virtual NetworkEndpointGroup Get(GetRegionNetworkEndpointGroupRequest request, CallOptions options)
Returns the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
GetRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroup |
The response received from the server. |
Get(GetRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual NetworkEndpointGroup Get(GetRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
GetRegionNetworkEndpointGroupRequest 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 |
NetworkEndpointGroup |
The response received from the server. |
GetAsync(GetRegionNetworkEndpointGroupRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkEndpointGroup> GetAsync(GetRegionNetworkEndpointGroupRequest request, CallOptions options)
Returns the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
GetRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNetworkEndpointGroup |
The call object. |
GetAsync(GetRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NetworkEndpointGroup> GetAsync(GetRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
GetRegionNetworkEndpointGroupRequest 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 |
AsyncUnaryCallNetworkEndpointGroup |
The call object. |
Insert(InsertRegionNetworkEndpointGroupRequest, CallOptions)
public virtual Operation Insert(InsertRegionNetworkEndpointGroupRequest request, CallOptions options)
Creates a network endpoint group in the specified project using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
Insert(InsertRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation Insert(InsertRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a network endpoint group in the specified project using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertRegionNetworkEndpointGroupRequest 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 |
Operation |
The response received from the server. |
InsertAsync(InsertRegionNetworkEndpointGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertRegionNetworkEndpointGroupRequest request, CallOptions options)
Creates a network endpoint group in the specified project using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertRegionNetworkEndpointGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
InsertAsync(InsertRegionNetworkEndpointGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertRegionNetworkEndpointGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a network endpoint group in the specified project using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertRegionNetworkEndpointGroupRequest 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 |
AsyncUnaryCallOperation |
The call object. |
List(ListRegionNetworkEndpointGroupsRequest, CallOptions)
public virtual NetworkEndpointGroupList List(ListRegionNetworkEndpointGroupsRequest request, CallOptions options)
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
Parameters | |
---|---|
Name | Description |
request |
ListRegionNetworkEndpointGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupList |
The response received from the server. |
List(ListRegionNetworkEndpointGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual NetworkEndpointGroupList List(ListRegionNetworkEndpointGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
Parameters | |
---|---|
Name | Description |
request |
ListRegionNetworkEndpointGroupsRequest 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 |
NetworkEndpointGroupList |
The response received from the server. |
ListAsync(ListRegionNetworkEndpointGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkEndpointGroupList> ListAsync(ListRegionNetworkEndpointGroupsRequest request, CallOptions options)
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
Parameters | |
---|---|
Name | Description |
request |
ListRegionNetworkEndpointGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNetworkEndpointGroupList |
The call object. |
ListAsync(ListRegionNetworkEndpointGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NetworkEndpointGroupList> ListAsync(ListRegionNetworkEndpointGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
Parameters | |
---|---|
Name | Description |
request |
ListRegionNetworkEndpointGroupsRequest 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 |
AsyncUnaryCallNetworkEndpointGroupList |
The call object. |
ListNetworkEndpoints(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest, CallOptions)
public virtual NetworkEndpointGroupsListNetworkEndpoints ListNetworkEndpoints(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest request, CallOptions options)
Lists the network endpoints in the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
ListNetworkEndpointsRegionNetworkEndpointGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NetworkEndpointGroupsListNetworkEndpoints |
The response received from the server. |
ListNetworkEndpoints(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual NetworkEndpointGroupsListNetworkEndpoints ListNetworkEndpoints(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists the network endpoints in the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
ListNetworkEndpointsRegionNetworkEndpointGroupsRequest 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 |
NetworkEndpointGroupsListNetworkEndpoints |
The response received from the server. |
ListNetworkEndpointsAsync(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<NetworkEndpointGroupsListNetworkEndpoints> ListNetworkEndpointsAsync(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest request, CallOptions options)
Lists the network endpoints in the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
ListNetworkEndpointsRegionNetworkEndpointGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNetworkEndpointGroupsListNetworkEndpoints |
The call object. |
ListNetworkEndpointsAsync(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NetworkEndpointGroupsListNetworkEndpoints> ListNetworkEndpointsAsync(ListNetworkEndpointsRegionNetworkEndpointGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists the network endpoints in the specified network endpoint group.
Parameters | |
---|---|
Name | Description |
request |
ListNetworkEndpointsRegionNetworkEndpointGroupsRequest 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 |
AsyncUnaryCallNetworkEndpointGroupsListNetworkEndpoints |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override RegionNetworkEndpointGroups.RegionNetworkEndpointGroupsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
RegionNetworkEndpointGroupsRegionNetworkEndpointGroupsClient |