Uses of Interface
com.google.cloud.deploy.v1.PhaseOrBuilder
-
Packages that use PhaseOrBuilder Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of PhaseOrBuilder in com.google.cloud.deploy.v1
Classes in com.google.cloud.deploy.v1 that implement PhaseOrBuilder Modifier and Type Class Description classPhasePhase represents a collection of jobs that are logically grouped together for a `Rollout`.static classPhase.BuilderPhase represents a collection of jobs that are logically grouped together for a `Rollout`.Methods in com.google.cloud.deploy.v1 that return PhaseOrBuilder Modifier and Type Method Description PhaseOrBuilderRollout.Builder. getPhasesOrBuilder(int index)Output only.PhaseOrBuilderRollout. getPhasesOrBuilder(int index)Output only.PhaseOrBuilderRolloutOrBuilder. getPhasesOrBuilder(int index)Output only.Methods in com.google.cloud.deploy.v1 that return types with arguments of type PhaseOrBuilder Modifier and Type Method Description List<? extends PhaseOrBuilder>Rollout.Builder. getPhasesOrBuilderList()Output only.List<? extends PhaseOrBuilder>Rollout. getPhasesOrBuilderList()Output only.List<? extends PhaseOrBuilder>RolloutOrBuilder. getPhasesOrBuilderList()Output only.
-