Show / Hide Table of Contents

Class SetCommonInstanceMetadataOperationMetadata

Encapsulates partial completion metadata for SetCommonInstanceMetadata. Will be propagated on Operation.metadata.

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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SetCommonInstanceMetadataOperationMetadata : IDirectResponseSchema

Properties

ClientOperationId

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

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