Class protos.google.cloud.networkmanagement.v1.ConnectivityTest (1.0.2)

Represents a ConnectivityTest.

Package

@google-cloud/network-management!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.networkmanagement.v1.IConnectivityTest);

Constructs a new ConnectivityTest.

Parameter
NameDescription
properties IConnectivityTest

Properties to set

Properties

createTime

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

ConnectivityTest createTime.

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

description

public description: string;

ConnectivityTest description.

Property Value
TypeDescription
string

destination

public destination?: (google.cloud.networkmanagement.v1.IEndpoint|null);

ConnectivityTest destination.

Property Value
TypeDescription
(google.cloud.networkmanagement.v1.IEndpoint|null)

displayName

public displayName: string;

ConnectivityTest displayName.

Property Value
TypeDescription
string

labels

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

ConnectivityTest labels.

Property Value
TypeDescription
{ [k: string]: string }

name

public name: string;

ConnectivityTest name.

Property Value
TypeDescription
string

protocol

public protocol: string;

ConnectivityTest protocol.

Property Value
TypeDescription
string

reachabilityDetails

public reachabilityDetails?: (google.cloud.networkmanagement.v1.IReachabilityDetails|null);

ConnectivityTest reachabilityDetails.

Property Value
TypeDescription
(google.cloud.networkmanagement.v1.IReachabilityDetails|null)

relatedProjects

public relatedProjects: string[];

ConnectivityTest relatedProjects.

Property Value
TypeDescription
string[]

source

public source?: (google.cloud.networkmanagement.v1.IEndpoint|null);

ConnectivityTest source.

Property Value
TypeDescription
(google.cloud.networkmanagement.v1.IEndpoint|null)

updateTime

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

ConnectivityTest updateTime.

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

Methods

create(properties)

public static create(properties?: google.cloud.networkmanagement.v1.IConnectivityTest): google.cloud.networkmanagement.v1.ConnectivityTest;

Creates a new ConnectivityTest instance using the specified properties.

Parameter
NameDescription
properties IConnectivityTest

Properties to set

Returns
TypeDescription
google.cloud.networkmanagement.v1.ConnectivityTest

ConnectivityTest instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.networkmanagement.v1.ConnectivityTest;

Decodes a ConnectivityTest 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.networkmanagement.v1.ConnectivityTest

ConnectivityTest

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.networkmanagement.v1.ConnectivityTest;

Decodes a ConnectivityTest 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.networkmanagement.v1.ConnectivityTest

ConnectivityTest

encode(message, writer)

public static encode(message: google.cloud.networkmanagement.v1.IConnectivityTest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ConnectivityTest message. Does not implicitly messages.

Parameters
NameDescription
message IConnectivityTest

ConnectivityTest 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.networkmanagement.v1.IConnectivityTest, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IConnectivityTest

ConnectivityTest 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.networkmanagement.v1.ConnectivityTest;

Creates a ConnectivityTest 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.networkmanagement.v1.ConnectivityTest

ConnectivityTest

toJSON()

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

Converts this ConnectivityTest to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.networkmanagement.v1.ConnectivityTest

ConnectivityTest

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