Port number of the gRPC service. Number must be in the range 1 to 65535.
If not specified, defaults to the exposed port of the container, which is
the value of container.ports[0].containerPort.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-08 UTC."],[[["The GRPCAction class, part of the Google.Cloud.Run.V2 namespace, facilitates actions related to a GRPC port in the Cloud Run Admin v2 API."],["GRPCAction implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, to provide a range of capabilities for use."],["The class includes constructors to create a new GRPCAction instance or copy an existing one, as well as the ability to set the service and port number."],["The service property of the GRPCAction class specifies the name of the service for the gRPC HealthCheckRequest."],["The port property within GRPCAction determines the port number for the gRPC service, and if not specified, it defaults to the container's exposed port."]]],[]]