Class ListDebuggeesRequest (1.41.0)

publicfinalclass ListDebuggeesRequestextendsGeneratedMessageV3implementsListDebuggeesRequestOrBuilder

Request to list debuggees.

Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

CLIENT_VERSION_FIELD_NUMBER

publicstaticfinalintCLIENT_VERSION_FIELD_NUMBER
Field Value
Type Description
int

INCLUDE_INACTIVE_FIELD_NUMBER

publicstaticfinalintINCLUDE_INACTIVE_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

publicstaticfinalintPROJECT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticListDebuggeesRequestgetDefaultInstance()
Returns
Type Description
ListDebuggeesRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticListDebuggeesRequest.BuildernewBuilder()
Returns
Type Description
ListDebuggeesRequest.Builder

newBuilder(ListDebuggeesRequest prototype)

publicstaticListDebuggeesRequest.BuildernewBuilder(ListDebuggeesRequestprototype)
Parameter
Name Description
prototype ListDebuggeesRequest
Returns
Type Description
ListDebuggeesRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticListDebuggeesRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticListDebuggeesRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticListDebuggeesRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticListDebuggeesRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticListDebuggeesRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticListDebuggeesRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticListDebuggeesRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDebuggeesRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ListDebuggeesRequest>parser()
Returns
Type Description
Parser<ListDebuggeesRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getClientVersion()

publicStringgetClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

publicByteStringgetClientVersionBytes()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDefaultInstanceForType()

publicListDebuggeesRequestgetDefaultInstanceForType()
Returns
Type Description
ListDebuggeesRequest

getIncludeInactive()

publicbooleangetIncludeInactive()

When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

bool include_inactive = 3;

Returns
Type Description
boolean

The includeInactive.

getParserForType()

publicParser<ListDebuggeesRequest>getParserForType()
Returns
Type Description
Parser<ListDebuggeesRequest>
Overrides

getProject()

publicStringgetProject()

Required. Project number of a Google Cloud project whose debuggees to list.

string project = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

publicByteStringgetProjectBytes()

Required. Project number of a Google Cloud project whose debuggees to list.

string project = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicListDebuggeesRequest.BuildernewBuilderForType()
Returns
Type Description
ListDebuggeesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedListDebuggeesRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListDebuggeesRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicListDebuggeesRequest.BuildertoBuilder()
Returns
Type Description
ListDebuggeesRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.