public sealed class GetGlobalOrganizationOperationRequest : IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalOrganizationOperationRequest.
A request message for GlobalOrganizationOperations.Get. See the method description for details.
Implements
IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGlobalOrganizationOperationRequest()
public GetGlobalOrganizationOperationRequest()
GetGlobalOrganizationOperationRequest(GetGlobalOrganizationOperationRequest)
public GetGlobalOrganizationOperationRequest(GetGlobalOrganizationOperationRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGlobalOrganizationOperationRequest |
Properties
HasParentId
public bool HasParentId { get; }
Gets whether the "parent_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Operation
public string Operation { get; set; }
Name of the Operations resource to return.
Property Value | |
---|---|
Type | Description |
String |
ParentId
public string ParentId { get; set; }
Parent ID for this request.
Property Value | |
---|---|
Type | Description |
String |