Class protos.google.cloud.securitycenter.v1.Kubernetes (8.7.0)

Represents a Kubernetes.

Package

@google-cloud/security-center

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.securitycenter.v1.IKubernetes);

Constructs a new Kubernetes.

Parameter
NameDescription
properties IKubernetes

Properties to set

Properties

accessReviews

public accessReviews: google.cloud.securitycenter.v1.Kubernetes.IAccessReview[];

Kubernetes accessReviews.

bindings

public bindings: google.cloud.securitycenter.v1.Kubernetes.IBinding[];

Kubernetes bindings.

nodePools

public nodePools: google.cloud.securitycenter.v1.Kubernetes.INodePool[];

Kubernetes nodePools.

nodes

public nodes: google.cloud.securitycenter.v1.Kubernetes.INode[];

Kubernetes nodes.

objects

public objects: google.cloud.securitycenter.v1.Kubernetes.IObject[];

Kubernetes objects.

pods

public pods: google.cloud.securitycenter.v1.Kubernetes.IPod[];

Kubernetes pods.

roles

public roles: google.cloud.securitycenter.v1.Kubernetes.IRole[];

Kubernetes roles.

Methods

create(properties)

public static create(properties?: google.cloud.securitycenter.v1.IKubernetes): google.cloud.securitycenter.v1.Kubernetes;

Creates a new Kubernetes instance using the specified properties.

Parameter
NameDescription
properties IKubernetes

Properties to set

Returns
TypeDescription
Kubernetes

Kubernetes instance

decode(reader, length)

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

Decodes a Kubernetes 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
Kubernetes

Kubernetes

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Kubernetes

Kubernetes

encode(message, writer)

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

Encodes the specified Kubernetes message. Does not implicitly messages.

Parameters
NameDescription
message IKubernetes

Kubernetes 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.securitycenter.v1.IKubernetes, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IKubernetes

Kubernetes 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.securitycenter.v1.Kubernetes;

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

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

Plain object

Returns
TypeDescription
Kubernetes

Kubernetes

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for Kubernetes

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message Kubernetes

Kubernetes

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