Interface DetailsOrBuilder (2.4.2)

public interface DetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract Deployment getDeployment()

Required. Deployment history for the resource.

.grafeas.v1beta1.deployment.Deployment deployment = 1;

Returns
TypeDescription
Deployment

The deployment.

getDeploymentOrBuilder()

public abstract DeploymentOrBuilder getDeploymentOrBuilder()

Required. Deployment history for the resource.

.grafeas.v1beta1.deployment.Deployment deployment = 1;

Returns
TypeDescription
DeploymentOrBuilder

hasDeployment()

public abstract boolean hasDeployment()

Required. Deployment history for the resource.

.grafeas.v1beta1.deployment.Deployment deployment = 1;

Returns
TypeDescription
boolean

Whether the deployment field is set.