Class protos.google.cloud.networksecurity.v1beta1.ServerTlsPolicy (1.1.2)

Represents a ServerTlsPolicy.

Package

@google-cloud/network-security

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.networksecurity.v1beta1.IServerTlsPolicy);

Constructs a new ServerTlsPolicy.

Parameter
NameDescription
properties IServerTlsPolicy

Properties to set

Properties

allowOpen

public allowOpen: boolean;

ServerTlsPolicy allowOpen.

createTime

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

ServerTlsPolicy createTime.

description

public description: string;

ServerTlsPolicy description.

labels

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

ServerTlsPolicy labels.

mtlsPolicy

public mtlsPolicy?: (google.cloud.networksecurity.v1beta1.ServerTlsPolicy.IMTLSPolicy|null);

ServerTlsPolicy mtlsPolicy.

name

public name: string;

ServerTlsPolicy name.

serverCertificate

public serverCertificate?: (google.cloud.networksecurity.v1beta1.ICertificateProvider|null);

ServerTlsPolicy serverCertificate.

updateTime

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

ServerTlsPolicy updateTime.

Methods

create(properties)

public static create(properties?: google.cloud.networksecurity.v1beta1.IServerTlsPolicy): google.cloud.networksecurity.v1beta1.ServerTlsPolicy;

Creates a new ServerTlsPolicy instance using the specified properties.

Parameter
NameDescription
properties IServerTlsPolicy

Properties to set

Returns
TypeDescription
google.cloud.networksecurity.v1beta1.ServerTlsPolicy

ServerTlsPolicy instance

decode(reader, length)

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

Decodes a ServerTlsPolicy 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.networksecurity.v1beta1.ServerTlsPolicy

ServerTlsPolicy

decodeDelimited(reader)

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

Decodes a ServerTlsPolicy 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.networksecurity.v1beta1.ServerTlsPolicy

ServerTlsPolicy

encode(message, writer)

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

Encodes the specified ServerTlsPolicy message. Does not implicitly messages.

Parameters
NameDescription
message IServerTlsPolicy

ServerTlsPolicy 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.networksecurity.v1beta1.IServerTlsPolicy, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IServerTlsPolicy

ServerTlsPolicy 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.networksecurity.v1beta1.ServerTlsPolicy;

Creates a ServerTlsPolicy 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.networksecurity.v1beta1.ServerTlsPolicy

ServerTlsPolicy

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ServerTlsPolicy

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 ServerTlsPolicy to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.networksecurity.v1beta1.ServerTlsPolicy

ServerTlsPolicy

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