Compute Engine v1 API - Class NetworkEdgeSecurityServicesClientImpl (2.15.0)

public sealed class NetworkEdgeSecurityServicesClientImpl : NetworkEdgeSecurityServicesClient

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

NetworkEdgeSecurityServices client wrapper implementation, for convenient use.

Inheritance

object > NetworkEdgeSecurityServicesClient > NetworkEdgeSecurityServicesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The NetworkEdgeSecurityServices API.

Constructors

NetworkEdgeSecurityServicesClientImpl(NetworkEdgeSecurityServicesClient, NetworkEdgeSecurityServicesSettings, ILogger)

public NetworkEdgeSecurityServicesClientImpl(NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient grpcClient, NetworkEdgeSecurityServicesSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientNetworkEdgeSecurityServicesNetworkEdgeSecurityServicesClient

The underlying gRPC client.

settingsNetworkEdgeSecurityServicesSettings

The base NetworkEdgeSecurityServicesSettings 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 NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient GrpcClient { get; }

The underlying gRPC NetworkEdgeSecurityServices client

Property Value
TypeDescription
NetworkEdgeSecurityServicesNetworkEdgeSecurityServicesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
TypeDescription
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest, CallSettings)

public override PagedEnumerable<NetworkEdgeSecurityServiceAggregatedList, KeyValuePair<string, NetworkEdgeSecurityServicesScopedList>> AggregatedList(AggregatedListNetworkEdgeSecurityServicesRequest request, CallSettings callSettings = null)

Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
NameDescription
requestAggregatedListNetworkEdgeSecurityServicesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableNetworkEdgeSecurityServiceAggregatedListKeyValuePairstringNetworkEdgeSecurityServicesScopedList

A pageable sequence of KeyValuePair<TKey, TValue> resources.

Overrides

AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest, CallSettings)

public override PagedAsyncEnumerable<NetworkEdgeSecurityServiceAggregatedList, KeyValuePair<string, NetworkEdgeSecurityServicesScopedList>> AggregatedListAsync(AggregatedListNetworkEdgeSecurityServicesRequest request, CallSettings callSettings = null)

Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
NameDescription
requestAggregatedListNetworkEdgeSecurityServicesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableNetworkEdgeSecurityServiceAggregatedListKeyValuePairstringNetworkEdgeSecurityServicesScopedList

A pageable asynchronous sequence of KeyValuePair<TKey, TValue> resources.

Overrides

Delete(DeleteNetworkEdgeSecurityServiceRequest, CallSettings)

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

Deletes the specified service.

Parameters
NameDescription
requestDeleteNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

DeleteAsync(DeleteNetworkEdgeSecurityServiceRequest, CallSettings)

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

Deletes the specified service.

Parameters
NameDescription
requestDeleteNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Get(GetNetworkEdgeSecurityServiceRequest, CallSettings)

public override NetworkEdgeSecurityService Get(GetNetworkEdgeSecurityServiceRequest request, CallSettings callSettings = null)

Gets a specified NetworkEdgeSecurityService.

Parameters
NameDescription
requestGetNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
NetworkEdgeSecurityService

The RPC response.

Overrides

GetAsync(GetNetworkEdgeSecurityServiceRequest, CallSettings)

public override Task<NetworkEdgeSecurityService> GetAsync(GetNetworkEdgeSecurityServiceRequest request, CallSettings callSettings = null)

Gets a specified NetworkEdgeSecurityService.

Parameters
NameDescription
requestGetNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskNetworkEdgeSecurityService

A Task containing the RPC response.

Overrides

Insert(InsertNetworkEdgeSecurityServiceRequest, CallSettings)

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

Creates a new service in the specified project using the data included in the request.

Parameters
NameDescription
requestInsertNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

InsertAsync(InsertNetworkEdgeSecurityServiceRequest, CallSettings)

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

Creates a new service in the specified project using the data included in the request.

Parameters
NameDescription
requestInsertNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides

Patch(PatchNetworkEdgeSecurityServiceRequest, CallSettings)

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

Patches the specified policy with the data included in the request.

Parameters
NameDescription
requestPatchNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationOperationOperation

The RPC response.

Overrides

PatchAsync(PatchNetworkEdgeSecurityServiceRequest, CallSettings)

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

Patches the specified policy with the data included in the request.

Parameters
NameDescription
requestPatchNetworkEdgeSecurityServiceRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides