public interface CustomCanaryDeploymentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPhaseConfigs(int index)
public abstract CustomCanaryDeployment.PhaseConfig getPhaseConfigs(int index)Required. Configuration for each phase in the canary deployment in the order executed.
 
 repeated .google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomCanaryDeployment.PhaseConfig | |
getPhaseConfigsCount()
public abstract int getPhaseConfigsCount()Required. Configuration for each phase in the canary deployment in the order executed.
 
 repeated .google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getPhaseConfigsList()
public abstract List<CustomCanaryDeployment.PhaseConfig> getPhaseConfigsList()Required. Configuration for each phase in the canary deployment in the order executed.
 
 repeated .google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<PhaseConfig> | |
getPhaseConfigsOrBuilder(int index)
public abstract CustomCanaryDeployment.PhaseConfigOrBuilder getPhaseConfigsOrBuilder(int index)Required. Configuration for each phase in the canary deployment in the order executed.
 
 repeated .google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CustomCanaryDeployment.PhaseConfigOrBuilder | |
getPhaseConfigsOrBuilderList()
public abstract List<? extends CustomCanaryDeployment.PhaseConfigOrBuilder> getPhaseConfigsOrBuilderList()Required. Configuration for each phase in the canary deployment in the order executed.
 
 repeated .google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfig phase_configs = 1;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.events.cloud.deploy.v1.CustomCanaryDeployment.PhaseConfigOrBuilder> | |