[[["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-17 UTC."],[[["The `GRPCAction` class in the Google Cloud Run Admin v2 API defines an action involving a gRPC port, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Cloud.Run.V2` namespace, found within the `Google.Cloud.Run.V2.dll` assembly, and has multiple versions available from `1.0.0-beta02` up to the latest version `2.13.0`."],["`GRPCAction` has properties for setting the `Port` number of the gRPC service, defaulting to 8080 if unspecified, and the `Service` name for gRPC health checks, which defaults to standard gRPC behavior if not set."],["Two constructors are available, a default constructor `GRPCAction()` and an overload `GRPCAction(GRPCAction other)` to create a GRPCAction object."],["The most recent version of `GRPCAction` is `2.13.0`, and it extends the `object` class, inheriting methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]