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-03-21 UTC."],[[["The `GRPCAction` class, part of the Cloud Run Admin v2 API, is used to define actions involving a GRPC port within the `Google.Cloud.Run.V2` namespace."],["The latest version of this API is 2.13.0, with several previous versions available, down to version 1.0.0-beta02."],["`GRPCAction` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GRPCAction` class has two constructors: a parameterless one and one that takes another `GRPCAction` object."],["`GRPCAction` objects have two properties, `Port`, an integer specifying the gRPC service's port number, and `Service`, a string to specify the service name in the gRPC HealthCheckRequest."]]],[]]