public enum Instance.Type extends Enum<Instance.Type>Static Fields | 
      |
|---|---|
| Name | Description | 
DEVELOPMENT | 
        The instance is meant for development and testing purposes only.  | 
      
PRODUCTION | 
        An instance meant for production use.   | 
      
UNRECOGNIZED | 
        The type of instance is not known by this client. Please upgrade your client.  | 
      
Static Methods | 
      |
|---|---|
| Name | Description | 
fromProto(Instance.Type proto) | 
        Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
toProto() | 
        Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.  |