Class MessageTransform
All supported message transforms types.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class MessageTransform : IDirectResponseSchema
Properties
Disabled
Optional. If true, the transform is disabled and will not be applied to messages. Defaults to false
.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Optional. This field is deprecated, use the disabled
field to disable transforms.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
JavascriptUdf
Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each
must have a unique function_name
.
Declaration
[JsonProperty("javascriptUdf")]
public virtual JavaScriptUDF JavascriptUdf { get; set; }
Property Value
Type | Description |
---|---|
Java |