Compute Engine v1 API - Class RegionNotificationEndpointsClientImpl (2.3.0)

public sealed class RegionNotificationEndpointsClientImpl : RegionNotificationEndpointsClient

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

RegionNotificationEndpoints client wrapper implementation, for convenient use.

Inheritance

Object > RegionNotificationEndpointsClient > RegionNotificationEndpointsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The RegionNotificationEndpoints API.

Constructors

RegionNotificationEndpointsClientImpl(RegionNotificationEndpoints.RegionNotificationEndpointsClient, RegionNotificationEndpointsSettings, ILogger)

public RegionNotificationEndpointsClientImpl(RegionNotificationEndpoints.RegionNotificationEndpointsClient grpcClient, RegionNotificationEndpointsSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientRegionNotificationEndpoints.RegionNotificationEndpointsClient

The underlying gRPC client.

settingsRegionNotificationEndpointsSettings

The base RegionNotificationEndpointsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

DeleteOperationsClient

public override OperationsClient DeleteOperationsClient { get; }

The long-running operations client for Delete.

Property Value
TypeDescription
OperationsClient
Overrides

GrpcClient

public override RegionNotificationEndpoints.RegionNotificationEndpointsClient GrpcClient { get; }

The underlying gRPC RegionNotificationEndpoints client

Property Value
TypeDescription
RegionNotificationEndpoints.RegionNotificationEndpointsClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

Delete(DeleteRegionNotificationEndpointRequest, CallSettings)

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

Deletes the specified NotificationEndpoint in the given region

Parameters
NameDescription
requestDeleteRegionNotificationEndpointRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

The RPC response.

Overrides

DeleteAsync(DeleteRegionNotificationEndpointRequest, CallSettings)

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

Deletes the specified NotificationEndpoint in the given region

Parameters
NameDescription
requestDeleteRegionNotificationEndpointRequest

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<Operation<Operation, Operation>>

A Task containing the RPC response.

Overrides

Get(GetRegionNotificationEndpointRequest, CallSettings)

public override NotificationEndpoint Get(GetRegionNotificationEndpointRequest request, CallSettings callSettings = null)

Returns the specified NotificationEndpoint resource in the given region.

Parameters
NameDescription
requestGetRegionNotificationEndpointRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
NotificationEndpoint

The RPC response.

Overrides

GetAsync(GetRegionNotificationEndpointRequest, CallSettings)

public override Task<NotificationEndpoint> GetAsync(GetRegionNotificationEndpointRequest request, CallSettings callSettings = null)

Returns the specified NotificationEndpoint resource in the given region.

Parameters
NameDescription
requestGetRegionNotificationEndpointRequest

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<NotificationEndpoint>

A Task containing the RPC response.

Overrides

Insert(InsertRegionNotificationEndpointRequest, CallSettings)

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

Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.

Parameters
NameDescription
requestInsertRegionNotificationEndpointRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Operation<Operation, Operation>

The RPC response.

Overrides

InsertAsync(InsertRegionNotificationEndpointRequest, CallSettings)

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

Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.

Parameters
NameDescription
requestInsertRegionNotificationEndpointRequest

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<Operation<Operation, Operation>>

A Task containing the RPC response.

Overrides

List(ListRegionNotificationEndpointsRequest, CallSettings)

public override PagedEnumerable<NotificationEndpointList, NotificationEndpoint> List(ListRegionNotificationEndpointsRequest request, CallSettings callSettings = null)

Lists the NotificationEndpoints for a project in the given region.

Parameters
NameDescription
requestListRegionNotificationEndpointsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerable<NotificationEndpointList, NotificationEndpoint>

A pageable sequence of NotificationEndpoint resources.

Overrides

ListAsync(ListRegionNotificationEndpointsRequest, CallSettings)

public override PagedAsyncEnumerable<NotificationEndpointList, NotificationEndpoint> ListAsync(ListRegionNotificationEndpointsRequest request, CallSettings callSettings = null)

Lists the NotificationEndpoints for a project in the given region.

Parameters
NameDescription
requestListRegionNotificationEndpointsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerable<NotificationEndpointList, NotificationEndpoint>

A pageable asynchronous sequence of NotificationEndpoint resources.

Overrides