Interface ListDebuggeesResponseOrBuilder (1.4.0)

publicinterface ListDebuggeesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDebuggees(int index)

publicabstractDebuggeegetDebuggees(intindex)

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

getDebuggeesCount()

publicabstractintgetDebuggeesCount()

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()

publicabstractList<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

getDebuggeesOrBuilder(int index)

publicabstractDebuggeeOrBuildergetDebuggeesOrBuilder(intindex)

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

getDebuggeesOrBuilderList()

publicabstractList<?extendsDebuggeeOrBuilder>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>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.