Interface ListDebuggeesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDebuggeesResponse,ListDebuggeesResponse.Builder
public interface ListDebuggeesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DebuggeegetDebuggees(int index)List of debuggees accessible to the calling user.intgetDebuggeesCount()List of debuggees accessible to the calling user.List<Debuggee>getDebuggeesList()List of debuggees accessible to the calling user.DebuggeeOrBuildergetDebuggeesOrBuilder(int index)List of debuggees accessible to the calling user.List<? extends DebuggeeOrBuilder>getDebuggeesOrBuilderList()List of debuggees accessible to the calling user.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDebuggeesList
List<Debuggee> getDebuggeesList()
List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users.
repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
-
getDebuggees
Debuggee getDebuggees(int index)
List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users.
repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
-
getDebuggeesCount
int getDebuggeesCount()
List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users.
repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
-
getDebuggeesOrBuilderList
List<? extends DebuggeeOrBuilder> getDebuggeesOrBuilderList()
List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users.
repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
-
getDebuggeesOrBuilder
DebuggeeOrBuilder getDebuggeesOrBuilder(int index)
List of debuggees accessible to the calling user. The fields `debuggee.id` and `description` are guaranteed to be set. The `description` field is a human readable field provided by agents and can be displayed to users.
repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
-
-