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