public interface DetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployment()
public abstract Deployment getDeployment()
Required. Deployment history for the resource.
.grafeas.v1beta1.deployment.Deployment deployment = 1;
Returns | |
---|---|
Type | Description |
Deployment |
The deployment. |
getDeploymentOrBuilder()
public abstract DeploymentOrBuilder getDeploymentOrBuilder()
Required. Deployment history for the resource.
.grafeas.v1beta1.deployment.Deployment deployment = 1;
Returns | |
---|---|
Type | Description |
DeploymentOrBuilder |
hasDeployment()
public abstract boolean hasDeployment()
Required. Deployment history for the resource.
.grafeas.v1beta1.deployment.Deployment deployment = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the deployment field is set. |