Class protos.google.cloud.compute.v1.SecurityPolicyReference (4.3.0)

Represents a SecurityPolicyReference.

Package

@google-cloud/compute

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.compute.v1.ISecurityPolicyReference);

Constructs a new SecurityPolicyReference.

Parameter
NameDescription
properties ISecurityPolicyReference

Properties to set

Properties

_securityPolicy

public _securityPolicy?: "securityPolicy";

SecurityPolicyReference _securityPolicy.

securityPolicy

public securityPolicy?: (string|null);

SecurityPolicyReference securityPolicy.

Methods

create(properties)

public static create(properties?: google.cloud.compute.v1.ISecurityPolicyReference): google.cloud.compute.v1.SecurityPolicyReference;

Creates a new SecurityPolicyReference instance using the specified properties.

Parameter
NameDescription
properties ISecurityPolicyReference

Properties to set

Returns
TypeDescription
SecurityPolicyReference

SecurityPolicyReference instance

decode(reader, length)

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

Decodes a SecurityPolicyReference message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
SecurityPolicyReference

SecurityPolicyReference

decodeDelimited(reader)

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

Decodes a SecurityPolicyReference message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
SecurityPolicyReference

SecurityPolicyReference

encode(message, writer)

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

Encodes the specified SecurityPolicyReference message. Does not implicitly messages.

Parameters
NameDescription
message ISecurityPolicyReference

SecurityPolicyReference 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.compute.v1.ISecurityPolicyReference, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ISecurityPolicyReference

SecurityPolicyReference 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.compute.v1.SecurityPolicyReference;

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

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

Plain object

Returns
TypeDescription
SecurityPolicyReference

SecurityPolicyReference

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for SecurityPolicyReference

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message SecurityPolicyReference

SecurityPolicyReference

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