3 instantiations of ResourceCommandResponse
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1483
private static readonly pb::MessageParser<ResourceCommandResponse> _parser = new pb::MessageParser<ResourceCommandResponse>(() => new
ResourceCommandResponse
());
1520
return new
ResourceCommandResponse
(this);
Dashboard\DashboardService.cs (1)
174
return new
ResourceCommandResponse
18 references to ResourceCommandResponse
Aspire.Hosting (18)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (11)
125
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
), global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
.Parser, new[]{ "Kind", "ErrorMessage" }, new[]{ "ErrorMessage" }, null, null, null),
1478
internal sealed partial class ResourceCommandResponse : pb::IMessage<
ResourceCommandResponse
>
1483
private static readonly pb::MessageParser<
ResourceCommandResponse
> _parser = new pb::MessageParser<
ResourceCommandResponse
>(() => new ResourceCommandResponse());
1487
public static pb::MessageParser<
ResourceCommandResponse
> Parser { get { return _parser; } }
1511
public ResourceCommandResponse(
ResourceCommandResponse
other) : this() {
1519
public
ResourceCommandResponse
Clone() {
1564
return Equals(other as
ResourceCommandResponse
);
1569
public bool Equals(
ResourceCommandResponse
other) {
1655
public void MergeFrom(
ResourceCommandResponse
other) {
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceServiceGrpc.cs (6)
67
static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
> __Marshaller_aspire_v1_ResourceCommandResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
.Parser));
94
static readonly grpc::Method<global::Aspire.ResourceService.Proto.V1.ResourceCommandRequest, global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
> __Method_ExecuteResourceCommand = new grpc::Method<global::Aspire.ResourceService.Proto.V1.ResourceCommandRequest, global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
>(
130
public virtual global::System.Threading.Tasks.Task<global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
> ExecuteResourceCommand(global::Aspire.ResourceService.Proto.V1.ResourceCommandRequest request, grpc::ServerCallContext context)
159
serviceBinder.AddMethod(__Method_ExecuteResourceCommand, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ResourceCommandRequest, global::Aspire.ResourceService.Proto.V1.
ResourceCommandResponse
>(serviceImpl.ExecuteResourceCommand));
Dashboard\DashboardService.cs (1)
163
public override async Task<
ResourceCommandResponse
> ExecuteResourceCommand(ResourceCommandRequest request, ServerCallContext context)