| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.istio.model | |
| com.alibaba.nacos.istio.model.naming |
| 限定符和类型 | 字段和说明 |
|---|---|
private static Port |
Port.DEFAULT_INSTANCE |
private Port |
Server.port_ |
private Port |
Server.Builder.port_ |
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.google.protobuf.Parser<Port> |
Port.PARSER |
private com.google.protobuf.SingleFieldBuilderV3<Port,Port.Builder,PortOrBuilder> |
Server.Builder.portBuilder_ |
| 限定符和类型 | 方法和说明 |
|---|---|
Port |
Port.Builder.build() |
Port |
Port.Builder.buildPartial() |
static Port |
Port.getDefaultInstance() |
Port |
Port.getDefaultInstanceForType() |
Port |
Port.Builder.getDefaultInstanceForType() |
Port |
ServerOrBuilder.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
Port |
Server.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
Port |
Server.Builder.getPort()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
static Port |
Port.parseDelimitedFrom(java.io.InputStream input) |
static Port |
Port.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(byte[] data) |
static Port |
Port.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(java.nio.ByteBuffer data) |
static Port |
Port.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(com.google.protobuf.ByteString data) |
static Port |
Port.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(com.google.protobuf.CodedInputStream input) |
static Port |
Port.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Port |
Port.parseFrom(java.io.InputStream input) |
static Port |
Port.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Port> |
Port.getParserForType() |
private com.google.protobuf.SingleFieldBuilderV3<Port,Port.Builder,PortOrBuilder> |
Server.Builder.getPortFieldBuilder()
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
static com.google.protobuf.Parser<Port> |
Port.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Port.Builder |
Port.Builder.mergeFrom(Port other) |
Server.Builder |
Server.Builder.mergePort(Port value)
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
static Port.Builder |
Port.newBuilder(Port prototype) |
Server.Builder |
Server.Builder.setPort(Port value)
REQUIRED: The Port on which the proxy should listen for incoming
connections.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private java.util.List<Port> |
ServiceEntry.ports_ |
private java.util.List<Port> |
ServiceEntry.Builder.ports_ |
private com.google.protobuf.RepeatedFieldBuilderV3<Port,Port.Builder,PortOrBuilder> |
ServiceEntry.Builder.portsBuilder_ |
| 限定符和类型 | 方法和说明 |
|---|---|
Port |
ServiceEntry.getPorts(int index)
REQUIRED.
|
Port |
ServiceEntry.Builder.getPorts(int index)
REQUIRED.
|
Port |
ServiceEntryOrBuilder.getPorts(int index)
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
private com.google.protobuf.RepeatedFieldBuilderV3<Port,Port.Builder,PortOrBuilder> |
ServiceEntry.Builder.getPortsFieldBuilder() |
java.util.List<Port> |
ServiceEntry.getPortsList()
REQUIRED.
|
java.util.List<Port> |
ServiceEntry.Builder.getPortsList()
REQUIRED.
|
java.util.List<Port> |
ServiceEntryOrBuilder.getPortsList()
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceEntry.Builder |
ServiceEntry.Builder.addPorts(int index,
Port value)
REQUIRED.
|
ServiceEntry.Builder |
ServiceEntry.Builder.addPorts(Port value)
REQUIRED.
|
ServiceEntry.Builder |
ServiceEntry.Builder.setPorts(int index,
Port value)
REQUIRED.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceEntry.Builder |
ServiceEntry.Builder.addAllPorts(java.lang.Iterable<? extends Port> values)
REQUIRED.
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.