Class protos.google.cloud.orchestration.airflow.service.v1.EnvironmentConfig (2.1.2)

Represents an EnvironmentConfig.

Package

@google-cloud/orchestration-airflow

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.orchestration.airflow.service.v1.IEnvironmentConfig);

Constructs a new EnvironmentConfig.

Parameter
NameDescription
properties IEnvironmentConfig

Properties to set

Properties

airflowUri

public airflowUri: string;

EnvironmentConfig airflowUri.

dagGcsPrefix

public dagGcsPrefix: string;

EnvironmentConfig dagGcsPrefix.

databaseConfig

public databaseConfig?: (google.cloud.orchestration.airflow.service.v1.IDatabaseConfig|null);

EnvironmentConfig databaseConfig.

encryptionConfig

public encryptionConfig?: (google.cloud.orchestration.airflow.service.v1.IEncryptionConfig|null);

EnvironmentConfig encryptionConfig.

gkeCluster

public gkeCluster: string;

EnvironmentConfig gkeCluster.

nodeConfig

public nodeConfig?: (google.cloud.orchestration.airflow.service.v1.INodeConfig|null);

EnvironmentConfig nodeConfig.

nodeCount

public nodeCount: number;

EnvironmentConfig nodeCount.

privateEnvironmentConfig

public privateEnvironmentConfig?: (google.cloud.orchestration.airflow.service.v1.IPrivateEnvironmentConfig|null);

EnvironmentConfig privateEnvironmentConfig.

softwareConfig

public softwareConfig?: (google.cloud.orchestration.airflow.service.v1.ISoftwareConfig|null);

EnvironmentConfig softwareConfig.

webServerConfig

public webServerConfig?: (google.cloud.orchestration.airflow.service.v1.IWebServerConfig|null);

EnvironmentConfig webServerConfig.

webServerNetworkAccessControl

public webServerNetworkAccessControl?: (google.cloud.orchestration.airflow.service.v1.IWebServerNetworkAccessControl|null);

EnvironmentConfig webServerNetworkAccessControl.

Methods

create(properties)

public static create(properties?: google.cloud.orchestration.airflow.service.v1.IEnvironmentConfig): google.cloud.orchestration.airflow.service.v1.EnvironmentConfig;

Creates a new EnvironmentConfig instance using the specified properties.

Parameter
NameDescription
properties IEnvironmentConfig

Properties to set

Returns
TypeDescription
google.cloud.orchestration.airflow.service.v1.EnvironmentConfig

EnvironmentConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.orchestration.airflow.service.v1.EnvironmentConfig;

Decodes an EnvironmentConfig message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.orchestration.airflow.service.v1.EnvironmentConfig

EnvironmentConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.orchestration.airflow.service.v1.EnvironmentConfig;

Decodes an EnvironmentConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.orchestration.airflow.service.v1.EnvironmentConfig

EnvironmentConfig

encode(message, writer)

public static encode(message: google.cloud.orchestration.airflow.service.v1.IEnvironmentConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified EnvironmentConfig message. Does not implicitly messages.

Parameters
NameDescription
message IEnvironmentConfig

EnvironmentConfig 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.orchestration.airflow.service.v1.IEnvironmentConfig, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IEnvironmentConfig

EnvironmentConfig 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.orchestration.airflow.service.v1.EnvironmentConfig;

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

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

Plain object

Returns
TypeDescription
google.cloud.orchestration.airflow.service.v1.EnvironmentConfig

EnvironmentConfig

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for EnvironmentConfig

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.orchestration.airflow.service.v1.EnvironmentConfig

EnvironmentConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an EnvironmentConfig 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