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.
Implements
IMessageGetRegionRequest, IEquatableGetRegionRequest, IDeepCloneableGetRegionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionRequest()
public GetRegionRequest()
GetRegionRequest(GetRegionRequest)
public GetRegionRequest(GetRegionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetRegionRequest |
Properties
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Name of the region resource to return.
Property Value | |
---|---|
Type | Description |
string |