Uses of Class
com.google.cloud.deploy.v1.Phase
-
Packages that use Phase Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Phase in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Phase Modifier and Type Method Description PhasePhase.Builder. build()PhasePhase.Builder. buildPartial()static PhasePhase. getDefaultInstance()PhasePhase.Builder. getDefaultInstanceForType()PhasePhase. getDefaultInstanceForType()PhaseRollout.Builder. getPhases(int index)Output only.PhaseRollout. getPhases(int index)Output only.PhaseRolloutOrBuilder. getPhases(int index)Output only.static PhasePhase. parseDelimitedFrom(InputStream input)static PhasePhase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhasePhase. parseFrom(byte[] data)static PhasePhase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhasePhase. parseFrom(com.google.protobuf.ByteString data)static PhasePhase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhasePhase. parseFrom(com.google.protobuf.CodedInputStream input)static PhasePhase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhasePhase. parseFrom(InputStream input)static PhasePhase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PhasePhase. parseFrom(ByteBuffer data)static PhasePhase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type Phase Modifier and Type Method Description com.google.protobuf.Parser<Phase>Phase. getParserForType()List<Phase>Rollout.Builder. getPhasesList()Output only.List<Phase>Rollout. getPhasesList()Output only.List<Phase>RolloutOrBuilder. getPhasesList()Output only.static com.google.protobuf.Parser<Phase>Phase. parser()Methods in com.google.cloud.deploy.v1 with parameters of type Phase Modifier and Type Method Description Rollout.BuilderRollout.Builder. addPhases(int index, Phase value)Output only.Rollout.BuilderRollout.Builder. addPhases(Phase value)Output only.Phase.BuilderPhase.Builder. mergeFrom(Phase other)static Phase.BuilderPhase. newBuilder(Phase prototype)Rollout.BuilderRollout.Builder. setPhases(int index, Phase value)Output only.Method parameters in com.google.cloud.deploy.v1 with type arguments of type Phase Modifier and Type Method Description Rollout.BuilderRollout.Builder. addAllPhases(Iterable<? extends Phase> values)Output only.
-