Interface CustomCanaryDeploymentOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CustomCanaryDeployment, CustomCanaryDeployment.Builder

    public interface CustomCanaryDeploymentOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPhaseConfigsList

        List<CustomCanaryDeployment.PhaseConfig> getPhaseConfigsList()
         Required. Configuration for each phase in the canary deployment in the
         order executed.
         
        repeated .google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1 [(.google.api.field_behavior) = REQUIRED];
      • getPhaseConfigs

        CustomCanaryDeployment.PhaseConfig getPhaseConfigs​(int index)
         Required. Configuration for each phase in the canary deployment in the
         order executed.
         
        repeated .google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1 [(.google.api.field_behavior) = REQUIRED];
      • getPhaseConfigsCount

        int getPhaseConfigsCount()
         Required. Configuration for each phase in the canary deployment in the
         order executed.
         
        repeated .google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1 [(.google.api.field_behavior) = REQUIRED];
      • getPhaseConfigsOrBuilderList

        List<? extends CustomCanaryDeployment.PhaseConfigOrBuilder> getPhaseConfigsOrBuilderList()
         Required. Configuration for each phase in the canary deployment in the
         order executed.
         
        repeated .google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1 [(.google.api.field_behavior) = REQUIRED];
      • getPhaseConfigsOrBuilder

        CustomCanaryDeployment.PhaseConfigOrBuilder getPhaseConfigsOrBuilder​(int index)
         Required. Configuration for each phase in the canary deployment in the
         order executed.
         
        repeated .google.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1 [(.google.api.field_behavior) = REQUIRED];