Interface ListDebuggeesResponseOrBuilder (1.43.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.devtools.clouddebugger.v2.DebuggeeOrBuilder>