Class CloudSchedulerJobPubsubTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobPubsubTarget.Jsii$Proxy
-
- All Implemented Interfaces:
CloudSchedulerJobPubsubTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudSchedulerJobPubsubTarget
@Stability(Stable) @Internal public static final class CloudSchedulerJobPubsubTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudSchedulerJobPubsubTarget
An implementation forCloudSchedulerJobPubsubTarget
-
-
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.cloud_scheduler_job.CloudSchedulerJobPubsubTarget
CloudSchedulerJobPubsubTarget.Builder, CloudSchedulerJobPubsubTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudSchedulerJobPubsubTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobPubsubTarget.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)Map<String,String>getAttributes()Attributes for PubsubMessage.StringgetData()The message payload for PubsubMessage.StringgetTopicName()The full resource name for the Cloud Pub/Sub topic to which messages will be published when a job is delivered.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(CloudSchedulerJobPubsubTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobPubsubTarget.Builder.
-
-
Method Detail
-
getTopicName
public final String getTopicName()
Description copied from interface:CloudSchedulerJobPubsubTargetThe full resource name for the Cloud Pub/Sub topic to which messages will be published when a job is delivered.~>**NOTE:** The topic name must be in the same format as required by PubSub's PublishRequest.name, e.g. 'projects/my-project/topics/my-topic'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#topic_name CloudSchedulerJob#topic_name}
- Specified by:
getTopicNamein interfaceCloudSchedulerJobPubsubTarget
-
getAttributes
public final Map<String,String> getAttributes()
Description copied from interface:CloudSchedulerJobPubsubTargetAttributes for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#attributes CloudSchedulerJob#attributes}
- Specified by:
getAttributesin interfaceCloudSchedulerJobPubsubTarget
-
getData
public final String getData()
Description copied from interface:CloudSchedulerJobPubsubTargetThe message payload for PubsubMessage. Pubsub message must contain either non-empty data, or at least one attribute.A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#data CloudSchedulerJob#data}
- Specified by:
getDatain interfaceCloudSchedulerJobPubsubTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-