4 instantiations of Resource
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (4)
4208
private static readonly pb::MessageParser<Resource> _parser = new pb::MessageParser<Resource>(() => new
Resource
());
4261
return new
Resource
(this);
5702
Upsert = new global::Aspire.ResourceService.Proto.V1.
Resource
();
5774
global::Aspire.ResourceService.Proto.V1.Resource subBuilder = new global::Aspire.ResourceService.Proto.V1.
Resource
();
22 references to Resource
Aspire.Dashboard (22)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (19)
135
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
Resource
), global::Aspire.ResourceService.Proto.V1.
Resource
.Parser, new[]{ "Name", "ResourceType", "DisplayName", "Uid", "State", "CreatedAt", "Environment", "Commands", "Properties", "Urls", "StateStyle", "Volumes", "HealthReports", "StartedAt", "StoppedAt", "Relationships", "IsHidden", "SupportsDetailedTelemetry" }, new[]{ "State", "CreatedAt", "StateStyle", "StartedAt", "StoppedAt" }, null, null, null),
4203
internal sealed partial class Resource : pb::IMessage<
Resource
>
4208
private static readonly pb::MessageParser<
Resource
> _parser = new pb::MessageParser<
Resource
>(() => new Resource());
4212
public static pb::MessageParser<
Resource
> Parser { get { return _parser; } }
4236
public Resource(
Resource
other) : this() {
4260
public
Resource
Clone() {
4541
return Equals(other as
Resource
);
4546
public bool Equals(
Resource
other) {
4784
public void MergeFrom(
Resource
other) {
5095
private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.
Resource
> _repeated_resources_codec
5096
= pb::FieldCodec.ForMessage(10, global::Aspire.ResourceService.Proto.V1.
Resource
.Parser);
5097
private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Resource
> resources_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Resource
>();
5100
public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Resource
> Resources {
5564
public global::Aspire.ResourceService.Proto.V1.
Resource
Upsert {
5565
get { return kindCase_ == KindOneofCase.Upsert ? (global::Aspire.ResourceService.Proto.V1.
Resource
) kind_ : null; }
5774
global::Aspire.ResourceService.Proto.V1.
Resource
subBuilder = new global::Aspire.ResourceService.Proto.V1.Resource();
ResourceService\DashboardClient.cs (3)
335
foreach (
var
resource in response.InitialData.Resources)
595
internal void SetInitialDataReceived(IList<
Resource
>? initialData = null)
601
foreach (
var
data in initialData)