public sealed class GetRegionOperationRequest : IMessage<GetRegionOperationRequest>, IEquatable<GetRegionOperationRequest>, IDeepCloneable<GetRegionOperationRequest>, IBufferMessage, IMessageA request message for RegionOperations.Get. See the method description for details.
Implements
IMessage<GetRegionOperationRequest>, IEquatable<GetRegionOperationRequest>, IDeepCloneable<GetRegionOperationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionOperationRequest()
public GetRegionOperationRequest()GetRegionOperationRequest(GetRegionOperationRequest)
public GetRegionOperationRequest(GetRegionOperationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionOperationRequest |
Properties
Operation
public string Operation { get; set; }Name of the Operations resource to return.
| Property Value | |
|---|---|
| Type | Description |
String |
|
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 for this request.
| Property Value | |
|---|---|
| Type | Description |
String |
|