- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class RegionTargetHttpProxiesClientImpl : RegionTargetHttpProxiesClientReference documentation and code samples for the Compute Engine v1 API class RegionTargetHttpProxiesClientImpl.
RegionTargetHttpProxies client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The RegionTargetHttpProxies API.
Constructors
RegionTargetHttpProxiesClientImpl(RegionTargetHttpProxiesClient, RegionTargetHttpProxiesSettings, ILogger)
public RegionTargetHttpProxiesClientImpl(RegionTargetHttpProxies.RegionTargetHttpProxiesClient grpcClient, RegionTargetHttpProxiesSettings settings, ILogger logger)Constructs a client wrapper for the RegionTargetHttpProxies service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
RegionTargetHttpProxiesRegionTargetHttpProxiesClientThe underlying gRPC client. |
settings |
RegionTargetHttpProxiesSettingsThe base RegionTargetHttpProxiesSettings used within this client. |
logger |
ILoggerOptional 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 |
|
GrpcClient
public override RegionTargetHttpProxies.RegionTargetHttpProxiesClient GrpcClient { get; }The underlying gRPC RegionTargetHttpProxies client
| Property Value | |
|---|---|
| Type | Description |
RegionTargetHttpProxiesRegionTargetHttpProxiesClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
SetUrlMapOperationsClient
public override OperationsClient SetUrlMapOperationsClient { get; }The long-running operations client for SetUrlMap.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
Delete(DeleteRegionTargetHttpProxyRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Deletes the specified TargetHttpProxy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
DeleteAsync(DeleteRegionTargetHttpProxyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> DeleteAsync(DeleteRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Deletes the specified TargetHttpProxy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
Get(GetRegionTargetHttpProxyRequest, CallSettings)
public override TargetHttpProxy Get(GetRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Returns the specified TargetHttpProxy resource in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TargetHttpProxy |
The RPC response. |
GetAsync(GetRegionTargetHttpProxyRequest, CallSettings)
public override Task<TargetHttpProxy> GetAsync(GetRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Returns the specified TargetHttpProxy resource in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskTargetHttpProxy |
A Task containing the RPC response. |
Insert(InsertRegionTargetHttpProxyRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
InsertAsync(InsertRegionTargetHttpProxyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> InsertAsync(InsertRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |
List(ListRegionTargetHttpProxiesRequest, CallSettings)
public override PagedEnumerable<TargetHttpProxyList, TargetHttpProxy> List(ListRegionTargetHttpProxiesRequest request, CallSettings callSettings = null)Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionTargetHttpProxiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableTargetHttpProxyListTargetHttpProxy |
A pageable sequence of TargetHttpProxy resources. |
ListAsync(ListRegionTargetHttpProxiesRequest, CallSettings)
public override PagedAsyncEnumerable<TargetHttpProxyList, TargetHttpProxy> ListAsync(ListRegionTargetHttpProxiesRequest request, CallSettings callSettings = null)Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionTargetHttpProxiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableTargetHttpProxyListTargetHttpProxy |
A pageable asynchronous sequence of TargetHttpProxy resources. |
SetUrlMap(SetUrlMapRegionTargetHttpProxyRequest, CallSettings)
public override Operation<Operation, Operation> SetUrlMap(SetUrlMapRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Changes the URL map for TargetHttpProxy.
| Parameters | |
|---|---|
| Name | Description |
request |
SetUrlMapRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationOperationOperation |
The RPC response. |
SetUrlMapAsync(SetUrlMapRegionTargetHttpProxyRequest, CallSettings)
public override Task<Operation<Operation, Operation>> SetUrlMapAsync(SetUrlMapRegionTargetHttpProxyRequest request, CallSettings callSettings = null)Changes the URL map for TargetHttpProxy.
| Parameters | |
|---|---|
| Name | Description |
request |
SetUrlMapRegionTargetHttpProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationOperationOperation |
A Task containing the RPC response. |