Class ListDebuggeesResponse (1.43.0)

public final class ListDebuggeesResponse extends GeneratedMessageV3 implements ListDebuggeesResponseOrBuilder

Response for listing debuggees.

Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesResponse

Static Fields

DEBUGGEES_FIELD_NUMBER

public static final int DEBUGGEES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListDebuggeesResponse getDefaultInstance()
Returns
Type Description
ListDebuggeesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListDebuggeesResponse.Builder newBuilder()
Returns
Type Description
ListDebuggeesResponse.Builder

newBuilder(ListDebuggeesResponse prototype)

public static ListDebuggeesResponse.Builder newBuilder(ListDebuggeesResponse prototype)
Parameter
Name Description
prototype ListDebuggeesResponse
Returns
Type Description
ListDebuggeesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListDebuggeesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListDebuggeesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListDebuggeesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListDebuggeesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListDebuggeesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListDebuggeesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListDebuggeesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListDebuggeesResponse> parser()
Returns
Type Description
Parser<ListDebuggeesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDebuggees(int index)

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

getDefaultInstanceForType()

public ListDebuggeesResponse getDefaultInstanceForType()
Returns
Type Description
ListDebuggeesResponse

getParserForType()

public Parser<ListDebuggeesResponse> getParserForType()
Returns
Type Description
Parser<ListDebuggeesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListDebuggeesResponse.Builder newBuilderForType()
Returns
Type Description
ListDebuggeesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListDebuggeesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListDebuggeesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListDebuggeesResponse.Builder toBuilder()
Returns
Type Description
ListDebuggeesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException