public final class ListDebuggeesRequest extends GeneratedMessageV3 implements ListDebuggeesRequestOrBuilder
Request to list debuggees.
Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListDebuggeesRequestImplements
ListDebuggeesRequestOrBuilderStatic Fields
CLIENT_VERSION_FIELD_NUMBER
public static final int CLIENT_VERSION_FIELD_NUMBER
Type | Description |
int |
INCLUDE_INACTIVE_FIELD_NUMBER
public static final int INCLUDE_INACTIVE_FIELD_NUMBER
Type | Description |
int |
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListDebuggeesRequest getDefaultInstance()
Type | Description |
ListDebuggeesRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListDebuggeesRequest.Builder newBuilder()
Type | Description |
ListDebuggeesRequest.Builder |
newBuilder(ListDebuggeesRequest prototype)
public static ListDebuggeesRequest.Builder newBuilder(ListDebuggeesRequest prototype)
Name | Description |
prototype | ListDebuggeesRequest |
Type | Description |
ListDebuggeesRequest.Builder |
parseDelimitedFrom(InputStream input)
public static ListDebuggeesRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListDebuggeesRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListDebuggeesRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListDebuggeesRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListDebuggeesRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListDebuggeesRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDebuggeesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListDebuggeesRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListDebuggeesRequest> parser()
Type | Description |
Parser<ListDebuggeesRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getClientVersion()
public String getClientVersion()
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];
Type | Description |
String | The clientVersion. |
getClientVersionBytes()
public ByteString getClientVersionBytes()
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];
Type | Description |
ByteString | The bytes for clientVersion. |
getDefaultInstanceForType()
public ListDebuggeesRequest getDefaultInstanceForType()
Type | Description |
ListDebuggeesRequest |
getIncludeInactive()
public boolean getIncludeInactive()
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
bool include_inactive = 3;
Type | Description |
boolean | The includeInactive. |
getParserForType()
public Parser<ListDebuggeesRequest> getParserForType()
Type | Description |
Parser<ListDebuggeesRequest> |
getProject()
public String getProject()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The project. |
getProjectBytes()
public ByteString getProjectBytes()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for project. |
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 ListDebuggeesRequest.Builder newBuilderForType()
Type | Description |
ListDebuggeesRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDebuggeesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListDebuggeesRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListDebuggeesRequest.Builder toBuilder()
Type | Description |
ListDebuggeesRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |