Class RegionsClientImpl (1.2.0)

public sealed class RegionsClientImpl : RegionsClient

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(Regions.RegionsClient, RegionsSettings)

public RegionsClientImpl(Regions.RegionsClient grpcClient, RegionsSettings settings)

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

Parameters
NameDescription
grpcClientRegions.RegionsClient

The underlying gRPC client.

settingsRegionsSettings

The base RegionsSettings used within this client.

Properties

GrpcClient

public override Regions.RegionsClient GrpcClient { get; }

The underlying gRPC Regions client

Property Value
TypeDescription
Regions.RegionsClient
Overrides

Methods

Get(GetRegionRequest, CallSettings)

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

Returns the specified Region resource. Gets a list of available regions by making a list() request. 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. Gets a list of available regions by making a list() request. 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
Task<Region>

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
PagedEnumerable<RegionList, Region>

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
PagedAsyncEnumerable<RegionList, Region>

A pageable asynchronous sequence of Region resources.

Overrides