httpGet property
HTTPGet specifies the http request to perform.
Exactly one of httpGet, tcpSocket, or grpc must be specified.
Optional.
Implementation
GoogleCloudRunV2HTTPGetAction? httpGet;
HTTPGet specifies the http request to perform.
Exactly one of httpGet, tcpSocket, or grpc must be specified.
Optional.
GoogleCloudRunV2HTTPGetAction? httpGet;