2 instantiations of ResourceCommandResponse
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (2)
1555private static readonly pb::MessageParser<ResourceCommandResponse> _parser = new pb::MessageParser<ResourceCommandResponse>(() => new ResourceCommandResponse()); 1592return new ResourceCommandResponse(this);
22 references to ResourceCommandResponse
Aspire.Dashboard (22)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (11)
172new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse), global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse.Parser, new[]{ "Kind", "ErrorMessage" }, new[]{ "ErrorMessage" }, null, null, null), 1550public sealed partial class ResourceCommandResponse : pb::IMessage<ResourceCommandResponse> 1555private static readonly pb::MessageParser<ResourceCommandResponse> _parser = new pb::MessageParser<ResourceCommandResponse>(() => new ResourceCommandResponse()); 1559public static pb::MessageParser<ResourceCommandResponse> Parser { get { return _parser; } } 1583public ResourceCommandResponse(ResourceCommandResponse other) : this() { 1591public ResourceCommandResponse Clone() { 1636return Equals(other as ResourceCommandResponse); 1641public bool Equals(ResourceCommandResponse other) { 1727public void MergeFrom(ResourceCommandResponse other) {
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardServiceGrpc.cs (10)
67static readonly grpc::Marshaller<global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse> __Marshaller_aspire_v1_ResourceCommandResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse.Parser)); 98static readonly grpc::Method<global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest, global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse> __Method_ExecuteResourceCommand = new grpc::Method<global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest, global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse>( 142public virtual global::System.Threading.Tasks.Task<global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse> ExecuteResourceCommand(global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest request, grpc::ServerCallContext context) 223public virtual global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse ExecuteResourceCommand(global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 228public virtual global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse ExecuteResourceCommand(global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest request, grpc::CallOptions options) 233public virtual grpc::AsyncUnaryCall<global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse> ExecuteResourceCommandAsync(global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) 238public virtual grpc::AsyncUnaryCall<global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse> ExecuteResourceCommandAsync(global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest request, grpc::CallOptions options) 283serviceBinder.AddMethod(__Method_ExecuteResourceCommand, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.DashboardService.Proto.V1.ResourceCommandRequest, global::Aspire.DashboardService.Proto.V1.ResourceCommandResponse>(serviceImpl.ExecuteResourceCommand));
ServiceClient\DashboardClient.cs (1)
735var response = await _client!.ExecuteResourceCommandAsync(request, headers: _headers, cancellationToken: combinedTokens.Token);