Represents a ConnectivityTest.
Package
@google-cloud/network-managementConstructors
(constructor)(properties)
constructor(properties?: google.cloud.networkmanagement.v1beta1.IConnectivityTest);
Constructs a new ConnectivityTest.
Name | Description |
properties |
IConnectivityTest
Properties to set |
Properties
createTime
public createTime?: (google.protobuf.ITimestamp|null);
ConnectivityTest createTime.
description
public description: string;
ConnectivityTest description.
destination
public destination?: (google.cloud.networkmanagement.v1beta1.IEndpoint|null);
ConnectivityTest destination.
displayName
public displayName: string;
ConnectivityTest displayName.
labels
public labels: { [k: string]: string };
ConnectivityTest labels.
name
public name: string;
ConnectivityTest name.
probingDetails
public probingDetails?: (google.cloud.networkmanagement.v1beta1.IProbingDetails|null);
ConnectivityTest probingDetails.
protocol
public protocol: string;
ConnectivityTest protocol.
reachabilityDetails
public reachabilityDetails?: (google.cloud.networkmanagement.v1beta1.IReachabilityDetails|null);
ConnectivityTest reachabilityDetails.
relatedProjects
public relatedProjects: string[];
ConnectivityTest relatedProjects.
source
public source?: (google.cloud.networkmanagement.v1beta1.IEndpoint|null);
ConnectivityTest source.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
ConnectivityTest updateTime.
Methods
create(properties)
public static create(properties?: google.cloud.networkmanagement.v1beta1.IConnectivityTest): google.cloud.networkmanagement.v1beta1.ConnectivityTest;
Creates a new ConnectivityTest instance using the specified properties.
Name | Description |
properties |
IConnectivityTest
Properties to set |
Type | Description |
google.cloud.networkmanagement.v1beta1.ConnectivityTest | ConnectivityTest instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.networkmanagement.v1beta1.ConnectivityTest;
Decodes a ConnectivityTest 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.cloud.networkmanagement.v1beta1.ConnectivityTest | ConnectivityTest |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.networkmanagement.v1beta1.ConnectivityTest;
Decodes a ConnectivityTest message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.networkmanagement.v1beta1.ConnectivityTest | ConnectivityTest |
encode(message, writer)
public static encode(message: google.cloud.networkmanagement.v1beta1.IConnectivityTest, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified ConnectivityTest message. Does not implicitly messages.
Name | Description |
message |
IConnectivityTest
ConnectivityTest 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.cloud.networkmanagement.v1beta1.IConnectivityTest, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified ConnectivityTest message, length delimited. Does not implicitly messages.
Name | Description |
message |
IConnectivityTest
ConnectivityTest 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.cloud.networkmanagement.v1beta1.ConnectivityTest;
Creates a ConnectivityTest message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.networkmanagement.v1beta1.ConnectivityTest | ConnectivityTest |
toJSON()
public toJSON(): { [k: string]: any };
Converts this ConnectivityTest to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.networkmanagement.v1beta1.ConnectivityTest, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a ConnectivityTest message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.networkmanagement.v1beta1.ConnectivityTest
ConnectivityTest |
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 ConnectivityTest message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|