public interface NodeConfigDefaultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcfsConfig()
public abstract GcfsConfig getGcfsConfig()GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1beta1.GcfsConfig gcfs_config = 1;
| Type | Description |
| GcfsConfig | The gcfsConfig. |
getGcfsConfigOrBuilder()
public abstract GcfsConfigOrBuilder getGcfsConfigOrBuilder()GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1beta1.GcfsConfig gcfs_config = 1;
| Type | Description |
| GcfsConfigOrBuilder |
getLoggingConfig()
public abstract NodePoolLoggingConfig getLoggingConfig()Logging configuration for node pools.
.google.container.v1beta1.NodePoolLoggingConfig logging_config = 3;
| Type | Description |
| NodePoolLoggingConfig | The loggingConfig. |
getLoggingConfigOrBuilder()
public abstract NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder()Logging configuration for node pools.
.google.container.v1beta1.NodePoolLoggingConfig logging_config = 3;
| Type | Description |
| NodePoolLoggingConfigOrBuilder |
hasGcfsConfig()
public abstract boolean hasGcfsConfig()GCFS (Google Container File System, also known as Riptide) options.
.google.container.v1beta1.GcfsConfig gcfs_config = 1;
| Type | Description |
| boolean | Whether the gcfsConfig field is set. |
hasLoggingConfig()
public abstract boolean hasLoggingConfig()Logging configuration for node pools.
.google.container.v1beta1.NodePoolLoggingConfig logging_config = 3;
| Type | Description |
| boolean | Whether the loggingConfig field is set. |