View Source GoogleApi.Run.V1.Model.GRPCAction (google_api_run v0.36.1)

GRPCAction describes an action involving a GRPC port.

Attributes

  • port (type: integer(), default: nil) - Port number of the gRPC service. Number must be in the range 1 to 65535.
  • service (type: String.t, default: nil) - Service is the name of the service to place in the gRPC HealthCheckRequest. If this is not specified, the default behavior is defined by gRPC.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GRPCAction{
  port: integer() | nil,
  service: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.