Class PubsubSubscriptionPushConfigNoWrapper.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.pubsub_subscription.PubsubSubscriptionPushConfigNoWrapper.Jsii$Proxy
-
- All Implemented Interfaces:
PubsubSubscriptionPushConfigNoWrapper,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PubsubSubscriptionPushConfigNoWrapper
@Stability(Stable) @Internal public static final class PubsubSubscriptionPushConfigNoWrapper.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PubsubSubscriptionPushConfigNoWrapper
An implementation forPubsubSubscriptionPushConfigNoWrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.pubsub_subscription.PubsubSubscriptionPushConfigNoWrapper
PubsubSubscriptionPushConfigNoWrapper.Builder, PubsubSubscriptionPushConfigNoWrapper.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PubsubSubscriptionPushConfigNoWrapper.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubSubscriptionPushConfigNoWrapper.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetWriteMetadata()When true, writes the Pub/Sub message metadata to 'x-goog-pubsub-: ' headers of the HTTP request. inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PubsubSubscriptionPushConfigNoWrapper.Builder builder)
Constructor that initializes the object based on literal property values passed by thePubsubSubscriptionPushConfigNoWrapper.Builder.
-
-
Method Detail
-
getWriteMetadata
public final Object getWriteMetadata()
Description copied from interface:PubsubSubscriptionPushConfigNoWrapperWhen 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} - Specified by:
getWriteMetadatain interfacePubsubSubscriptionPushConfigNoWrapper
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-