Google Cloud Integrations V1alpha Integration Parameter Args
Integration Parameter is defined in the integration config and are used to provide information about data types of the expected parameters and provide any default values if needed. They can also be used to add custom attributes. These are static in nature and should not be used for dynamic event definition.
Constructors
Properties
Type of the parameter.
Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
Specifies the input/output type for the parameter.
Whether this parameter is a transient parameter.
This schema will be used to validate runtime JSON-typed values of this parameter.
Searchable in the execution log or not.