2 instantiations of WatchResourcesUpdate
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
6165private static readonly pb::MessageParser<WatchResourcesUpdate> _parser = new pb::MessageParser<WatchResourcesUpdate>(() => new WatchResourcesUpdate()); 6209return new WatchResourcesUpdate(this);
22 references to WatchResourcesUpdate
Aspire.Dashboard (22)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (11)
140new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate), global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate.Parser, new[]{ "InitialData", "Changes" }, new[]{ "Kind" }, null, null, null), 6160internal sealed partial class WatchResourcesUpdate : pb::IMessage<WatchResourcesUpdate> 6165private static readonly pb::MessageParser<WatchResourcesUpdate> _parser = new pb::MessageParser<WatchResourcesUpdate>(() => new WatchResourcesUpdate()); 6169public static pb::MessageParser<WatchResourcesUpdate> Parser { get { return _parser; } } 6193public WatchResourcesUpdate(WatchResourcesUpdate other) : this() { 6208public WatchResourcesUpdate Clone() { 6267return Equals(other as WatchResourcesUpdate); 6272public bool Equals(WatchResourcesUpdate other) { 6360public void MergeFrom(WatchResourcesUpdate other) {
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (8)
59static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate> __Marshaller_aspire_v1_WatchResourcesUpdate = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate.Parser)); 78static readonly grpc::Method<global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest, global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate> __Method_WatchResources = new grpc::Method<global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest, global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate>( 118public virtual global::System.Threading.Tasks.Task WatchResources(global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest request, grpc::IServerStreamWriter<global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate> responseStream, grpc::ServerCallContext context) 185public virtual grpc::AsyncServerStreamingCall<global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate> WatchResources(global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 190public virtual grpc::AsyncServerStreamingCall<global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate> WatchResources(global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest request, grpc::CallOptions options) 252serviceBinder.AddMethod(__Method_WatchResources, serviceImpl == null ? null : new grpc::ServerStreamingServerMethod<global::Aspire.ResourceService.Proto.V1.WatchResourcesRequest, global::Aspire.ResourceService.Proto.V1.WatchResourcesUpdate>(serviceImpl.WatchResources));
ResourceService\DashboardClient.cs (3)
328if (response.KindCase == WatchResourcesUpdate.KindOneofCase.InitialData) 348else if (response.KindCase == WatchResourcesUpdate.KindOneofCase.Changes) 382throw new FormatException($"Unexpected {nameof(WatchResourcesUpdate)} kind: {response.KindCase}");