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 class
Phase
Phase represents a collection of jobs that are logically grouped together for a `Rollout`.static class
Phase.Builder
Phase 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 PhaseOrBuilder
Rollout.Builder. getPhasesOrBuilder(int index)
Output only.PhaseOrBuilder
Rollout. getPhasesOrBuilder(int index)
Output only.PhaseOrBuilder
RolloutOrBuilder. 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.
-