public interface ListDebuggeesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClientVersion()
public abstract 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 abstract 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. |
getIncludeInactive()
public abstract 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. |
getProject()
public abstract 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 abstract 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. |