Interface PrivatePoolV1ConfigOrBuilder (3.11.0)

public interface PrivatePoolV1ConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkConfig()

public abstract PrivatePoolV1Config.NetworkConfig getNetworkConfig()

Network configuration for the pool.

.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;

Returns
TypeDescription
PrivatePoolV1Config.NetworkConfig

The networkConfig.

getNetworkConfigOrBuilder()

public abstract PrivatePoolV1Config.NetworkConfigOrBuilder getNetworkConfigOrBuilder()

Network configuration for the pool.

.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
PrivatePoolV1Config.WorkerConfigOrBuilder

hasNetworkConfig()

public abstract boolean hasNetworkConfig()

Network configuration for the pool.

.google.devtools.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig network_config = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the workerConfig field is set.