type property

String? type
getter/setter pair

Type of input.

If unspecified, it is assumed to be STRING.

Optional. Possible string values are:

  • "EXTENSION_SPEC_PARAMETER_TYPE_UNSPECIFIED"
  • "STRING" : Param is a free-form string input.
  • "SELECT" : Param allows selecting one option to be its value.
  • "MULTISELECT" : Param allows selecting multiple options.
  • "SELECT_RESOURCE" : Param allows specifying some external resource, ex. Cloud Storage bucket.
  • "SECRET" : Param represents a Cloud Secret Manager Secret.

Implementation

core.String? type;