Uses of Class
com.google.cloud.deploy.v1.Standard.Builder
-
Packages that use Standard.Builder Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Standard.Builder in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Standard.Builder Modifier and Type Method Description Standard.Builder
Standard.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Standard.Builder
Standard.Builder. clear()
Standard.Builder
Standard.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Standard.Builder
Standard.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Standard.Builder
Standard.Builder. clearPostdeploy()
Optional.Standard.Builder
Standard.Builder. clearPredeploy()
Optional.Standard.Builder
Standard.Builder. clearVerify()
Whether to verify a deployment.Standard.Builder
Standard.Builder. clone()
Standard.Builder
Strategy.Builder. getStandardBuilder()
Standard deployment strategy executes a single deploy and allows verifying the deployment.Standard.Builder
Standard.Builder. mergeFrom(Standard other)
Standard.Builder
Standard.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Standard.Builder
Standard.Builder. mergeFrom(com.google.protobuf.Message other)
Standard.Builder
Standard.Builder. mergePostdeploy(Postdeploy value)
Optional.Standard.Builder
Standard.Builder. mergePredeploy(Predeploy value)
Optional.Standard.Builder
Standard.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Standard.Builder
Standard. newBuilder()
static Standard.Builder
Standard. newBuilder(Standard prototype)
Standard.Builder
Standard. newBuilderForType()
protected Standard.Builder
Standard. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Standard.Builder
Standard.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Standard.Builder
Standard.Builder. setPostdeploy(Postdeploy value)
Optional.Standard.Builder
Standard.Builder. setPostdeploy(Postdeploy.Builder builderForValue)
Optional.Standard.Builder
Standard.Builder. setPredeploy(Predeploy value)
Optional.Standard.Builder
Standard.Builder. setPredeploy(Predeploy.Builder builderForValue)
Optional.Standard.Builder
Standard.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Standard.Builder
Standard.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Standard.Builder
Standard.Builder. setVerify(boolean value)
Whether to verify a deployment.Standard.Builder
Standard. toBuilder()
Methods in com.google.cloud.deploy.v1 with parameters of type Standard.Builder Modifier and Type Method Description Strategy.Builder
Strategy.Builder. setStandard(Standard.Builder builderForValue)
Standard deployment strategy executes a single deploy and allows verifying the deployment.
-