Compute Engine v1 API - Class RegionUrlMapsClientImpl (2.13.0)

public sealed class RegionUrlMapsClientImpl : RegionUrlMapsClient

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

RegionUrlMaps client wrapper implementation, for convenient use.

Inheritance

object > RegionUrlMapsClient > RegionUrlMapsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The RegionUrlMaps API.

Constructors

RegionUrlMapsClientImpl(RegionUrlMapsClient, RegionUrlMapsSettings, ILogger)

public RegionUrlMapsClientImpl(RegionUrlMaps.RegionUrlMapsClient grpcClient, RegionUrlMapsSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientRegionUrlMapsRegionUrlMapsClient

The underlying gRPC client.

settingsRegionUrlMapsSettings

The base RegionUrlMapsSettings 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 RegionUrlMaps.RegionUrlMapsClient GrpcClient { get; }

The underlying gRPC RegionUrlMaps client

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

UpdateOperationsClient

public override OperationsClient UpdateOperationsClient { get; }

The long-running operations client for Update.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

Delete(DeleteRegionUrlMapRequest, CallSettings)

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

Deletes the specified UrlMap resource.

Parameters
NameDescription
requestDeleteRegionUrlMapRequest

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

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

Deletes the specified UrlMap resource.

Parameters
NameDescription
requestDeleteRegionUrlMapRequest

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

public override UrlMap Get(GetRegionUrlMapRequest request, CallSettings callSettings = null)

Returns the specified UrlMap resource.

Parameters
NameDescription
requestGetRegionUrlMapRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
UrlMap

The RPC response.

Overrides

GetAsync(GetRegionUrlMapRequest, CallSettings)

public override Task<UrlMap> GetAsync(GetRegionUrlMapRequest request, CallSettings callSettings = null)

Returns the specified UrlMap resource.

Parameters
NameDescription
requestGetRegionUrlMapRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskUrlMap

A Task containing the RPC response.

Overrides

Insert(InsertRegionUrlMapRequest, CallSettings)

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

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

Parameters
NameDescription
requestInsertRegionUrlMapRequest

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

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

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

Parameters
NameDescription
requestInsertRegionUrlMapRequest

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

public override PagedEnumerable<UrlMapList, UrlMap> List(ListRegionUrlMapsRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListRegionUrlMapsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableUrlMapListUrlMap

A pageable sequence of UrlMap resources.

Overrides

ListAsync(ListRegionUrlMapsRequest, CallSettings)

public override PagedAsyncEnumerable<UrlMapList, UrlMap> ListAsync(ListRegionUrlMapsRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListRegionUrlMapsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableUrlMapListUrlMap

A pageable asynchronous sequence of UrlMap resources.

Overrides

Patch(PatchRegionUrlMapRequest, CallSettings)

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

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

Parameters
NameDescription
requestPatchRegionUrlMapRequest

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

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

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

Parameters
NameDescription
requestPatchRegionUrlMapRequest

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

Update(UpdateRegionUrlMapRequest, CallSettings)

public override Operation<Operation, Operation> Update(UpdateRegionUrlMapRequest request, CallSettings callSettings = null)

Updates the specified UrlMap resource with the data included in the request.

Parameters
NameDescription
requestUpdateRegionUrlMapRequest

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

UpdateAsync(UpdateRegionUrlMapRequest, CallSettings)

public override Task<Operation<Operation, Operation>> UpdateAsync(UpdateRegionUrlMapRequest request, CallSettings callSettings = null)

Updates the specified UrlMap resource with the data included in the request.

Parameters
NameDescription
requestUpdateRegionUrlMapRequest

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

Validate(ValidateRegionUrlMapRequest, CallSettings)

public override UrlMapsValidateResponse Validate(ValidateRegionUrlMapRequest request, CallSettings callSettings = null)

Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.

Parameters
NameDescription
requestValidateRegionUrlMapRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
UrlMapsValidateResponse

The RPC response.

Overrides

ValidateAsync(ValidateRegionUrlMapRequest, CallSettings)

public override Task<UrlMapsValidateResponse> ValidateAsync(ValidateRegionUrlMapRequest request, CallSettings callSettings = null)

Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.

Parameters
NameDescription
requestValidateRegionUrlMapRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskUrlMapsValidateResponse

A Task containing the RPC response.

Overrides