Class CloudSchedulerJobAppEngineHttpTarget.Jsii$Proxy

    • 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.
    • Method Detail

      • getRelativeUri

        public final String getRelativeUri()
        Description copied from interface: CloudSchedulerJobAppEngineHttpTarget
        The 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:
        getRelativeUri in interface CloudSchedulerJobAppEngineHttpTarget
      • getBody

        public final String getBody()
        Description copied from interface: CloudSchedulerJobAppEngineHttpTarget
        HTTP 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:
        getBody in interface CloudSchedulerJobAppEngineHttpTarget
      • getHeaders

        public final Map<String,​String> getHeaders()
        Description copied from interface: CloudSchedulerJobAppEngineHttpTarget
        HTTP 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:
        getHeaders in interface CloudSchedulerJobAppEngineHttpTarget
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object