Expand description
Defines additional types related to PushConfig.
Structs§
- NoWrapper
- Sets the
datafield as the HTTP body for delivery. - Oidc
Token - Contains information needed for generating an OpenID Connect token.
- Pubsub
Wrapper - The payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
Enums§
- Authentication
Method - An authentication method used by push endpoints to verify the source of push requests. This can be used with push endpoints that are private by default to allow requests only from the Pub/Sub system, for example. This field is optional and should be set only by users interested in authenticated push.
- Wrapper
- The format of the delivered message to the push endpoint is defined by
the chosen wrapper. When unset,
PubsubWrapperis used.