public interface StandardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPostdeploy()
public abstract Postdeploy getPostdeploy()Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Postdeploy |
The postdeploy. |
getPostdeployOrBuilder()
public abstract PostdeployOrBuilder getPostdeployOrBuilder()Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PostdeployOrBuilder |
|
getPredeploy()
public abstract Predeploy getPredeploy()Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Predeploy |
The predeploy. |
getPredeployOrBuilder()
public abstract PredeployOrBuilder getPredeployOrBuilder()Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PredeployOrBuilder |
|
getVerify()
public abstract boolean getVerify() Optional. Whether to verify a deployment via skaffold verify.
bool verify = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The verify. |
hasPostdeploy()
public abstract boolean hasPostdeploy()Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the postdeploy field is set. |
hasPredeploy()
public abstract boolean hasPredeploy()Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predeploy field is set. |