Show / Hide Table of Contents

Class SetCommonInstanceMetadataOperationMetadata

Inheritance
object
SetCommonInstanceMetadataOperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SetCommonInstanceMetadataOperationMetadata : IDirectResponseSchema

Properties

ClientOperationId

[Output Only] The client operation id.

Declaration
[JsonProperty("clientOperationId")]
public virtual string ClientOperationId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PerLocationOperations

[Output Only] Status information per location (location name is key). Example key: zones/us-central1-a

Declaration
[JsonProperty("perLocationOperations")]
public virtual IDictionary<string, SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo> PerLocationOperations { get; set; }
Property Value
Type Description
IDictionary<string, SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX