Interface PubsubSubscriptionPushConfigNoWrapper
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PubsubSubscriptionPushConfigNoWrapper.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.488Z") @Stability(Stable) public interface PubsubSubscriptionPushConfigNoWrapper extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPubsubSubscriptionPushConfigNoWrapper.BuilderA builder forPubsubSubscriptionPushConfigNoWrapperstatic classPubsubSubscriptionPushConfigNoWrapper.Jsii$ProxyAn implementation forPubsubSubscriptionPushConfigNoWrapper
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PubsubSubscriptionPushConfigNoWrapper.Builderbuilder()ObjectgetWriteMetadata()When true, writes the Pub/Sub message metadata to 'x-goog-pubsub-: ' headers of the HTTP request.
-
-
-
Method Detail
-
getWriteMetadata
@Stability(Stable) @NotNull Object getWriteMetadata()
When true, writes the Pub/Sub message metadata to 'x-goog-pubsub-: ' headers of the HTTP request. Writes the Pub/Sub message attributes to '
: ' headers of the HTTP request. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#write_metadata PubsubSubscription#write_metadata}
-
builder
@Stability(Stable) static PubsubSubscriptionPushConfigNoWrapper.Builder builder()
-
-