Interface CloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.034Z") @Stability(Stable) public interface CloudSchedulerJobAppEngineHttpTargetAppEngineRouting extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.BuilderA builder forCloudSchedulerJobAppEngineHttpTargetAppEngineRoutingstatic classCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$ProxyAn implementation forCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builderbuilder()default StringgetInstance()App instance.default StringgetService()App service.default StringgetVersion()App version.
-
-
-
Method Detail
-
getInstance
@Stability(Stable) @Nullable default String getInstance()
App instance. By default, the job is sent to an instance which is available when the job is attempted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#instance CloudSchedulerJob#instance}
-
getService
@Stability(Stable) @Nullable default String getService()
App service.By default, the job is sent to the service which is the default service when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service CloudSchedulerJob#service}
-
getVersion
@Stability(Stable) @Nullable default String getVersion()
App version.By default, the job is sent to the version which is the default version when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#version CloudSchedulerJob#version}
-
builder
@Stability(Stable) static CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder builder()
-
-