| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.istio.model.naming |
| 限定符和类型 | 字段和说明 |
|---|---|
private static ServiceEntry.Location[] |
ServiceEntry.Location.VALUES |
| 限定符和类型 | 字段和说明 |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<ServiceEntry.Location> |
ServiceEntry.Location.internalValueMap |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServiceEntry.Location |
ServiceEntry.Location.forNumber(int value) |
ServiceEntry.Location |
ServiceEntry.getLocation()
Specify whether the service should be considered external to the mesh
or part of the mesh.
|
ServiceEntry.Location |
ServiceEntry.Builder.getLocation()
Specify whether the service should be considered external to the mesh
or part of the mesh.
|
ServiceEntry.Location |
ServiceEntryOrBuilder.getLocation()
Specify whether the service should be considered external to the mesh
or part of the mesh.
|
static ServiceEntry.Location |
ServiceEntry.Location.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServiceEntry.Location |
ServiceEntry.Location.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ServiceEntry.Location |
ServiceEntry.Location.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ServiceEntry.Location[] |
ServiceEntry.Location.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ServiceEntry.Location> |
ServiceEntry.Location.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceEntry.Builder |
ServiceEntry.Builder.setLocation(ServiceEntry.Location value)
Specify whether the service should be considered external to the mesh
or part of the mesh.
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.