Package io.envoyproxy.envoy.admin.v3
Interface UnreadyTargetsDumps.UnreadyTargetsDumpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnreadyTargetsDumps.UnreadyTargetsDump
,UnreadyTargetsDumps.UnreadyTargetsDump.Builder
- Enclosing class:
- UnreadyTargetsDumps
public static interface UnreadyTargetsDumps.UnreadyTargetsDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of the init manager.com.google.protobuf.ByteString
Name of the init manager.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
Names of unready targets of the init manager.Names of unready targets of the init manager.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Name of the init manager. Example: "init_manager_xxx".
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the init manager. Example: "init_manager_xxx".
string name = 1;
- Returns:
- The bytes for name.
-
getTargetNamesList
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;
- Returns:
- A list containing the targetNames.
-
getTargetNamesCount
int getTargetNamesCount()Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;
- Returns:
- The count of targetNames.
-
getTargetNames
Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The targetNames at the given index.
-
getTargetNamesBytes
com.google.protobuf.ByteString getTargetNamesBytes(int index) Names of unready targets of the init manager. Example: "target_xxx".
repeated string target_names = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the targetNames at the given index.
-