public interface WorkloadMetadataConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| int | The enum numeric value on the wire for mode. |
getNodeMetadata() (deprecated)
public abstract WorkloadMetadataConfig.NodeMetadata getNodeMetadata()Deprecated.
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];
| Type | Description |
| WorkloadMetadataConfig.NodeMetadata | The nodeMetadata. |
getNodeMetadataValue() (deprecated)
public abstract int getNodeMetadataValue()Deprecated.
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];
| Type | Description |
| int | The enum numeric value on the wire for nodeMetadata. |