Interface CloudRunConfigOrBuilder (1.16.0)

public interface CloudRunConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutomaticTrafficControl()

public abstract boolean getAutomaticTrafficControl()

Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

bool automatic_traffic_control = 1;

Returns
TypeDescription
boolean

The automaticTrafficControl.