Class protos.google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState (4.2.0)

Represents a ConfigSyncDeploymentState.

Package

@google-cloud/gke-hub

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.gkehub.configmanagement.v1.IConfigSyncDeploymentState);

Constructs a new ConfigSyncDeploymentState.

Parameter
NameDescription
properties IConfigSyncDeploymentState

Properties to set

Properties

gitSync

public gitSync: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState gitSync.

importer

public importer: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState importer.

monitor

public monitor: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState monitor.

reconcilerManager

public reconcilerManager: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState reconcilerManager.

rootReconciler

public rootReconciler: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState rootReconciler.

syncer

public syncer: (google.cloud.gkehub.configmanagement.v1.DeploymentState|keyof typeof google.cloud.gkehub.configmanagement.v1.DeploymentState);

ConfigSyncDeploymentState syncer.

Methods

create(properties)

public static create(properties?: google.cloud.gkehub.configmanagement.v1.IConfigSyncDeploymentState): google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState;

Creates a new ConfigSyncDeploymentState instance using the specified properties.

Parameter
NameDescription
properties IConfigSyncDeploymentState

Properties to set

Returns
TypeDescription
ConfigSyncDeploymentState

ConfigSyncDeploymentState instance

decode(reader, length)

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

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

ConfigSyncDeploymentState

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ConfigSyncDeploymentState

ConfigSyncDeploymentState

encode(message, writer)

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

Encodes the specified ConfigSyncDeploymentState message. Does not implicitly messages.

Parameters
NameDescription
message IConfigSyncDeploymentState

ConfigSyncDeploymentState 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.v1.IConfigSyncDeploymentState, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IConfigSyncDeploymentState

ConfigSyncDeploymentState 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.v1.ConfigSyncDeploymentState;

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

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

Plain object

Returns
TypeDescription
ConfigSyncDeploymentState

ConfigSyncDeploymentState

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ConfigSyncDeploymentState

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ConfigSyncDeploymentState

ConfigSyncDeploymentState

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