Class protos.google.cloud.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState (4.2.0)

Represents a GatekeeperDeploymentState.

Package

@google-cloud/gke-hub

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.gkehub.configmanagement.v1alpha.IGatekeeperDeploymentState);

Constructs a new GatekeeperDeploymentState.

Parameter
NameDescription
properties IGatekeeperDeploymentState

Properties to set

Properties

gatekeeperAudit

public gatekeeperAudit: (google.cloud.gkehub.configmanagement.v1alpha.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1alpha.DeploymentState);

GatekeeperDeploymentState gatekeeperAudit.

gatekeeperControllerManagerState

public gatekeeperControllerManagerState: (google.cloud.gkehub.configmanagement.v1alpha.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1alpha.DeploymentState);

GatekeeperDeploymentState gatekeeperControllerManagerState.

gatekeeperMutation

public gatekeeperMutation: (google.cloud.gkehub.configmanagement.v1alpha.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1alpha.DeploymentState);

GatekeeperDeploymentState gatekeeperMutation.

Methods

create(properties)

public static create(properties?: google.cloud.gkehub.configmanagement.v1alpha.IGatekeeperDeploymentState): google.cloud.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState;

Creates a new GatekeeperDeploymentState instance using the specified properties.

Parameter
NameDescription
properties IGatekeeperDeploymentState

Properties to set

Returns
TypeDescription
GatekeeperDeploymentState

GatekeeperDeploymentState instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState;

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

GatekeeperDeploymentState

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
GatekeeperDeploymentState

GatekeeperDeploymentState

encode(message, writer)

public static encode(message: google.cloud.gkehub.configmanagement.v1alpha.IGatekeeperDeploymentState, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified GatekeeperDeploymentState message. Does not implicitly messages.

Parameters
NameDescription
message IGatekeeperDeploymentState

GatekeeperDeploymentState 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.gkehub.configmanagement.v1alpha.IGatekeeperDeploymentState, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IGatekeeperDeploymentState

GatekeeperDeploymentState 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.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState;

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

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

Plain object

Returns
TypeDescription
GatekeeperDeploymentState

GatekeeperDeploymentState

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for GatekeeperDeploymentState

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.gkehub.configmanagement.v1alpha.GatekeeperDeploymentState, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message GatekeeperDeploymentState

GatekeeperDeploymentState

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