Uses of Interface
io.dapr.v1.DaprProtos.MetadataHTTPEndpointOrBuilder
-
Packages that use DaprProtos.MetadataHTTPEndpointOrBuilder Package Description io.dapr.v1 -
-
Uses of DaprProtos.MetadataHTTPEndpointOrBuilder in io.dapr.v1
Classes in io.dapr.v1 that implement DaprProtos.MetadataHTTPEndpointOrBuilder Modifier and Type Class Description static class
DaprProtos.MetadataHTTPEndpoint
Protobuf typedapr.proto.runtime.v1.MetadataHTTPEndpoint
static class
DaprProtos.MetadataHTTPEndpoint.Builder
Protobuf typedapr.proto.runtime.v1.MetadataHTTPEndpoint
Methods in io.dapr.v1 that return DaprProtos.MetadataHTTPEndpointOrBuilder Modifier and Type Method Description DaprProtos.MetadataHTTPEndpointOrBuilder
DaprProtos.GetMetadataResponse.Builder. getHttpEndpointsOrBuilder(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpointOrBuilder
DaprProtos.GetMetadataResponse. getHttpEndpointsOrBuilder(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpointOrBuilder
DaprProtos.GetMetadataResponseOrBuilder. getHttpEndpointsOrBuilder(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.MetadataHTTPEndpointOrBuilder Modifier and Type Method Description List<? extends DaprProtos.MetadataHTTPEndpointOrBuilder>
DaprProtos.GetMetadataResponse.Builder. getHttpEndpointsOrBuilderList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
List<? extends DaprProtos.MetadataHTTPEndpointOrBuilder>
DaprProtos.GetMetadataResponse. getHttpEndpointsOrBuilderList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
List<? extends DaprProtos.MetadataHTTPEndpointOrBuilder>
DaprProtos.GetMetadataResponseOrBuilder. getHttpEndpointsOrBuilderList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-