Package com.google.cloud.deploy.v1
Interface StandardOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Standard
,Standard.Builder
public interface StandardOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Postdeploy
getPostdeploy()
Optional.PostdeployOrBuilder
getPostdeployOrBuilder()
Optional.Predeploy
getPredeploy()
Optional.PredeployOrBuilder
getPredeployOrBuilder()
Optional.boolean
getVerify()
Whether to verify a deployment.boolean
hasPostdeploy()
Optional.boolean
hasPredeploy()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVerify
boolean getVerify()
Whether to verify a deployment.
bool verify = 1;
- Returns:
- The verify.
-
hasPredeploy
boolean hasPredeploy()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the predeploy field is set.
-
getPredeploy
Predeploy getPredeploy()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The predeploy.
-
getPredeployOrBuilder
PredeployOrBuilder getPredeployOrBuilder()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];
-
hasPostdeploy
boolean hasPostdeploy()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the postdeploy field is set.
-
getPostdeploy
Postdeploy getPostdeploy()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The postdeploy.
-
getPostdeployOrBuilder
PostdeployOrBuilder getPostdeployOrBuilder()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];
-
-