Interface ExternalValueSourceOrBuilder (0.68.0)

public interface ExternalValueSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeploymentSource()

public abstract DeploymentSource getDeploymentSource()

A source from a Deployment.

.google.cloud.config.v1.DeploymentSource deployment_source = 1;

Returns
Type Description
DeploymentSource

The deploymentSource.

getDeploymentSourceOrBuilder()

public abstract DeploymentSourceOrBuilder getDeploymentSourceOrBuilder()

A source from a Deployment.

.google.cloud.config.v1.DeploymentSource deployment_source = 1;

Returns
Type Description
DeploymentSourceOrBuilder

getSourceCase()

public abstract ExternalValueSource.SourceCase getSourceCase()
Returns
Type Description
ExternalValueSource.SourceCase

hasDeploymentSource()

public abstract boolean hasDeploymentSource()

A source from a Deployment.

.google.cloud.config.v1.DeploymentSource deployment_source = 1;

Returns
Type Description
boolean

Whether the deploymentSource field is set.