Google Cloud Network Security V1 Client - Class Protocol (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class Protocol.

Antivirus protocol.

Protobuf type google.cloud.networksecurity.v1.Protocol

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROTOCOL_UNSPECIFIED

Value: 0

Protocol not specified.

Generated from protobuf enum PROTOCOL_UNSPECIFIED = 0;

SMTP

Value: 1

SMTP protocol

Generated from protobuf enum SMTP = 1;

SMB

Value: 2

SMB protocol

Generated from protobuf enum SMB = 2;

POP3

Value: 3

POP3 protocol

Generated from protobuf enum POP3 = 3;

IMAP

Value: 4

IMAP protocol

Generated from protobuf enum IMAP = 4;

HTTP2

Value: 5

HTTP2 protocol

Generated from protobuf enum HTTP2 = 5;

HTTP

Value: 6

HTTP protocol

Generated from protobuf enum HTTP = 6;

FTP

Value: 7

FTP protocol

Generated from protobuf enum FTP = 7;