public static interface ConfigFileProto.WatchConfigFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.StringValue |
getClientIp()
.google.protobuf.StringValue client_ip = 1; |
com.google.protobuf.StringValueOrBuilder |
getClientIpOrBuilder()
.google.protobuf.StringValue client_ip = 1; |
com.google.protobuf.StringValue |
getServiceName()
.google.protobuf.StringValue service_name = 2; |
com.google.protobuf.StringValueOrBuilder |
getServiceNameOrBuilder()
.google.protobuf.StringValue service_name = 2; |
ConfigFileProto.ConfigFileDTO |
getWatchFiles(int index)
repeated .v1.ConfigFileDTO watch_files = 3; |
int |
getWatchFilesCount()
repeated .v1.ConfigFileDTO watch_files = 3; |
List<ConfigFileProto.ConfigFileDTO> |
getWatchFilesList()
repeated .v1.ConfigFileDTO watch_files = 3; |
ConfigFileProto.ConfigFileDTOOrBuilder |
getWatchFilesOrBuilder(int index)
repeated .v1.ConfigFileDTO watch_files = 3; |
List<? extends ConfigFileProto.ConfigFileDTOOrBuilder> |
getWatchFilesOrBuilderList()
repeated .v1.ConfigFileDTO watch_files = 3; |
boolean |
hasClientIp()
.google.protobuf.StringValue client_ip = 1; |
boolean |
hasServiceName()
.google.protobuf.StringValue service_name = 2; |
boolean hasClientIp()
.google.protobuf.StringValue client_ip = 1;com.google.protobuf.StringValue getClientIp()
.google.protobuf.StringValue client_ip = 1;com.google.protobuf.StringValueOrBuilder getClientIpOrBuilder()
.google.protobuf.StringValue client_ip = 1;boolean hasServiceName()
.google.protobuf.StringValue service_name = 2;com.google.protobuf.StringValue getServiceName()
.google.protobuf.StringValue service_name = 2;com.google.protobuf.StringValueOrBuilder getServiceNameOrBuilder()
.google.protobuf.StringValue service_name = 2;List<ConfigFileProto.ConfigFileDTO> getWatchFilesList()
repeated .v1.ConfigFileDTO watch_files = 3;ConfigFileProto.ConfigFileDTO getWatchFiles(int index)
repeated .v1.ConfigFileDTO watch_files = 3;int getWatchFilesCount()
repeated .v1.ConfigFileDTO watch_files = 3;List<? extends ConfigFileProto.ConfigFileDTOOrBuilder> getWatchFilesOrBuilderList()
repeated .v1.ConfigFileDTO watch_files = 3;ConfigFileProto.ConfigFileDTOOrBuilder getWatchFilesOrBuilder(int index)
repeated .v1.ConfigFileDTO watch_files = 3;Copyright © 2022. All rights reserved.