public final class ListDebuggeesResponse extends GeneratedMessageV3 implements ListDebuggeesResponseOrBuilder
Response for listing debuggees.
Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListDebuggeesResponseImplements
ListDebuggeesResponseOrBuilderStatic Fields
DEBUGGEES_FIELD_NUMBER
public static final int DEBUGGEES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListDebuggeesResponse getDefaultInstance()
Type | Description |
ListDebuggeesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListDebuggeesResponse.Builder newBuilder()
Type | Description |
ListDebuggeesResponse.Builder |
newBuilder(ListDebuggeesResponse prototype)
public static ListDebuggeesResponse.Builder newBuilder(ListDebuggeesResponse prototype)
Name | Description |
prototype | ListDebuggeesResponse |
Type | Description |
ListDebuggeesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListDebuggeesResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListDebuggeesResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListDebuggeesResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListDebuggeesResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListDebuggeesResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListDebuggeesResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListDebuggeesResponse> parser()
Type | Description |
Parser<ListDebuggeesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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;
Name | Description |
index | int |
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;
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;
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;
Name | Description |
index | int |
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;
Type | Description |
List<? extends com.google.devtools.clouddebugger.v2.DebuggeeOrBuilder> |
getDefaultInstanceForType()
public ListDebuggeesResponse getDefaultInstanceForType()
Type | Description |
ListDebuggeesResponse |
getParserForType()
public Parser<ListDebuggeesResponse> getParserForType()
Type | Description |
Parser<ListDebuggeesResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListDebuggeesResponse.Builder newBuilderForType()
Type | Description |
ListDebuggeesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDebuggeesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListDebuggeesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListDebuggeesResponse.Builder toBuilder()
Type | Description |
ListDebuggeesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |