Interface ListDebuggeesResponseOrBuilder (1.41.0)

public interface ListDebuggeesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDebuggees(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Debuggee

getDebuggeesCount()

public abstract 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;

Returns
TypeDescription
int

getDebuggeesList()

public abstract 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;

Returns
TypeDescription
List<Debuggee>

getDebuggeesOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
DebuggeeOrBuilder

getDebuggeesOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.DebuggeeOrBuilder>