Compute Engine v1 API - Class RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient (2.16.0)

public class RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient : ClientBase<RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient>

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

Client for RegionTargetHttpsProxies

Inheritance

object > ClientBase > ClientBaseRegionTargetHttpsProxiesRegionTargetHttpsProxiesClient > RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RegionTargetHttpsProxiesClient()

protected RegionTargetHttpsProxiesClient()

Protected parameterless constructor to allow creation of test doubles.

RegionTargetHttpsProxiesClient(CallInvoker)

public RegionTargetHttpsProxiesClient(CallInvoker callInvoker)

Creates a new client for RegionTargetHttpsProxies that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

RegionTargetHttpsProxiesClient(ChannelBase)

public RegionTargetHttpsProxiesClient(ChannelBase channel)

Creates a new client for RegionTargetHttpsProxies

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

RegionTargetHttpsProxiesClient(ClientBaseConfiguration)

protected RegionTargetHttpsProxiesClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateOperationsClientForRegionOperations()

public virtual Operations.OperationsClient CreateOperationsClientForRegionOperations()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client, delegating to RegionOperations.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

Delete(DeleteRegionTargetHttpsProxyRequest, CallOptions)

public virtual Operation Delete(DeleteRegionTargetHttpsProxyRequest request, CallOptions options)

Deletes the specified TargetHttpsProxy resource.

Parameters
Name Description
request DeleteRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

Delete(DeleteRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation Delete(DeleteRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified TargetHttpsProxy resource.

Parameters
Name Description
request DeleteRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteAsync(DeleteRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteRegionTargetHttpsProxyRequest request, CallOptions options)

Deletes the specified TargetHttpsProxy resource.

Parameters
Name Description
request DeleteRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteAsync(DeleteRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified TargetHttpsProxy resource.

Parameters
Name Description
request DeleteRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

Get(GetRegionTargetHttpsProxyRequest, CallOptions)

public virtual TargetHttpsProxy Get(GetRegionTargetHttpsProxyRequest request, CallOptions options)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
Name Description
request GetRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TargetHttpsProxy

The response received from the server.

Get(GetRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual TargetHttpsProxy Get(GetRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
Name Description
request GetRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TargetHttpsProxy

The response received from the server.

GetAsync(GetRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<TargetHttpsProxy> GetAsync(GetRegionTargetHttpsProxyRequest request, CallOptions options)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
Name Description
request GetRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTargetHttpsProxy

The call object.

GetAsync(GetRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TargetHttpsProxy> GetAsync(GetRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the specified TargetHttpsProxy resource in the specified region.

Parameters
Name Description
request GetRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTargetHttpsProxy

The call object.

Insert(InsertRegionTargetHttpsProxyRequest, CallOptions)

public virtual Operation Insert(InsertRegionTargetHttpsProxyRequest request, CallOptions options)

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

Parameters
Name Description
request InsertRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

Insert(InsertRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation Insert(InsertRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request InsertRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

InsertAsync(InsertRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> InsertAsync(InsertRegionTargetHttpsProxyRequest request, CallOptions options)

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

Parameters
Name Description
request InsertRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

InsertAsync(InsertRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> InsertAsync(InsertRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request InsertRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

List(ListRegionTargetHttpsProxiesRequest, CallOptions)

public virtual TargetHttpsProxyList List(ListRegionTargetHttpsProxiesRequest request, CallOptions options)

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

Parameters
Name Description
request ListRegionTargetHttpsProxiesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
TargetHttpsProxyList

The response received from the server.

List(ListRegionTargetHttpsProxiesRequest, Metadata, DateTime?, CancellationToken)

public virtual TargetHttpsProxyList List(ListRegionTargetHttpsProxiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListRegionTargetHttpsProxiesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
TargetHttpsProxyList

The response received from the server.

ListAsync(ListRegionTargetHttpsProxiesRequest, CallOptions)

public virtual AsyncUnaryCall<TargetHttpsProxyList> ListAsync(ListRegionTargetHttpsProxiesRequest request, CallOptions options)

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

Parameters
Name Description
request ListRegionTargetHttpsProxiesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallTargetHttpsProxyList

The call object.

ListAsync(ListRegionTargetHttpsProxiesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<TargetHttpsProxyList> ListAsync(ListRegionTargetHttpsProxiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request ListRegionTargetHttpsProxiesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallTargetHttpsProxyList

The call object.

NewInstance(ClientBaseConfiguration)

protected override RegionTargetHttpsProxies.RegionTargetHttpsProxiesClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
RegionTargetHttpsProxiesRegionTargetHttpsProxiesClient
Overrides

Patch(PatchRegionTargetHttpsProxyRequest, CallOptions)

public virtual Operation Patch(PatchRegionTargetHttpsProxyRequest request, CallOptions options)

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
Name Description
request PatchRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

Patch(PatchRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation Patch(PatchRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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
Name Description
request PatchRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

PatchAsync(PatchRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> PatchAsync(PatchRegionTargetHttpsProxyRequest request, CallOptions options)

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
Name Description
request PatchRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PatchAsync(PatchRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> PatchAsync(PatchRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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
Name Description
request PatchRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest, CallOptions)

public virtual Operation SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest request, CallOptions options)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
Name Description
request SetSslCertificatesRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation SetSslCertificates(SetSslCertificatesRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
Name Description
request SetSslCertificatesRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest request, CallOptions options)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
Name Description
request SetSslCertificatesRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> SetSslCertificatesAsync(SetSslCertificatesRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Replaces SslCertificates for TargetHttpsProxy.

Parameters
Name Description
request SetSslCertificatesRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest, CallOptions)

public virtual Operation SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest request, CallOptions options)

Changes the URL map for TargetHttpsProxy.

Parameters
Name Description
request SetUrlMapRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation SetUrlMap(SetUrlMapRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Changes the URL map for TargetHttpsProxy.

Parameters
Name Description
request SetUrlMapRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

SetUrlMapAsync(SetUrlMapRegionTargetHttpsProxyRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> SetUrlMapAsync(SetUrlMapRegionTargetHttpsProxyRequest request, CallOptions options)

Changes the URL map for TargetHttpsProxy.

Parameters
Name Description
request SetUrlMapRegionTargetHttpsProxyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SetUrlMapAsync(SetUrlMapRegionTargetHttpsProxyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> SetUrlMapAsync(SetUrlMapRegionTargetHttpsProxyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Changes the URL map for TargetHttpsProxy.

Parameters
Name Description
request SetUrlMapRegionTargetHttpsProxyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.