Enum HttpMethod

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<HttpMethod>

    public enum HttpMethod
    extends Enum<HttpMethod>
    implements com.google.protobuf.ProtocolMessageEnum
     The HTTP method used to execute the task.
     
    Protobuf enum google.cloud.tasks.v2beta3.HttpMethod
    • Enum Constant Detail

      • HTTP_METHOD_UNSPECIFIED

        public static final HttpMethod HTTP_METHOD_UNSPECIFIED
         HTTP method unspecified
         
        HTTP_METHOD_UNSPECIFIED = 0;
      • POST

        public static final HttpMethod POST
         HTTP POST
         
        POST = 1;
      • GET

        public static final HttpMethod GET
         HTTP GET
         
        GET = 2;
      • HEAD

        public static final HttpMethod HEAD
         HTTP HEAD
         
        HEAD = 3;
      • PUT

        public static final HttpMethod PUT
         HTTP PUT
         
        PUT = 4;
      • DELETE

        public static final HttpMethod DELETE
         HTTP DELETE
         
        DELETE = 5;
      • PATCH

        public static final HttpMethod PATCH
         HTTP PATCH
         
        PATCH = 6;
      • OPTIONS

        public static final HttpMethod OPTIONS
         HTTP OPTIONS
         
        OPTIONS = 7;
      • UNRECOGNIZED

        public static final HttpMethod UNRECOGNIZED
    • Field Detail

      • HTTP_METHOD_UNSPECIFIED_VALUE

        public static final int HTTP_METHOD_UNSPECIFIED_VALUE
         HTTP method unspecified
         
        HTTP_METHOD_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • DELETE_VALUE

        public static final int DELETE_VALUE
         HTTP DELETE
         
        DELETE = 5;
        See Also:
        Constant Field Values
      • OPTIONS_VALUE

        public static final int OPTIONS_VALUE
         HTTP OPTIONS
         
        OPTIONS = 7;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static HttpMethod[] 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 (HttpMethod c : HttpMethod.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HttpMethod 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 HttpMethod 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 HttpMethod forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<HttpMethod> internalGetValueMap()
      • 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 HttpMethod 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