2 instantiations of ApplicationInformationRequest
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
183
private static readonly pb::MessageParser<ApplicationInformationRequest> _parser = new pb::MessageParser<ApplicationInformationRequest>(() => new
ApplicationInformationRequest
());
218
return new
ApplicationInformationRequest
(this);
21 references to ApplicationInformationRequest
Aspire.Dashboard (21)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (11)
121
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
ApplicationInformationRequest
), global::Aspire.ResourceService.Proto.V1.
ApplicationInformationRequest
.Parser, null, null, null, null, null),
178
internal sealed partial class ApplicationInformationRequest : pb::IMessage<
ApplicationInformationRequest
>
183
private static readonly pb::MessageParser<
ApplicationInformationRequest
> _parser = new pb::MessageParser<
ApplicationInformationRequest
>(() => new ApplicationInformationRequest());
187
public static pb::MessageParser<
ApplicationInformationRequest
> Parser { get { return _parser; } }
211
public ApplicationInformationRequest(
ApplicationInformationRequest
other) : this() {
217
public
ApplicationInformationRequest
Clone() {
224
return Equals(other as
ApplicationInformationRequest
);
229
public bool Equals(
ApplicationInformationRequest
other) {
289
public void MergeFrom(
ApplicationInformationRequest
other) {
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (10)
53
static readonly grpc::Marshaller<global::Aspire.ResourceService.Proto.V1.
ApplicationInformationRequest
> __Marshaller_aspire_v1_ApplicationInformationRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Aspire.ResourceService.Proto.V1.
ApplicationInformationRequest
.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));