Interface CloudRunV2ServiceTemplateContainersLivenessProbeGrpc
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.000Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateContainersLivenessProbeGrpc extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateContainersLivenessProbeGrpc.BuilderA builder forCloudRunV2ServiceTemplateContainersLivenessProbeGrpcstatic classCloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateContainersLivenessProbeGrpc
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builderbuilder()default NumbergetPort()Port number to access on the container.default StringgetService()The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
-
-
-
Method Detail
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port number to access on the container.Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#port CloudRunV2Service#port}
-
getService
@Stability(Stable) @Nullable default String getService()
The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#service CloudRunV2Service#service}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateContainersLivenessProbeGrpc.Builder builder()
-
-