Enum Instance.Type

java.lang.Object
java.lang.Enum<Instance.Type>
com.google.cloud.bigtable.admin.v2.models.Instance.Type
All Implemented Interfaces:
Serializable, Comparable<Instance.Type>
Enclosing class:
Instance

public static enum Instance.Type extends Enum<Instance.Type>
  • Enum Constant Details

    • PRODUCTION

      public static final Instance.Type PRODUCTION
      An instance meant for production use. `serve_nodes` must be set on the cluster.
    • DEVELOPMENT

      public static final Instance.Type DEVELOPMENT
      The instance is meant for development and testing purposes only.
    • UNRECOGNIZED

      public static final Instance.Type UNRECOGNIZED
      The type of instance is not known by this client. Please upgrade your client.
  • Method Details

    • values

      public static Instance.Type[] 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 Instance.Type 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
    • fromProto

      @InternalApi public static Instance.Type fromProto(Instance.Type proto)
      Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.
    • toProto

      @InternalApi public Instance.Type toProto()
      Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.