Represents a ClusterConfig.
Package
@google-cloud/dataprocConstructors
(constructor)(properties)
constructor(properties?: google.cloud.dataproc.v1.IClusterConfig);Constructs a new ClusterConfig.
| Name | Description |
| properties |
IClusterConfig
Properties to set |
Properties
autoscalingConfig
public autoscalingConfig?: (google.cloud.dataproc.v1.IAutoscalingConfig|null);ClusterConfig autoscalingConfig.
configBucket
public configBucket: string;ClusterConfig configBucket.
dataprocMetricConfig
public dataprocMetricConfig?: (google.cloud.dataproc.v1.IDataprocMetricConfig|null);ClusterConfig dataprocMetricConfig.
encryptionConfig
public encryptionConfig?: (google.cloud.dataproc.v1.IEncryptionConfig|null);ClusterConfig encryptionConfig.
endpointConfig
public endpointConfig?: (google.cloud.dataproc.v1.IEndpointConfig|null);ClusterConfig endpointConfig.
gceClusterConfig
public gceClusterConfig?: (google.cloud.dataproc.v1.IGceClusterConfig|null);ClusterConfig gceClusterConfig.
initializationActions
public initializationActions: google.cloud.dataproc.v1.INodeInitializationAction[];ClusterConfig initializationActions.
lifecycleConfig
public lifecycleConfig?: (google.cloud.dataproc.v1.ILifecycleConfig|null);ClusterConfig lifecycleConfig.
masterConfig
public masterConfig?: (google.cloud.dataproc.v1.IInstanceGroupConfig|null);ClusterConfig masterConfig.
metastoreConfig
public metastoreConfig?: (google.cloud.dataproc.v1.IMetastoreConfig|null);ClusterConfig metastoreConfig.
secondaryWorkerConfig
public secondaryWorkerConfig?: (google.cloud.dataproc.v1.IInstanceGroupConfig|null);ClusterConfig secondaryWorkerConfig.
securityConfig
public securityConfig?: (google.cloud.dataproc.v1.ISecurityConfig|null);ClusterConfig securityConfig.
softwareConfig
public softwareConfig?: (google.cloud.dataproc.v1.ISoftwareConfig|null);ClusterConfig softwareConfig.
tempBucket
public tempBucket: string;ClusterConfig tempBucket.
workerConfig
public workerConfig?: (google.cloud.dataproc.v1.IInstanceGroupConfig|null);ClusterConfig workerConfig.
Methods
create(properties)
public static create(properties?: google.cloud.dataproc.v1.IClusterConfig): google.cloud.dataproc.v1.ClusterConfig;Creates a new ClusterConfig instance using the specified properties.
| Name | Description |
| properties |
IClusterConfig
Properties to set |
| Type | Description |
| google.cloud.dataproc.v1.ClusterConfig | ClusterConfig instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataproc.v1.ClusterConfig;Decodes a ClusterConfig message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.dataproc.v1.ClusterConfig | ClusterConfig |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataproc.v1.ClusterConfig;Decodes a ClusterConfig message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.dataproc.v1.ClusterConfig | ClusterConfig |
encode(message, writer)
public static encode(message: google.cloud.dataproc.v1.IClusterConfig, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ClusterConfig message. Does not implicitly messages.
| Name | Description |
| message |
IClusterConfig
ClusterConfig message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dataproc.v1.IClusterConfig, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ClusterConfig message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IClusterConfig
ClusterConfig message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dataproc.v1.ClusterConfig;Creates a ClusterConfig message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.dataproc.v1.ClusterConfig | ClusterConfig |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for ClusterConfig
| Name | Description |
| typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Type | Description |
| string | The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this ClusterConfig to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dataproc.v1.ClusterConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a ClusterConfig message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.dataproc.v1.ClusterConfig
ClusterConfig |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a ClusterConfig message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|