Class protos.google.cloud.managedidentities.v1beta1.OpMetadata (1.0.7)

Represents an OpMetadata.

Package

@google-cloud/managed-identities!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.managedidentities.v1beta1.IOpMetadata);

Constructs a new OpMetadata.

Parameter
NameDescription
properties IOpMetadata

Properties to set

Properties

apiVersion

public apiVersion: string;

OpMetadata apiVersion.

Property Value
TypeDescription
string

createTime

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

OpMetadata createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

endTime

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

OpMetadata endTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

requestedCancellation

public requestedCancellation: boolean;

OpMetadata requestedCancellation.

Property Value
TypeDescription
boolean

target

public target: string;

OpMetadata target.

Property Value
TypeDescription
string

verb

public verb: string;

OpMetadata verb.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.cloud.managedidentities.v1beta1.IOpMetadata): google.cloud.managedidentities.v1beta1.OpMetadata;

Creates a new OpMetadata instance using the specified properties.

Parameter
NameDescription
properties IOpMetadata

Properties to set

Returns
TypeDescription
google.cloud.managedidentities.v1beta1.OpMetadata

OpMetadata instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.managedidentities.v1beta1.OpMetadata;

Decodes an OpMetadata 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.cloud.managedidentities.v1beta1.OpMetadata

OpMetadata

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.managedidentities.v1beta1.OpMetadata;

Decodes an OpMetadata message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.managedidentities.v1beta1.OpMetadata

OpMetadata

encode(message, writer)

public static encode(message: google.cloud.managedidentities.v1beta1.IOpMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified OpMetadata message. Does not implicitly messages.

Parameters
NameDescription
message IOpMetadata

OpMetadata 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.cloud.managedidentities.v1beta1.IOpMetadata, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IOpMetadata

OpMetadata 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.cloud.managedidentities.v1beta1.OpMetadata;

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

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

Plain object

Returns
TypeDescription
google.cloud.managedidentities.v1beta1.OpMetadata

OpMetadata

toJSON()

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

Converts this OpMetadata to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.managedidentities.v1beta1.OpMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message google.cloud.managedidentities.v1beta1.OpMetadata

OpMetadata

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an OpMetadata 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