Represents a LogEntryOperation.
Package
@google-cloud/service-control!Constructors
(constructor)(properties)
constructor(properties?: google.api.servicecontrol.v1.ILogEntryOperation);
Constructs a new LogEntryOperation.
Name | Description |
properties |
ILogEntryOperation
Properties to set |
Properties
first
public first: boolean;
LogEntryOperation first.
Type | Description |
boolean |
id
public id: string;
LogEntryOperation id.
Type | Description |
string |
last
public last: boolean;
LogEntryOperation last.
Type | Description |
boolean |
producer
public producer: string;
LogEntryOperation producer.
Type | Description |
string |
Methods
create(properties)
public static create(properties?: google.api.servicecontrol.v1.ILogEntryOperation): google.api.servicecontrol.v1.LogEntryOperation;
Creates a new LogEntryOperation instance using the specified properties.
Name | Description |
properties |
ILogEntryOperation
Properties to set |
Type | Description |
google.api.servicecontrol.v1.LogEntryOperation | LogEntryOperation instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.servicecontrol.v1.LogEntryOperation;
Decodes a LogEntryOperation message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.api.servicecontrol.v1.LogEntryOperation | LogEntryOperation |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.servicecontrol.v1.LogEntryOperation;
Decodes a LogEntryOperation message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.api.servicecontrol.v1.LogEntryOperation | LogEntryOperation |
encode(message, writer)
public static encode(message: google.api.servicecontrol.v1.ILogEntryOperation, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified LogEntryOperation message. Does not implicitly messages.
Name | Description |
message |
ILogEntryOperation
LogEntryOperation message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.api.servicecontrol.v1.ILogEntryOperation, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified LogEntryOperation message, length delimited. Does not implicitly messages.
Name | Description |
message |
ILogEntryOperation
LogEntryOperation message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.api.servicecontrol.v1.LogEntryOperation;
Creates a LogEntryOperation message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.api.servicecontrol.v1.LogEntryOperation | LogEntryOperation |
toJSON()
public toJSON(): { [k: string]: any };
Converts this LogEntryOperation to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.api.servicecontrol.v1.LogEntryOperation, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a LogEntryOperation message. Also converts values to other types if specified.
Name | Description |
message |
google.api.servicecontrol.v1.LogEntryOperation
LogEntryOperation |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a LogEntryOperation message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|