Uses of Interface
com.google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfigOrBuilder
-
Packages that use CustomCanaryDeployment.PhaseConfigOrBuilder Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of CustomCanaryDeployment.PhaseConfigOrBuilder in com.google.cloud.deploy.v1
Classes in com.google.cloud.deploy.v1 that implement CustomCanaryDeployment.PhaseConfigOrBuilder Modifier and Type Class Description static class
CustomCanaryDeployment.PhaseConfig
PhaseConfig represents the configuration for a phase in the custom canary deployment.static class
CustomCanaryDeployment.PhaseConfig.Builder
PhaseConfig represents the configuration for a phase in the custom canary deployment.Methods in com.google.cloud.deploy.v1 that return CustomCanaryDeployment.PhaseConfigOrBuilder Modifier and Type Method Description CustomCanaryDeployment.PhaseConfigOrBuilder
CustomCanaryDeployment.Builder. getPhaseConfigsOrBuilder(int index)
Required.CustomCanaryDeployment.PhaseConfigOrBuilder
CustomCanaryDeployment. getPhaseConfigsOrBuilder(int index)
Required.CustomCanaryDeployment.PhaseConfigOrBuilder
CustomCanaryDeploymentOrBuilder. getPhaseConfigsOrBuilder(int index)
Required.Methods in com.google.cloud.deploy.v1 that return types with arguments of type CustomCanaryDeployment.PhaseConfigOrBuilder Modifier and Type Method Description List<? extends CustomCanaryDeployment.PhaseConfigOrBuilder>
CustomCanaryDeployment.Builder. getPhaseConfigsOrBuilderList()
Required.List<? extends CustomCanaryDeployment.PhaseConfigOrBuilder>
CustomCanaryDeployment. getPhaseConfigsOrBuilderList()
Required.List<? extends CustomCanaryDeployment.PhaseConfigOrBuilder>
CustomCanaryDeploymentOrBuilder. getPhaseConfigsOrBuilderList()
Required.
-