Send feedback
Class ListDebuggeesRequest.Builder (1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.9.0 keyboard_arrow_down
public static final class ListDebuggeesRequest . Builder extends GeneratedMessageV3 . Builder<ListDebuggeesRequest . Builder > implements ListDebuggeesRequestOrBuilder
Request to list debuggees.
Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public ListDebuggeesRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ListDebuggeesRequest build ()
Returns
public ListDebuggeesRequest buildPartial ()
Returns
public ListDebuggeesRequest . Builder clear ()
Returns
Overrides
public ListDebuggeesRequest . Builder clearClientVersion ()
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
public ListDebuggeesRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public ListDebuggeesRequest . Builder clearIncludeInactive ()
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
bool include_inactive = 3;
Returns
public ListDebuggeesRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public ListDebuggeesRequest . Builder clearProject ()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
public ListDebuggeesRequest . Builder clone ()
Returns
Overrides
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];
Returns
Type Description String
The clientVersion.
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];
Returns
Type Description ByteString
The bytes for clientVersion.
public ListDebuggeesRequest getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
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;
Returns
Type Description boolean
The includeInactive.
public String getProject ()
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.
public ByteString getProjectBytes ()
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ListDebuggeesRequest . Builder mergeFrom ( ListDebuggeesRequest other )
Parameter
Returns
public ListDebuggeesRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public ListDebuggeesRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final ListDebuggeesRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public ListDebuggeesRequest . Builder setClientVersion ( String value )
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];
Parameter
Name Description value
String
The clientVersion to set.
Returns
public ListDebuggeesRequest . Builder setClientVersionBytes ( ByteString value )
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];
Parameter
Name Description value
ByteString
The bytes for clientVersion to set.
Returns
public ListDebuggeesRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ListDebuggeesRequest . Builder setIncludeInactive ( boolean value )
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
bool include_inactive = 3;
Parameter
Name Description value
boolean
The includeInactive to set.
Returns
public ListDebuggeesRequest . Builder setProject ( String value )
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value
String
The project to set.
Returns
public ListDebuggeesRequest . Builder setProjectBytes ( ByteString value )
Required. Project number of a Google Cloud project whose debuggees to list.
string project = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value
ByteString
The bytes for project to set.
Returns
public ListDebuggeesRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final ListDebuggeesRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]