Interface CloudRunConfigOrBuilder

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

    public interface CloudRunConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAutomaticTrafficControl()
      Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAutomaticTrafficControl

        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:
        The automaticTrafficControl.