public sealed class GetGlobalOperationRequest : IMessage<GetGlobalOperationRequest>, IEquatable<GetGlobalOperationRequest>, IDeepCloneable<GetGlobalOperationRequest>, IBufferMessage, IMessage
A request message for GlobalOperations.Get. See the method description for details.
Implements
IMessage<GetGlobalOperationRequest>, IEquatable<GetGlobalOperationRequest>, IDeepCloneable<GetGlobalOperationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalOperationRequest()
public GetGlobalOperationRequest()
GetGlobalOperationRequest(GetGlobalOperationRequest)
public GetGlobalOperationRequest(GetGlobalOperationRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGlobalOperationRequest |
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 |