Class protos.google.logging.v2.CopyLogEntriesMetadata (9.8.2)

Represents a CopyLogEntriesMetadata.

Package

@google-cloud/logging

Constructors

(constructor)(properties)

constructor(properties?: google.logging.v2.ICopyLogEntriesMetadata);

Constructs a new CopyLogEntriesMetadata.

Parameter
NameDescription
properties ICopyLogEntriesMetadata

Properties to set

Properties

cancellationRequested

public cancellationRequested: boolean;

CopyLogEntriesMetadata cancellationRequested.

endTime

public endTime?: (google.protobuf.ITimestamp|null);

CopyLogEntriesMetadata endTime.

progress

public progress: number;

CopyLogEntriesMetadata progress.

request

public request?: (google.logging.v2.ICopyLogEntriesRequest|null);

CopyLogEntriesMetadata request.

startTime

public startTime?: (google.protobuf.ITimestamp|null);

CopyLogEntriesMetadata startTime.

state

public state: (google.logging.v2.OperationState|keyof typeof google.logging.v2.OperationState);

CopyLogEntriesMetadata state.

writerIdentity

public writerIdentity: string;

CopyLogEntriesMetadata writerIdentity.

Methods

create(properties)

public static create(properties?: google.logging.v2.ICopyLogEntriesMetadata): google.logging.v2.CopyLogEntriesMetadata;

Creates a new CopyLogEntriesMetadata instance using the specified properties.

Parameter
NameDescription
properties ICopyLogEntriesMetadata

Properties to set

Returns
TypeDescription
google.logging.v2.CopyLogEntriesMetadata

CopyLogEntriesMetadata instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.logging.v2.CopyLogEntriesMetadata;

Decodes a CopyLogEntriesMetadata message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.logging.v2.CopyLogEntriesMetadata

CopyLogEntriesMetadata

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.logging.v2.CopyLogEntriesMetadata;

Decodes a CopyLogEntriesMetadata message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.logging.v2.CopyLogEntriesMetadata

CopyLogEntriesMetadata

encode(message, writer)

public static encode(message: google.logging.v2.ICopyLogEntriesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified CopyLogEntriesMetadata message. Does not implicitly messages.

Parameters
NameDescription
message ICopyLogEntriesMetadata

CopyLogEntriesMetadata message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.logging.v2.ICopyLogEntriesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified CopyLogEntriesMetadata message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message ICopyLogEntriesMetadata

CopyLogEntriesMetadata message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.logging.v2.CopyLogEntriesMetadata;

Creates a CopyLogEntriesMetadata message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.logging.v2.CopyLogEntriesMetadata

CopyLogEntriesMetadata

toJSON()

public toJSON(): { [k: string]: any };

Converts this CopyLogEntriesMetadata to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.logging.v2.CopyLogEntriesMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a CopyLogEntriesMetadata message. Also converts values to other types if specified.

Parameters
NameDescription
message google.logging.v2.CopyLogEntriesMetadata

CopyLogEntriesMetadata

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a CopyLogEntriesMetadata message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not