View Source Envoy.Api.V2.DeltaDiscoveryRequest (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Api.V2.DeltaDiscoveryRequest{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], error_detail: Google.Rpc.Status.t() | nil, initial_resource_versions: %{optional(String.t()) => String.t() | nil}, node: Envoy.Api.V2.Core.Node.t() | nil, resource_names_subscribe: [String.t()], resource_names_unsubscribe: [String.t()], response_nonce: String.t(), type_url: String.t() }