httpGet property

GoogleCloudRunV2HTTPGetAction? httpGet
getter/setter pair

HTTPGet specifies the http request to perform.

Exactly one of httpGet, tcpSocket, or grpc must be specified.

Implementation

GoogleCloudRunV2HTTPGetAction? httpGet;