Class CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunServiceTemplateSpecContainersStartupProbeGrpc,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunServiceTemplateSpecContainersStartupProbeGrpc
@Stability(Stable) @Internal public static final class CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunServiceTemplateSpecContainersStartupProbeGrpc
An implementation forCloudRunServiceTemplateSpecContainersStartupProbeGrpc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecContainersStartupProbeGrpc
CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Builder, CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecContainersStartupProbeGrpc.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetPort()Port number to access on the container.StringgetService()The name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(CloudRunServiceTemplateSpecContainersStartupProbeGrpc.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecContainersStartupProbeGrpc.Builder.
-
-
Method Detail
-
getPort
public final Number getPort()
Description copied from interface:CloudRunServiceTemplateSpecContainersStartupProbeGrpcPort 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_service#port CloudRunService#port}
- Specified by:
getPortin interfaceCloudRunServiceTemplateSpecContainersStartupProbeGrpc
-
getService
public final String getService()
Description copied from interface:CloudRunServiceTemplateSpecContainersStartupProbeGrpcThe 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_service#service CloudRunService#service}
- Specified by:
getServicein interfaceCloudRunServiceTemplateSpecContainersStartupProbeGrpc
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-