Interface WorkloadMetadataConfigOrBuilder (2.3.6)

public interface WorkloadMetadataConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract WorkloadMetadataConfig.Mode getMode()

Mode is the configuration for how to expose metadata to workloads running on the node pool.

.google.container.v1beta1.WorkloadMetadataConfig.Mode mode = 2;

Returns
TypeDescription
WorkloadMetadataConfig.Mode

The mode.

getModeValue()

public abstract int getModeValue()

Mode is the configuration for how to expose metadata to workloads running on the node pool.

.google.container.v1beta1.WorkloadMetadataConfig.Mode mode = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for mode.

getNodeMetadata()

public abstract WorkloadMetadataConfig.NodeMetadata getNodeMetadata()

NodeMetadata is the configuration for how to expose metadata to the workloads running on the node.

.google.container.v1beta1.WorkloadMetadataConfig.NodeMetadata node_metadata = 1 [deprecated = true];

Returns
TypeDescription
WorkloadMetadataConfig.NodeMetadata

The nodeMetadata.

getNodeMetadataValue()

public abstract int getNodeMetadataValue()

NodeMetadata is the configuration for how to expose metadata to the workloads running on the node.

.google.container.v1beta1.WorkloadMetadataConfig.NodeMetadata node_metadata = 1 [deprecated = true];

Returns
TypeDescription
int

The enum numeric value on the wire for nodeMetadata.