Compute Engine v1 API - Class RegionTargetHttpsProxiesClientImpl (2.15.0)

public sealed class RegionTargetHttpsProxiesClientImpl : RegionTargetHttpsProxiesClient

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

RegionTargetHttpsProxies client wrapper implementation, for convenient use.

Inheritance

object > RegionTargetHttpsProxiesClient > RegionTargetHttpsProxiesClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The RegionTargetHttpsProxies API.

Constructors

RegionTargetHttpsProxiesClientImpl(RegionTargetHttpsProxiesClient, RegionTargetHttpsProxiesSettings, ILogger)

public RegionTargetHttpsProxiesClientImpl(RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient grpcClient, RegionTargetHttpsProxiesSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientRegionTargetHttpsProxiesRegionTargetHttpsProxiesClient

The underlying gRPC client.

settingsRegionTargetHttpsProxiesSettings

The base RegionTargetHttpsProxiesSettings 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 RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient GrpcClient { get; }

The underlying gRPC RegionTargetHttpsProxies client

Property Value
TypeDescription
RegionTargetHttpsProxiesRegionTargetHttpsProxiesClient
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

SetSslCertificatesOperationsClient

public override OperationsClient SetSslCertificatesOperationsClient { get; }

The long-running operations client for SetSslCertificates.

Property Value
TypeDescription
OperationsClient
Overrides

SetUrlMapOperationsClient

public override OperationsClient SetUrlMapOperationsClient { get; }

The long-running operations client for SetUrlMap.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

Delete(DeleteRegionTargetHttpsProxyRequest, CallSettings)

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

Deletes the specified TargetHttpsProxy resource.

Parameters
NameDescription
requestDeleteRegionTargetHttpsProxyRequest

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

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

Deletes the specified TargetHttpsProxy resource.

Parameters
NameDescription
requestDeleteRegionTargetHttpsProxyRequest

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

public override TargetHttpsProxy Get(GetRegionTargetHttpsProxyRequest request, CallSettings callSettings = null)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
NameDescription
requestGetRegionTargetHttpsProxyRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TargetHttpsProxy

The RPC response.

Overrides

GetAsync(GetRegionTargetHttpsProxyRequest, CallSettings)

public override Task<TargetHttpsProxy> GetAsync(GetRegionTargetHttpsProxyRequest request, CallSettings callSettings = null)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
NameDescription
requestGetRegionTargetHttpsProxyRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskTargetHttpsProxy

A Task containing the RPC response.

Overrides

Insert(InsertRegionTargetHttpsProxyRequest, CallSettings)

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

Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.

Parameters
NameDescription
requestInsertRegionTargetHttpsProxyRequest

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

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

Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.

Parameters
NameDescription
requestInsertRegionTargetHttpsProxyRequest

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

List(ListRegionTargetHttpsProxiesRequest, CallSettings)

public override PagedEnumerable<TargetHttpsProxyList, TargetHttpsProxy> List(ListRegionTargetHttpsProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.

Parameters
NameDescription
requestListRegionTargetHttpsProxiesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableTargetHttpsProxyListTargetHttpsProxy

A pageable sequence of TargetHttpsProxy resources.

Overrides

ListAsync(ListRegionTargetHttpsProxiesRequest, CallSettings)

public override PagedAsyncEnumerable<TargetHttpsProxyList, TargetHttpsProxy> ListAsync(ListRegionTargetHttpsProxiesRequest request, CallSettings callSettings = null)

Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.

Parameters
NameDescription
requestListRegionTargetHttpsProxiesRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableTargetHttpsProxyListTargetHttpsProxy

A pageable asynchronous sequence of TargetHttpsProxy resources.

Overrides

Patch(PatchRegionTargetHttpsProxyRequest, CallSettings)

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

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

Parameters
NameDescription
requestPatchRegionTargetHttpsProxyRequest

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

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

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

Parameters
NameDescription
requestPatchRegionTargetHttpsProxyRequest

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

SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest, CallSettings)

public override Operation<Operation, Operation> SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest request, CallSettings callSettings = null)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
NameDescription
requestSetSslCertificatesRegionTargetHttpsProxyRequest

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

SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest, CallSettings)

public override Task<Operation<Operation, Operation>> SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest request, CallSettings callSettings = null)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
NameDescription
requestSetSslCertificatesRegionTargetHttpsProxyRequest

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

SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest, CallSettings)

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

Changes the URL map for TargetHttpsProxy.

Parameters
NameDescription
requestSetUrlMapRegionTargetHttpsProxyRequest

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

SetUrlMapAsync(SetUrlMapRegionTargetHttpsProxyRequest, CallSettings)

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

Changes the URL map for TargetHttpsProxy.

Parameters
NameDescription
requestSetUrlMapRegionTargetHttpsProxyRequest

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