2 instantiations of ApplicationInformationResponse
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
344
private static readonly pb::MessageParser<ApplicationInformationResponse> _parser = new pb::MessageParser<ApplicationInformationResponse>(() => new
ApplicationInformationResponse
());
380
return new
ApplicationInformationResponse
(this);
21 references to ApplicationInformationResponse
Aspire.Dashboard (21)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (10)
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)
165
public virtual global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
170
public virtual global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
GetApplicationInformation(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::CallOptions options)
175
public virtual grpc::AsyncUnaryCall<global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
> GetApplicationInformationAsync(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
180
public virtual grpc::AsyncUnaryCall<global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
> GetApplicationInformationAsync(global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest request, grpc::CallOptions options)
251
serviceBinder.AddMethod(__Method_GetApplicationInformation, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ApplicationInformationRequest, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationResponse
>(serviceImpl.GetApplicationInformation));