Uses of Class
io.dapr.v1.DaprProtos.MetadataHTTPEndpoint
Packages that use DaprProtos.MetadataHTTPEndpoint
-
Uses of DaprProtos.MetadataHTTPEndpoint in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.MetadataHTTPEndpointModifier and TypeMethodDescriptionDaprProtos.MetadataHTTPEndpoint.Builder.build()
DaprProtos.MetadataHTTPEndpoint.Builder.buildPartial()
DaprProtos.MetadataHTTPEndpoint.getDefaultInstance()
DaprProtos.MetadataHTTPEndpoint.Builder.getDefaultInstanceForType()
DaprProtos.MetadataHTTPEndpoint.getDefaultInstanceForType()
DaprProtos.GetMetadataResponse.Builder.getHttpEndpoints
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.GetMetadataResponse.getHttpEndpoints
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.GetMetadataResponseOrBuilder.getHttpEndpoints
(int index) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpoint.parseDelimitedFrom
(InputStream input) DaprProtos.MetadataHTTPEndpoint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.MetadataHTTPEndpoint.parseFrom
(byte[] data) DaprProtos.MetadataHTTPEndpoint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.MetadataHTTPEndpoint.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.MetadataHTTPEndpoint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.MetadataHTTPEndpoint.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.MetadataHTTPEndpoint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.MetadataHTTPEndpoint.parseFrom
(InputStream input) DaprProtos.MetadataHTTPEndpoint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.MetadataHTTPEndpoint.parseFrom
(ByteBuffer data) DaprProtos.MetadataHTTPEndpoint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.MetadataHTTPEndpointModifier and TypeMethodDescriptionDaprProtos.GetMetadataResponse.Builder.getHttpEndpointsList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.GetMetadataResponse.getHttpEndpointsList()
repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
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.MetadataHTTPEndpointModifier and TypeMethodDescriptionDaprProtos.GetMetadataResponse.Builder.addHttpEndpoints
(int index, DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.GetMetadataResponse.Builder.addHttpEndpoints
(DaprProtos.MetadataHTTPEndpoint value) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];
DaprProtos.MetadataHTTPEndpoint.Builder.mergeFrom
(DaprProtos.MetadataHTTPEndpoint other) DaprProtos.MetadataHTTPEndpoint.newBuilder
(DaprProtos.MetadataHTTPEndpoint prototype) 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.MetadataHTTPEndpointModifier and TypeMethodDescriptionDaprProtos.GetMetadataResponse.Builder.addAllHttpEndpoints
(Iterable<? extends DaprProtos.MetadataHTTPEndpoint> values) repeated .dapr.proto.runtime.v1.MetadataHTTPEndpoint http_endpoints = 6 [json_name = "httpEndpoints"];