public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageThe operation metadata returned for the batchend services operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OperationMetadata |
Properties
ResourceNames
public RepeatedField<string> ResourceNames { get; }The full name of the resources that this operation is directly associated with.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|