Package com.google.container.v1
Interface NodeConfigDefaultsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeConfigDefaults
,NodeConfigDefaults.Builder
public interface NodeConfigDefaultsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcfsConfig
getGcfsConfig()
GCFS (Google Container File System, also known as Riptide) options.GcfsConfigOrBuilder
getGcfsConfigOrBuilder()
GCFS (Google Container File System, also known as Riptide) options.NodePoolLoggingConfig
getLoggingConfig()
Logging configuration for node pools.NodePoolLoggingConfigOrBuilder
getLoggingConfigOrBuilder()
Logging configuration for node pools.boolean
hasGcfsConfig()
GCFS (Google Container File System, also known as Riptide) options.boolean
hasLoggingConfig()
Logging configuration for node pools.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcfsConfig
boolean hasGcfsConfig()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
- Returns:
- Whether the gcfsConfig field is set.
-
getGcfsConfig
GcfsConfig getGcfsConfig()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
- Returns:
- The gcfsConfig.
-
getGcfsConfigOrBuilder
GcfsConfigOrBuilder getGcfsConfigOrBuilder()
GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1.GcfsConfig gcfs_config = 1;
-
hasLoggingConfig
boolean hasLoggingConfig()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
- Returns:
- Whether the loggingConfig field is set.
-
getLoggingConfig
NodePoolLoggingConfig getLoggingConfig()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
- Returns:
- The loggingConfig.
-
getLoggingConfigOrBuilder
NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder()
Logging configuration for node pools.
.google.container.v1.NodePoolLoggingConfig logging_config = 3;
-
-