public sealed class GetGlobalOrganizationOperationRequest : IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessageReference 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
IMessageGetGlobalOrganizationOperationRequest, IEquatableGetGlobalOrganizationOperationRequest, IDeepCloneableGetGlobalOrganizationOperationRequest, 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 |
bool |
|
Operation
public string Operation { get; set; }Name of the Operations resource to return. Parent is derived from this field.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentId
public string ParentId { get; set; }Parent ID for this request. Not used. Parent is derived from resource_id.
| Property Value | |
|---|---|
| Type | Description |
string |
|