Class CloudTasksQueueAppEngineRoutingOverride.Jsii$Proxy

    • Method Detail

      • getInstance

        public final String getInstance()
        Description copied from interface: CloudTasksQueueAppEngineRoutingOverride
        App instance.

        By default, the task is sent to an instance which is available when the task is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#instance CloudTasksQueue#instance}

        Specified by:
        getInstance in interface CloudTasksQueueAppEngineRoutingOverride
      • getService

        public final String getService()
        Description copied from interface: CloudTasksQueueAppEngineRoutingOverride
        App service.

        By default, the task is sent to the service which is the default service when the task is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#service CloudTasksQueue#service}

        Specified by:
        getService in interface CloudTasksQueueAppEngineRoutingOverride
      • getVersion

        public final String getVersion()
        Description copied from interface: CloudTasksQueueAppEngineRoutingOverride
        App version.

        By default, the task is sent to the version which is the default version when the task is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#version CloudTasksQueue#version}

        Specified by:
        getVersion in interface CloudTasksQueueAppEngineRoutingOverride
      • $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