Enum EntryType

java.lang.Object
java.lang.Enum<EntryType>
com.google.cloud.datacatalog.v1beta1.EntryType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<EntryType>

@Generated public enum EntryType extends Enum<EntryType> implements com.google.protobuf.ProtocolMessageEnum
 Entry resources in Data Catalog can be of different types e.g. a BigQuery
 Table entry is of type `TABLE`. This enum describes all the possible types
 Data Catalog contains.
 
Protobuf enum google.cloud.datacatalog.v1beta1.EntryType
  • Enum Constant Details

    • ENTRY_TYPE_UNSPECIFIED

      public static final EntryType ENTRY_TYPE_UNSPECIFIED
       Default unknown type.
       
      ENTRY_TYPE_UNSPECIFIED = 0;
    • TABLE

      public static final EntryType TABLE
       Output only. The type of entry that has a GoogleSQL schema, including
       logical views.
       
      TABLE = 2;
    • MODEL

      public static final EntryType MODEL
       Output only. The type of models.
       https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro
       
      MODEL = 5;
    • DATA_STREAM

      public static final EntryType DATA_STREAM
       Output only. An entry type which is used for streaming entries. Example:
       Pub/Sub topic.
       
      DATA_STREAM = 3;
    • FILESET

      public static final EntryType FILESET
       An entry type which is a set of files or objects. Example:
       Cloud Storage fileset.
       
      FILESET = 4;
    • UNRECOGNIZED

      public static final EntryType UNRECOGNIZED
  • Field Details

    • ENTRY_TYPE_UNSPECIFIED_VALUE

      public static final int ENTRY_TYPE_UNSPECIFIED_VALUE
       Default unknown type.
       
      ENTRY_TYPE_UNSPECIFIED = 0;
      See Also:
    • TABLE_VALUE

      public static final int TABLE_VALUE
       Output only. The type of entry that has a GoogleSQL schema, including
       logical views.
       
      TABLE = 2;
      See Also:
    • MODEL_VALUE

      public static final int MODEL_VALUE
       Output only. The type of models.
       https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro
       
      MODEL = 5;
      See Also:
    • DATA_STREAM_VALUE

      public static final int DATA_STREAM_VALUE
       Output only. An entry type which is used for streaming entries. Example:
       Pub/Sub topic.
       
      DATA_STREAM = 3;
      See Also:
    • FILESET_VALUE

      public static final int FILESET_VALUE
       An entry type which is a set of files or objects. Example:
       Cloud Storage fileset.
       
      FILESET = 4;
      See Also:
  • Method Details

    • values

      public static EntryType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EntryType 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 EntryType 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 EntryType 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<EntryType> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static EntryType 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