View Source GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint (google_api_network_security v0.6.0)

Specification of the GRPC Endpoint.

Attributes

  • targetUri (type: String.t, default: nil) - Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint{
    targetUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.