Class TargetHttpProxiesClientImpl (1.3.0)

public sealed class TargetHttpProxiesClientImpl : TargetHttpProxiesClient

TargetHttpProxies client wrapper implementation, for convenient use.

Inheritance

Object > TargetHttpProxiesClient > TargetHttpProxiesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The TargetHttpProxies API.

Constructors

TargetHttpProxiesClientImpl(TargetHttpProxies.TargetHttpProxiesClient, TargetHttpProxiesSettings)

public TargetHttpProxiesClientImpl(TargetHttpProxies.TargetHttpProxiesClient grpcClient, TargetHttpProxiesSettings settings)

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

Parameters
NameDescription
grpcClientTargetHttpProxies.TargetHttpProxiesClient

The underlying gRPC client.

settingsTargetHttpProxiesSettings

The base TargetHttpProxiesSettings used 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 TargetHttpProxies.TargetHttpProxiesClient GrpcClient { get; }

The underlying gRPC TargetHttpProxies client

Property Value
TypeDescription
TargetHttpProxies.TargetHttpProxiesClient
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

SetUrlMapOperationsClient

public override OperationsClient SetUrlMapOperationsClient { get; }

The long-running operations client for SetUrlMap.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

AggregatedList(AggregatedListTargetHttpProxiesRequest, CallSettings)

public override PagedEnumerable<TargetHttpProxyAggregatedList, KeyValuePair<string, TargetHttpProxiesScopedList>> AggregatedList(AggregatedListTargetHttpProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.

Parameters
NameDescription
requestAggregatedListTargetHttpProxiesRequest

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<TargetHttpProxyAggregatedList, KeyValuePair<String, TargetHttpProxiesScopedList>>

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

Overrides

AggregatedListAsync(AggregatedListTargetHttpProxiesRequest, CallSettings)

public override PagedAsyncEnumerable<TargetHttpProxyAggregatedList, KeyValuePair<string, TargetHttpProxiesScopedList>> AggregatedListAsync(AggregatedListTargetHttpProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.

Parameters
NameDescription
requestAggregatedListTargetHttpProxiesRequest

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<TargetHttpProxyAggregatedList, KeyValuePair<String, TargetHttpProxiesScopedList>>

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

Overrides

Delete(DeleteTargetHttpProxyRequest, CallSettings)

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

Deletes the specified TargetHttpProxy resource.

Parameters
NameDescription
requestDeleteTargetHttpProxyRequest

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(DeleteTargetHttpProxyRequest, CallSettings)

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

Deletes the specified TargetHttpProxy resource.

Parameters
NameDescription
requestDeleteTargetHttpProxyRequest

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(GetTargetHttpProxyRequest, CallSettings)

public override TargetHttpProxy Get(GetTargetHttpProxyRequest request, CallSettings callSettings = null)

Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.

Parameters
NameDescription
requestGetTargetHttpProxyRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TargetHttpProxy

The RPC response.

Overrides

GetAsync(GetTargetHttpProxyRequest, CallSettings)

public override Task<TargetHttpProxy> GetAsync(GetTargetHttpProxyRequest request, CallSettings callSettings = null)

Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.

Parameters
NameDescription
requestGetTargetHttpProxyRequest

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

A Task containing the RPC response.

Overrides

Insert(InsertTargetHttpProxyRequest, CallSettings)

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

Creates a TargetHttpProxy resource in the specified project using the data included in the request.

Parameters
NameDescription
requestInsertTargetHttpProxyRequest

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(InsertTargetHttpProxyRequest, CallSettings)

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

Creates a TargetHttpProxy resource in the specified project using the data included in the request.

Parameters
NameDescription
requestInsertTargetHttpProxyRequest

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(ListTargetHttpProxiesRequest, CallSettings)

public override PagedEnumerable<TargetHttpProxyList, TargetHttpProxy> List(ListTargetHttpProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of TargetHttpProxy resources available to the specified project.

Parameters
NameDescription
requestListTargetHttpProxiesRequest

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<TargetHttpProxyList, TargetHttpProxy>

A pageable sequence of TargetHttpProxy resources.

Overrides

ListAsync(ListTargetHttpProxiesRequest, CallSettings)

public override PagedAsyncEnumerable<TargetHttpProxyList, TargetHttpProxy> ListAsync(ListTargetHttpProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of TargetHttpProxy resources available to the specified project.

Parameters
NameDescription
requestListTargetHttpProxiesRequest

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<TargetHttpProxyList, TargetHttpProxy>

A pageable asynchronous sequence of TargetHttpProxy resources.

Overrides

Patch(PatchTargetHttpProxyRequest, CallSettings)

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

Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Parameters
NameDescription
requestPatchTargetHttpProxyRequest

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

PatchAsync(PatchTargetHttpProxyRequest, CallSettings)

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

Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Parameters
NameDescription
requestPatchTargetHttpProxyRequest

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

SetUrlMap(SetUrlMapTargetHttpProxyRequest, CallSettings)

public override Operation<Operation, Operation> SetUrlMap(SetUrlMapTargetHttpProxyRequest request, CallSettings callSettings = null)

Changes the URL map for TargetHttpProxy.

Parameters
NameDescription
requestSetUrlMapTargetHttpProxyRequest

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

SetUrlMapAsync(SetUrlMapTargetHttpProxyRequest, CallSettings)

public override Task<Operation<Operation, Operation>> SetUrlMapAsync(SetUrlMapTargetHttpProxyRequest request, CallSettings callSettings = null)

Changes the URL map for TargetHttpProxy.

Parameters
NameDescription
requestSetUrlMapTargetHttpProxyRequest

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