Interface ComputeUrlMapTest
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeUrlMapTest.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.115Z") @Stability(Stable) public interface ComputeUrlMapTest extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeUrlMapTest.BuilderA builder forComputeUrlMapTeststatic classComputeUrlMapTest.Jsii$ProxyAn implementation forComputeUrlMapTest
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeUrlMapTest.Builderbuilder()default StringgetDescription()Description of this test case.StringgetHost()Host portion of the URL.StringgetPath()Path portion of the URL.StringgetService()The backend service or backend bucket link that should be matched by this test.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @NotNull String getHost()
Host portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#host ComputeUrlMap#host}
-
getPath
@Stability(Stable) @NotNull String getPath()
Path portion of the URL.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#path ComputeUrlMap#path}
-
getService
@Stability(Stable) @NotNull String getService()
The backend service or backend bucket link that should be matched by this test.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#service ComputeUrlMap#service}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of this test case.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#description ComputeUrlMap#description}
-
builder
@Stability(Stable) static ComputeUrlMapTest.Builder builder()
- Returns:
- a
ComputeUrlMapTest.BuilderofComputeUrlMapTest
-
-