Package | Description |
---|---|
com.google.api.services.pubsub.model |
Modifier and Type | Method and Description |
---|---|
PushConfig |
PushConfig.clone() |
PushConfig |
Subscription.getPushConfig()
If push delivery is used with this subscription, this field is used to configure it.
|
PushConfig |
ModifyPushConfigRequest.getPushConfig()
Required.
|
PushConfig |
PushConfig.set(java.lang.String fieldName,
java.lang.Object value) |
PushConfig |
PushConfig.setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Endpoint configuration attributes that can be used to control different aspects of the message
delivery.
|
PushConfig |
PushConfig.setOidcToken(OidcToken oidcToken)
If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header
in the HTTP request for every pushed message.
|
PushConfig |
PushConfig.setPushEndpoint(java.lang.String pushEndpoint)
A URL locating the endpoint to which messages should be pushed.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.setPushConfig(PushConfig pushConfig)
If push delivery is used with this subscription, this field is used to configure it.
|
ModifyPushConfigRequest |
ModifyPushConfigRequest.setPushConfig(PushConfig pushConfig)
Required.
|