Class protos.google.api.servicecontrol.v1.LogEntry (3.3.0)

Represents a LogEntry.

Package

@google-cloud/service-control

Constructors

(constructor)(properties)

constructor(properties?: google.api.servicecontrol.v1.ILogEntry);

Constructs a new LogEntry.

Parameter
NameDescription
properties ILogEntry

Properties to set

Properties

httpRequest

public httpRequest?: (google.api.servicecontrol.v1.IHttpRequest|null);

LogEntry httpRequest.

insertId

public insertId: string;

LogEntry insertId.

labels

public labels: { [k: string]: string };

LogEntry labels.

name

public name: string;

LogEntry name.

operation

public operation?: (google.api.servicecontrol.v1.ILogEntryOperation|null);

LogEntry operation.

payload

public payload?: ("protoPayload"|"textPayload"|"structPayload");

LogEntry payload.

protoPayload

public protoPayload?: (google.protobuf.IAny|null);

LogEntry protoPayload.

severity

public severity: (google.logging.type.LogSeverity|keyof typeof google.logging.type.LogSeverity);

LogEntry severity.

sourceLocation

public sourceLocation?: (google.api.servicecontrol.v1.ILogEntrySourceLocation|null);

LogEntry sourceLocation.

structPayload

public structPayload?: (google.protobuf.IStruct|null);

LogEntry structPayload.

textPayload

public textPayload?: (string|null);

LogEntry textPayload.

timestamp

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

LogEntry timestamp.

trace

public trace: string;

LogEntry trace.

Methods

create(properties)

public static create(properties?: google.api.servicecontrol.v1.ILogEntry): google.api.servicecontrol.v1.LogEntry;

Creates a new LogEntry instance using the specified properties.

Parameter
NameDescription
properties ILogEntry

Properties to set

Returns
TypeDescription
LogEntry

LogEntry instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.servicecontrol.v1.LogEntry;

Decodes a LogEntry message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
LogEntry

LogEntry

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.servicecontrol.v1.LogEntry;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
LogEntry

LogEntry

encode(message, writer)

public static encode(message: google.api.servicecontrol.v1.ILogEntry, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified LogEntry message. Does not implicitly messages.

Parameters
NameDescription
message ILogEntry

LogEntry 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.api.servicecontrol.v1.ILogEntry, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ILogEntry

LogEntry 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.api.servicecontrol.v1.LogEntry;

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

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

Plain object

Returns
TypeDescription
LogEntry

LogEntry

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for LogEntry

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this LogEntry to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.api.servicecontrol.v1.LogEntry, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message LogEntry

LogEntry

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 LogEntry 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