You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
302 B
11 lines
302 B
syntax = "proto3"; |
|
|
|
package envoy.api.v2.endpoint; |
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
import public "envoy/api/v2/endpoint/endpoint_components.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.api.v2.endpoint"; |
|
option java_outer_classname = "EndpointProto"; |
|
option java_multiple_files = true;
|
|
|