3 instantiations of ApplicationInformationResponse
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
344
private static readonly pb::MessageParser<ApplicationInformationResponse> _parser = new pb::MessageParser<ApplicationInformationResponse>(() => new
ApplicationInformationResponse
());
380
return new
ApplicationInformationResponse
(this);
Dashboard\DashboardService.cs (1)
39
return Task.FromResult(new
ApplicationInformationResponse
18 references to ApplicationInformationResponse
Aspire.Hosting (18)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (11)
122
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
), global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
.Parser, new[]{ "ApplicationName" }, null, null, null, null),
339
internal sealed partial class ApplicationInformationResponse : pb::IMessage<
ApplicationInformationResponse
>
344
private static readonly pb::MessageParser<
ApplicationInformationResponse
> _parser = new pb::MessageParser<
ApplicationInformationResponse
>(() => new ApplicationInformationResponse());
348
public static pb::MessageParser<
ApplicationInformationResponse
> Parser { get { return _parser; } }
372
public ApplicationInformationResponse(
ApplicationInformationResponse
other) : this() {
379
public
ApplicationInformationResponse
Clone() {
398
return Equals(other as
ApplicationInformationResponse
);
403
public bool Equals(
ApplicationInformationResponse
other) {
476
public void MergeFrom(
ApplicationInformationResponse
other) {
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceServiceGrpc.cs (6)
55
static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
> __Marshaller_aspire_v1_ApplicationInformationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
.Parser));
70
static readonly grpc::Method<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
> __Method_GetApplicationInformation = new grpc::Method<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
>(
112
public virtual global::System.Threading.Tasks.Task<global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
> GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::ServerCallContext context)
156
serviceBinder.AddMethod(__Method_GetApplicationInformation, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
>(serviceImpl.GetApplicationInformation));
Dashboard\DashboardService.cs (1)
35
public override Task<
ApplicationInformationResponse
> GetApplicationInformation(