Cloud Security Compliance v1 API - Class OperationMetadata (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud Security Compliance v1 API class OperationMetadata.

The metadata for the long-running operation.

Inheritance

object > OperationMetadata

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
Name Description
other OperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

Output only. The API version that was used to start the operation.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
Type Description
Timestamp

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether the user has requested that the operation be cancelled. If an operation was cancelled successfully, then the field [google.longrunning.Operation.error][google.longrunning.Operation.error] contains the value [google.rpc.Code.CANCELLED][google.rpc.Code.CANCELLED].

Property Value
Type Description
bool

StatusMessage

public string StatusMessage { get; set; }

Output only. The human-readable status of the operation, if any.

Property Value
Type Description
string

Target

public string Target { get; set; }

Output only. The server-defined resource path for the target of the operation.

Property Value
Type Description
string

Verb

public string Verb { get; set; }

Output only. The name of the verb that was executed by the operation.

Property Value
Type Description
string