Class CloudSchedulerJobAppEngineHttpTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobAppEngineHttpTarget.Jsii$Proxy
-
- All Implemented Interfaces:
CloudSchedulerJobAppEngineHttpTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudSchedulerJobAppEngineHttpTarget
@Stability(Stable) @Internal public static final class CloudSchedulerJobAppEngineHttpTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudSchedulerJobAppEngineHttpTarget
An implementation forCloudSchedulerJobAppEngineHttpTarget
-
-
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.CloudSchedulerJobAppEngineHttpTarget
CloudSchedulerJobAppEngineHttpTarget.Builder, CloudSchedulerJobAppEngineHttpTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudSchedulerJobAppEngineHttpTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobAppEngineHttpTarget.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)CloudSchedulerJobAppEngineHttpTargetAppEngineRoutinggetAppEngineRouting()app_engine_routing block.StringgetBody()HTTP request body.Map<String,String>getHeaders()HTTP request headers.StringgetHttpMethod()Which HTTP method to use for the request.StringgetRelativeUri()The relative URI.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(CloudSchedulerJobAppEngineHttpTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobAppEngineHttpTarget.Builder.
-
-
Method Detail
-
getRelativeUri
public final String getRelativeUri()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetThe relative URI.The relative URL must begin with "/" and must be a valid HTTP relative URL. It can contain a path, query string arguments, and # fragments. If the relative URL is empty, then the root path "/" will be used. No spaces are allowed, and the maximum length allowed is 2083 characters Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#relative_uri CloudSchedulerJob#relative_uri}
- Specified by:
getRelativeUriin interfaceCloudSchedulerJobAppEngineHttpTarget
-
getAppEngineRouting
public final CloudSchedulerJobAppEngineHttpTargetAppEngineRouting getAppEngineRouting()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetapp_engine_routing block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#app_engine_routing CloudSchedulerJob#app_engine_routing}
- Specified by:
getAppEngineRoutingin interfaceCloudSchedulerJobAppEngineHttpTarget
-
getBody
public final String getBody()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetHTTP request body.A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod. A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#body CloudSchedulerJob#body}
- Specified by:
getBodyin interfaceCloudSchedulerJobAppEngineHttpTarget
-
getHeaders
public final Map<String,String> getHeaders()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetHTTP request headers. This map contains the header field names and values. Headers can be set when the job is created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#headers CloudSchedulerJob#headers}
- Specified by:
getHeadersin interfaceCloudSchedulerJobAppEngineHttpTarget
-
getHttpMethod
public final String getHttpMethod()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetWhich HTTP method to use for the request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#http_method CloudSchedulerJob#http_method}
- Specified by:
getHttpMethodin interfaceCloudSchedulerJobAppEngineHttpTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-