Compute Engine v1 API - Class GetRegionRequest (2.14.0)

public sealed class GetRegionRequest : IMessage<GetRegionRequest>, IEquatable<GetRegionRequest>, IDeepCloneable<GetRegionRequest>, IBufferMessage, IMessage

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

A request message for Regions.Get. See the method description for details.

Inheritance

object > GetRegionRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionRequest()

public GetRegionRequest()

GetRegionRequest(GetRegionRequest)

public GetRegionRequest(GetRegionRequest other)
Parameter
NameDescription
otherGetRegionRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region resource to return.

Property Value
TypeDescription
string