public static interface TopologyMaster.ExceptionLogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
required string component_name = 1; |
com.google.protobuf.ByteString |
getComponentNameBytes()
required string component_name = 1; |
java.lang.String |
getInstances(int index)
repeated string instances = 2; |
com.google.protobuf.ByteString |
getInstancesBytes(int index)
repeated string instances = 2; |
int |
getInstancesCount()
repeated string instances = 2; |
java.util.List<java.lang.String> |
getInstancesList()
repeated string instances = 2; |
boolean |
hasComponentName()
required string component_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasComponentName()
required string component_name = 1;
TODO: Make this repeated so that single request can send data for multiple components.
java.lang.String getComponentName()
required string component_name = 1;
TODO: Make this repeated so that single request can send data for multiple components.
com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 1;
TODO: Make this repeated so that single request can send data for multiple components.
java.util.List<java.lang.String> getInstancesList()
repeated string instances = 2;
List of instances for exception request. If instances are empty, exception log for all instances will be returned.
int getInstancesCount()
repeated string instances = 2;
List of instances for exception request. If instances are empty, exception log for all instances will be returned.
java.lang.String getInstances(int index)
repeated string instances = 2;
List of instances for exception request. If instances are empty, exception log for all instances will be returned.
com.google.protobuf.ByteString getInstancesBytes(int index)
repeated string instances = 2;
List of instances for exception request. If instances are empty, exception log for all instances will be returned.