Compute Engine v1 API - Class RegionsClientImpl (2.15.0)

public sealed class RegionsClientImpl : RegionsClient

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

Regions client wrapper implementation, for convenient use.

Inheritance

object > RegionsClient > RegionsClientImpl

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Remarks

The Regions API.

Constructors

RegionsClientImpl(RegionsClient, RegionsSettings, ILogger)

public RegionsClientImpl(Regions.RegionsClient grpcClient, RegionsSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientRegionsRegionsClient

The underlying gRPC client.

settingsRegionsSettings

The base RegionsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override Regions.RegionsClient GrpcClient { get; }

The underlying gRPC Regions client

Property Value
TypeDescription
RegionsRegionsClient
Overrides

Methods

Get(GetRegionRequest, CallSettings)

public override Region Get(GetRegionRequest request, CallSettings callSettings = null)

Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.

Parameters
NameDescription
requestGetRegionRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Region

The RPC response.

Overrides

GetAsync(GetRegionRequest, CallSettings)

public override Task<Region> GetAsync(GetRegionRequest request, CallSettings callSettings = null)

Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.

Parameters
NameDescription
requestGetRegionRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskRegion

A Task containing the RPC response.

Overrides

List(ListRegionsRequest, CallSettings)

public override PagedEnumerable<RegionList, Region> List(ListRegionsRequest request, CallSettings callSettings = null)

Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the items.quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.

Parameters
NameDescription
requestListRegionsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableRegionListRegion

A pageable sequence of Region resources.

Overrides

ListAsync(ListRegionsRequest, CallSettings)

public override PagedAsyncEnumerable<RegionList, Region> ListAsync(ListRegionsRequest request, CallSettings callSettings = null)

Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the items.quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.

Parameters
NameDescription
requestListRegionsRequest

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

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableRegionListRegion

A pageable asynchronous sequence of Region resources.

Overrides