BeyondCorp Client Connector Services v1 API - Class ClientConnectorServiceOperationMetadata (1.0.0)

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

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorServiceOperationMetadata.

Represents the metadata of the long-running operation.

Inheritance

Object > ClientConnectorServiceOperationMetadata

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ClientConnectorServiceOperationMetadata()

public ClientConnectorServiceOperationMetadata()

ClientConnectorServiceOperationMetadata(ClientConnectorServiceOperationMetadata)

public ClientConnectorServiceOperationMetadata(ClientConnectorServiceOperationMetadata other)
Parameter
NameDescription
otherClientConnectorServiceOperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

Output only. API version used to start the operation.

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
TypeDescription
Timestamp

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

Property Value
TypeDescription
Boolean

StatusMessage

public string StatusMessage { get; set; }

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

Property Value
TypeDescription
String

Target

public string Target { get; set; }

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

Property Value
TypeDescription
String

Verb

public string Verb { get; set; }

Output only. Name of the verb executed by the operation.

Property Value
TypeDescription
String