public static interface UnreadyTargetsDumps.UnreadyTargetsDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the init manager.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the init manager.
|
String |
getTargetNames(int index)
Names of unready targets of the init manager.
|
com.google.protobuf.ByteString |
getTargetNamesBytes(int index)
Names of unready targets of the init manager.
|
int |
getTargetNamesCount()
Names of unready targets of the init manager.
|
List<String> |
getTargetNamesList()
Names of unready targets of the init manager.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the init manager. Example: "init_manager_xxx".
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the init manager. Example: "init_manager_xxx".
string name = 1;List<String> getTargetNamesList()
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;int getTargetNamesCount()
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;String getTargetNames(int index)
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;com.google.protobuf.ByteString getTargetNamesBytes(int index)
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.