Package com.google.container.v1
Interface WorkloadMetadataConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkloadMetadataConfig
,WorkloadMetadataConfig.Builder
public interface WorkloadMetadataConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadMetadataConfig.Mode
getMode()
Mode is the configuration for how to expose metadata to workloads running on the node pool.int
getModeValue()
Mode is the configuration for how to expose metadata to workloads running on the node pool.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModeValue
int getModeValue()
Mode is the configuration for how to expose metadata to workloads running on the node pool.
.google.container.v1.WorkloadMetadataConfig.Mode mode = 2;
- Returns:
- The enum numeric value on the wire for mode.
-
getMode
WorkloadMetadataConfig.Mode getMode()
Mode is the configuration for how to expose metadata to workloads running on the node pool.
.google.container.v1.WorkloadMetadataConfig.Mode mode = 2;
- Returns:
- The mode.
-
-