Uses of Class
io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
-
Packages that use DaprProtos.MetadataHTTPEndpoint Package Description io.dapr.v1 -
-
Uses of DaprProtos.MetadataHTTPEndpoint in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.MetadataHTTPEndpoint Modifier and Type Method Description DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint.Builder. build()
DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint.Builder. buildPartial()
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. getDefaultInstance()
DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint.Builder. getDefaultInstanceForType()
DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. getDefaultInstanceForType()
DaprProtos.MetadataHTTPEndpoint
DaprProtos.GetMetadataResponse.Builder. getHttpEndpoints(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpoint
DaprProtos.GetMetadataResponse. getHttpEndpoints(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpoint
DaprProtos.GetMetadataResponseOrBuilder. getHttpEndpoints(int index)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseDelimitedFrom(InputStream input)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(byte[] data)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(InputStream input)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(ByteBuffer data)
static DaprProtos.MetadataHTTPEndpoint
DaprProtos.MetadataHTTPEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.MetadataHTTPEndpoint Modifier and Type Method Description List<DaprProtos.MetadataHTTPEndpoint>
DaprProtos.GetMetadataResponse.Builder. getHttpEndpointsList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
List<DaprProtos.MetadataHTTPEndpoint>
DaprProtos.GetMetadataResponse. getHttpEndpointsList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
List<DaprProtos.MetadataHTTPEndpoint>
DaprProtos.GetMetadataResponseOrBuilder. getHttpEndpointsList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
com.google.protobuf.Parser<DaprProtos.MetadataHTTPEndpoint>
DaprProtos.MetadataHTTPEndpoint. getParserForType()
static com.google.protobuf.Parser<DaprProtos.MetadataHTTPEndpoint>
DaprProtos.MetadataHTTPEndpoint. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.MetadataHTTPEndpoint Modifier and Type Method Description DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint value)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addHttpEndpoints(DaprProtos.MetadataHTTPEndpoint value)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpoint.Builder
DaprProtos.MetadataHTTPEndpoint.Builder. mergeFrom(DaprProtos.MetadataHTTPEndpoint other)
static DaprProtos.MetadataHTTPEndpoint.Builder
DaprProtos.MetadataHTTPEndpoint. newBuilder(DaprProtos.MetadataHTTPEndpoint prototype)
DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. setHttpEndpoints(int index, DaprProtos.MetadataHTTPEndpoint value)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.MetadataHTTPEndpoint Modifier and Type Method Description DaprProtos.GetMetadataResponse.Builder
DaprProtos.GetMetadataResponse.Builder. addAllHttpEndpoints(Iterable<? extends DaprProtos.MetadataHTTPEndpoint> values)
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
-