Compute Engine v1 API - Class NetworkEdgeSecurityServicesClientImpl (2.16.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
Name Description
grpcClient NetworkEdgeSecurityServicesNetworkEdgeSecurityServicesClient

The underlying gRPC client.

settings NetworkEdgeSecurityServicesSettings

The base NetworkEdgeSecurityServicesSettings used within this client.

logger ILogger

Optional 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
Overrides

GrpcClient

public override NetworkEdgeSecurityServices.NetworkEdgeSecurityServicesClient GrpcClient { get; }

The underlying gRPC NetworkEdgeSecurityServices client

Property Value
Type Description
NetworkEdgeSecurityServicesNetworkEdgeSecurityServicesClient
Overrides

InsertOperationsClient

public override OperationsClient InsertOperationsClient { get; }

The long-running operations client for Insert.

Property Value
Type Description
OperationsClient
Overrides

PatchOperationsClient

public override OperationsClient PatchOperationsClient { get; }

The long-running operations client for Patch.

Property Value
Type Description
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
Name Description
request AggregatedListNetworkEdgeSecurityServicesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request AggregatedListNetworkEdgeSecurityServicesRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request DeleteNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request DeleteNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request GetNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
NetworkEdgeSecurityService

The RPC response.

Overrides

GetAsync(GetNetworkEdgeSecurityServiceRequest, CallSettings)

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

Gets a specified NetworkEdgeSecurityService.

Parameters
Name Description
request GetNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request InsertNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request InsertNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request PatchNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request PatchNetworkEdgeSecurityServiceRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskOperationOperationOperation

A Task containing the RPC response.

Overrides