PushConfig.Builder |
PushConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PushConfig.Builder |
PushConfig.Builder.clear() |
|
PushConfig.Builder |
PushConfig.Builder.clearAttributes() |
|
PushConfig.Builder |
PushConfig.Builder.clearAuthenticationMethod() |
|
PushConfig.Builder |
PushConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PushConfig.Builder |
PushConfig.Builder.clearNoWrapper() |
When set, the payload to the push endpoint is not wrapped.
|
PushConfig.Builder |
PushConfig.Builder.clearOidcToken() |
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.Builder |
PushConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PushConfig.Builder |
PushConfig.Builder.clearPubsubWrapper() |
When set, 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).
|
PushConfig.Builder |
PushConfig.Builder.clearPushEndpoint() |
A URL locating the endpoint to which messages should be pushed.
|
PushConfig.Builder |
PushConfig.Builder.clearWrapper() |
|
PushConfig.Builder |
PushConfig.Builder.clone() |
|
PushConfig.Builder |
ModifyPushConfigRequest.Builder.getPushConfigBuilder() |
Required.
|
PushConfig.Builder |
Subscription.Builder.getPushConfigBuilder() |
If push delivery is used with this subscription, this field is
used to configure it.
|
PushConfig.Builder |
PushConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PushConfig.Builder |
PushConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PushConfig.Builder |
PushConfig.Builder.mergeFrom(PushConfig other) |
|
PushConfig.Builder |
PushConfig.Builder.mergeNoWrapper(PushConfig.NoWrapper value) |
When set, the payload to the push endpoint is not wrapped.
|
PushConfig.Builder |
PushConfig.Builder.mergeOidcToken(PushConfig.OidcToken value) |
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.Builder |
PushConfig.Builder.mergePubsubWrapper(PushConfig.PubsubWrapper value) |
When set, 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).
|
PushConfig.Builder |
PushConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PushConfig.Builder |
PushConfig.newBuilder() |
|
static PushConfig.Builder |
PushConfig.newBuilder(PushConfig prototype) |
|
PushConfig.Builder |
PushConfig.newBuilderForType() |
|
protected PushConfig.Builder |
PushConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PushConfig.Builder |
PushConfig.Builder.putAllAttributes(Map<String,String> values) |
Endpoint configuration attributes that can be used to control different
aspects of the message delivery.
|
PushConfig.Builder |
PushConfig.Builder.putAttributes(String key,
String value) |
Endpoint configuration attributes that can be used to control different
aspects of the message delivery.
|
PushConfig.Builder |
PushConfig.Builder.removeAttributes(String key) |
Endpoint configuration attributes that can be used to control different
aspects of the message delivery.
|
PushConfig.Builder |
PushConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PushConfig.Builder |
PushConfig.Builder.setNoWrapper(PushConfig.NoWrapper value) |
When set, the payload to the push endpoint is not wrapped.
|
PushConfig.Builder |
PushConfig.Builder.setNoWrapper(PushConfig.NoWrapper.Builder builderForValue) |
When set, the payload to the push endpoint is not wrapped.
|
PushConfig.Builder |
PushConfig.Builder.setOidcToken(PushConfig.OidcToken value) |
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.Builder |
PushConfig.Builder.setOidcToken(PushConfig.OidcToken.Builder builderForValue) |
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.Builder |
PushConfig.Builder.setPubsubWrapper(PushConfig.PubsubWrapper value) |
When set, 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).
|
PushConfig.Builder |
PushConfig.Builder.setPubsubWrapper(PushConfig.PubsubWrapper.Builder builderForValue) |
When set, 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).
|
PushConfig.Builder |
PushConfig.Builder.setPushEndpoint(String value) |
A URL locating the endpoint to which messages should be pushed.
|
PushConfig.Builder |
PushConfig.Builder.setPushEndpointBytes(com.google.protobuf.ByteString value) |
A URL locating the endpoint to which messages should be pushed.
|
PushConfig.Builder |
PushConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PushConfig.Builder |
PushConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PushConfig.Builder |
PushConfig.toBuilder() |
|