public sealed class TargetGrpcProxiesClientImpl : TargetGrpcProxiesClientTargetGrpcProxies client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Remarks
The TargetGrpcProxies API.
Constructors
TargetGrpcProxiesClientImpl(TargetGrpcProxies.TargetGrpcProxiesClient, TargetGrpcProxiesSettings, ILogger)
public TargetGrpcProxiesClientImpl(TargetGrpcProxies.TargetGrpcProxiesClient grpcClient, TargetGrpcProxiesSettings settings, ILogger logger)Constructs a client wrapper for the TargetGrpcProxies service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
TargetGrpcProxies.TargetGrpcProxiesClientThe underlying gRPC client. |
settings |
TargetGrpcProxiesSettingsThe base TargetGrpcProxiesSettings 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 TargetGrpcProxies.TargetGrpcProxiesClient GrpcClient { get; }The underlying gRPC TargetGrpcProxies client
| Property Value | |
|---|---|
| Type | Description |
TargetGrpcProxies.TargetGrpcProxiesClient |
|
InsertOperationsClient
public override OperationsClient InsertOperationsClient { get; }The long-running operations client for Insert.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
PatchOperationsClient
public override OperationsClient PatchOperationsClient { get; }The long-running operations client for Patch.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
Delete(DeleteTargetGrpcProxyRequest, CallSettings)
public override Operation<Operation, Operation> Delete(DeleteTargetGrpcProxyRequest request, CallSettings callSettings = null)Deletes the specified TargetGrpcProxy in the given scope
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
DeleteAsync(DeleteTargetGrpcProxyRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> DeleteAsync(DeleteTargetGrpcProxyRequest request, CallSettings callSettings = null)Deletes the specified TargetGrpcProxy in the given scope
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
Get(GetTargetGrpcProxyRequest, CallSettings)
public override TargetGrpcProxy Get(GetTargetGrpcProxyRequest request, CallSettings callSettings = null)Returns the specified TargetGrpcProxy resource in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TargetGrpcProxy |
The RPC response. |
GetAsync(GetTargetGrpcProxyRequest, CallSettings)
public override Task<TargetGrpcProxy> GetAsync(GetTargetGrpcProxyRequest request, CallSettings callSettings = null)Returns the specified TargetGrpcProxy resource in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<TargetGrpcProxy> |
A Task containing the RPC response. |
Insert(InsertTargetGrpcProxyRequest, CallSettings)
public override Operation<Operation, Operation> Insert(InsertTargetGrpcProxyRequest request, CallSettings callSettings = null)Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
InsertAsync(InsertTargetGrpcProxyRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> InsertAsync(InsertTargetGrpcProxyRequest request, CallSettings callSettings = null)Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.
| Parameters | |
|---|---|
| Name | Description |
request |
InsertTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |
List(ListTargetGrpcProxiesRequest, CallSettings)
public override PagedEnumerable<TargetGrpcProxyList, TargetGrpcProxy> List(ListTargetGrpcProxiesRequest request, CallSettings callSettings = null)Lists the TargetGrpcProxies for a project in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTargetGrpcProxiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerable<TargetGrpcProxyList, TargetGrpcProxy> |
A pageable sequence of TargetGrpcProxy resources. |
ListAsync(ListTargetGrpcProxiesRequest, CallSettings)
public override PagedAsyncEnumerable<TargetGrpcProxyList, TargetGrpcProxy> ListAsync(ListTargetGrpcProxiesRequest request, CallSettings callSettings = null)Lists the TargetGrpcProxies for a project in the given scope.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTargetGrpcProxiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerable<TargetGrpcProxyList, TargetGrpcProxy> |
A pageable asynchronous sequence of TargetGrpcProxy resources. |
Patch(PatchTargetGrpcProxyRequest, CallSettings)
public override Operation<Operation, Operation> Patch(PatchTargetGrpcProxyRequest request, CallSettings callSettings = null)Patches the specified TargetGrpcProxy 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 |
PatchTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Operation, Operation> |
The RPC response. |
PatchAsync(PatchTargetGrpcProxyRequest, CallSettings)
public override async Task<Operation<Operation, Operation>> PatchAsync(PatchTargetGrpcProxyRequest request, CallSettings callSettings = null)Patches the specified TargetGrpcProxy 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 |
PatchTargetGrpcProxyRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Operation, Operation>> |
A Task containing the RPC response. |