Class PubsubTopicSchemaSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.pubsub_topic.PubsubTopicSchemaSettings.Jsii$Proxy
-
- All Implemented Interfaces:
PubsubTopicSchemaSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PubsubTopicSchemaSettings
@Stability(Stable) @Internal public static final class PubsubTopicSchemaSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PubsubTopicSchemaSettings
An implementation forPubsubTopicSchemaSettings
-
-
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_topic.PubsubTopicSchemaSettings
PubsubTopicSchemaSettings.Builder, PubsubTopicSchemaSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PubsubTopicSchemaSettings.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubTopicSchemaSettings.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)StringgetEncoding()The encoding of messages validated against schema.StringgetSchema()The name of the schema that messages published should be validated against.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(PubsubTopicSchemaSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by thePubsubTopicSchemaSettings.Builder.
-
-
Method Detail
-
getSchema
public final String getSchema()
Description copied from interface:PubsubTopicSchemaSettingsThe name of the schema that messages published should be validated against.Format is projects/{project}/schemas/{schema}. The value of this field will be *deleted-schema* if the schema has been deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#schema PubsubTopic#schema}
- Specified by:
getSchemain interfacePubsubTopicSchemaSettings
-
getEncoding
public final String getEncoding()
Description copied from interface:PubsubTopicSchemaSettingsThe encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#encoding PubsubTopic#encoding}
- Specified by:
getEncodingin interfacePubsubTopicSchemaSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-