public interface PrivatePoolV1ConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetworkConfig()
public abstract PrivatePoolV1Config.NetworkConfig getNetworkConfig()Network configuration for the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;
| Type | Description |
| PrivatePoolV1Config.NetworkConfig | The networkConfig. |
getNetworkConfigOrBuilder()
public abstract PrivatePoolV1Config.NetworkConfigOrBuilder getNetworkConfigOrBuilder()Network configuration for the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;
| Type | Description |
| PrivatePoolV1Config.NetworkConfigOrBuilder |
getWorkerConfig()
public abstract PrivatePoolV1Config.WorkerConfig getWorkerConfig()Machine configuration for the workers in the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig worker_config = 1;
| Type | Description |
| PrivatePoolV1Config.WorkerConfig | The workerConfig. |
getWorkerConfigOrBuilder()
public abstract PrivatePoolV1Config.WorkerConfigOrBuilder getWorkerConfigOrBuilder()Machine configuration for the workers in the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig worker_config = 1;
| Type | Description |
| PrivatePoolV1Config.WorkerConfigOrBuilder |
hasNetworkConfig()
public abstract boolean hasNetworkConfig()Network configuration for the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;
| Type | Description |
| boolean | Whether the networkConfig field is set. |
hasWorkerConfig()
public abstract boolean hasWorkerConfig()Machine configuration for the workers in the pool.
.google.devtools.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig worker_config = 1;
| Type | Description |
| boolean | Whether the workerConfig field is set. |