Interface ListDebuggeesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDebuggeesRequest
,ListDebuggeesRequest.Builder
public interface ListDebuggeesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientVersion()
Required.com.google.protobuf.ByteString
getClientVersionBytes()
Required.boolean
getIncludeInactive()
When set to `true`, the result includes all debuggees.String
getProject()
Required.com.google.protobuf.ByteString
getProjectBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for project.
-
getIncludeInactive
boolean getIncludeInactive()
When set to `true`, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.
bool include_inactive = 3;
- Returns:
- The includeInactive.
-
getClientVersion
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];
- Returns:
- The clientVersion.
-
getClientVersionBytes
com.google.protobuf.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];
- Returns:
- The bytes for clientVersion.
-
-