Class OperationMetadata (1.0.0)

public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage

The operation metadata returned for the batchend services operation.

Inheritance

Object > OperationMetadata

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

ResourceNames

public RepeatedField<string> ResourceNames { get; }

The full name of the resources that this operation is directly associated with.

Property Value
TypeDescription
RepeatedField<String>