Enum Release.TargetRender.FailureCause

    • Enum Constant Detail

      • FAILURE_CAUSE_UNSPECIFIED

        public static final Release.TargetRender.FailureCause FAILURE_CAUSE_UNSPECIFIED
         No reason for failure is specified.
         
        FAILURE_CAUSE_UNSPECIFIED = 0;
      • CLOUD_BUILD_UNAVAILABLE

        public static final Release.TargetRender.FailureCause CLOUD_BUILD_UNAVAILABLE
         Cloud Build is not available, either because it is not enabled or
         because Cloud Deploy has insufficient permissions. See [required
         permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions).
         
        CLOUD_BUILD_UNAVAILABLE = 1;
      • EXECUTION_FAILED

        public static final Release.TargetRender.FailureCause EXECUTION_FAILED
         The render operation did not complete successfully; check Cloud Build
         logs.
         
        EXECUTION_FAILED = 2;
      • CLOUD_BUILD_REQUEST_FAILED

        public static final Release.TargetRender.FailureCause CLOUD_BUILD_REQUEST_FAILED
         Cloud Build failed to fulfill Cloud Deploy's request. See
         failure_message for additional details.
         
        CLOUD_BUILD_REQUEST_FAILED = 3;
      • CUSTOM_ACTION_NOT_FOUND

        public static final Release.TargetRender.FailureCause CUSTOM_ACTION_NOT_FOUND
         The render operation did not complete successfully because the custom
         action required for predeploy or postdeploy was not found in the
         skaffold configuration. See failure_message for additional details.
         
        CUSTOM_ACTION_NOT_FOUND = 5;
    • Field Detail

      • FAILURE_CAUSE_UNSPECIFIED_VALUE

        public static final int FAILURE_CAUSE_UNSPECIFIED_VALUE
         No reason for failure is specified.
         
        FAILURE_CAUSE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • CLOUD_BUILD_UNAVAILABLE_VALUE

        public static final int CLOUD_BUILD_UNAVAILABLE_VALUE
         Cloud Build is not available, either because it is not enabled or
         because Cloud Deploy has insufficient permissions. See [required
         permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions).
         
        CLOUD_BUILD_UNAVAILABLE = 1;
        See Also:
        Constant Field Values
      • EXECUTION_FAILED_VALUE

        public static final int EXECUTION_FAILED_VALUE
         The render operation did not complete successfully; check Cloud Build
         logs.
         
        EXECUTION_FAILED = 2;
        See Also:
        Constant Field Values
      • CLOUD_BUILD_REQUEST_FAILED_VALUE

        public static final int CLOUD_BUILD_REQUEST_FAILED_VALUE
         Cloud Build failed to fulfill Cloud Deploy's request. See
         failure_message for additional details.
         
        CLOUD_BUILD_REQUEST_FAILED = 3;
        See Also:
        Constant Field Values
      • CUSTOM_ACTION_NOT_FOUND_VALUE

        public static final int CUSTOM_ACTION_NOT_FOUND_VALUE
         The render operation did not complete successfully because the custom
         action required for predeploy or postdeploy was not found in the
         skaffold configuration. See failure_message for additional details.
         
        CUSTOM_ACTION_NOT_FOUND = 5;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Release.TargetRender.FailureCause[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Release.TargetRender.FailureCause c : Release.TargetRender.FailureCause.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Release.TargetRender.FailureCause valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static Release.TargetRender.FailureCause valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static Release.TargetRender.FailureCause forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static Release.TargetRender.FailureCause valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null