Expand description

Nested message and enum types in PushConfig.

Structs§

Enums§

  • 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.
  • The format of the delivered message to the push endpoint is defined by the chosen wrapper. When unset, PubsubWrapper is used.