Show / Hide Table of Contents

Class CopyLogEntriesMetadata

Metadata for CopyLogEntries long running operations.

Inheritance
object
CopyLogEntriesMetadata
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.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class CopyLogEntriesMetadata : IDirectResponseSchema

Properties

CancellationRequested

Identifies whether the user has requested cancellation of the operation.

Declaration
[JsonProperty("cancellationRequested")]
public virtual bool? CancellationRequested { get; set; }
Property Value
Type Description
bool?

Destination

Destination to which to copy log entries.For example, a Cloud Storage bucket:"storage.googleapis.com/my-cloud-storage-bucket"

Declaration
[JsonProperty("destination")]
public virtual string Destination { 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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

The end time of an operation.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

Progress

Estimated progress of the operation (0 - 100%).

Declaration
[JsonProperty("progress")]
public virtual int? Progress { get; set; }
Property Value
Type Description
int?

Request

CopyLogEntries RPC request. This field is deprecated and not used.

Declaration
[JsonProperty("request")]
public virtual CopyLogEntriesRequest Request { get; set; }
Property Value
Type Description
CopyLogEntriesRequest

Source

Source from which to copy log entries.For example, a log bucket:"projects/my-project/locations/global/buckets/my-source-bucket"

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

The create time of an operation.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

State

Output only. State of an operation.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Verb

Name of the verb executed by the operation.For example,"copy"

Declaration
[JsonProperty("verb")]
public virtual string Verb { get; set; }
Property Value
Type Description
string

WriterIdentity

The IAM identity of a service account that must be granted access to the destination.If the service account is not granted permission to the destination within an hour, the operation will be cancelled.For example: "serviceAccount:foo@bar.com"

Declaration
[JsonProperty("writerIdentity")]
public virtual string WriterIdentity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX