Class ListDebuggeesResponse.Builder (1.7.0)

public static final class ListDebuggeesResponse.Builder extends GeneratedMessageV3.Builder<ListDebuggeesResponse.Builder> implements ListDebuggeesResponseOrBuilder

Response for listing debuggees.

Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllDebuggees(Iterable<? extends Debuggee> values)

public ListDebuggeesResponse.Builder addAllDebuggees(Iterable<? extends Debuggee> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.devtools.clouddebugger.v2.Debuggee>
Returns
TypeDescription
ListDebuggeesResponse.Builder

addDebuggees(Debuggee value)

public ListDebuggeesResponse.Builder addDebuggees(Debuggee value)

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;

Parameter
NameDescription
valueDebuggee
Returns
TypeDescription
ListDebuggeesResponse.Builder

addDebuggees(Debuggee.Builder builderForValue)

public ListDebuggeesResponse.Builder addDebuggees(Debuggee.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueDebuggee.Builder
Returns
TypeDescription
ListDebuggeesResponse.Builder

addDebuggees(int index, Debuggee value)

public ListDebuggeesResponse.Builder addDebuggees(int index, Debuggee value)

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;

Parameters
NameDescription
indexint
valueDebuggee
Returns
TypeDescription
ListDebuggeesResponse.Builder

addDebuggees(int index, Debuggee.Builder builderForValue)

public ListDebuggeesResponse.Builder addDebuggees(int index, Debuggee.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueDebuggee.Builder
Returns
TypeDescription
ListDebuggeesResponse.Builder

addDebuggeesBuilder()

public Debuggee.Builder addDebuggeesBuilder()

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;

Returns
TypeDescription
Debuggee.Builder

addDebuggeesBuilder(int index)

public Debuggee.Builder addDebuggeesBuilder(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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Debuggee.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDebuggeesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

build()

public ListDebuggeesResponse build()
Returns
TypeDescription
ListDebuggeesResponse

buildPartial()

public ListDebuggeesResponse buildPartial()
Returns
TypeDescription
ListDebuggeesResponse

clear()

public ListDebuggeesResponse.Builder clear()
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

clearDebuggees()

public ListDebuggeesResponse.Builder clearDebuggees()

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;

Returns
TypeDescription
ListDebuggeesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDebuggeesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDebuggeesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

clone()

public ListDebuggeesResponse.Builder clone()
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Debuggee

getDebuggeesBuilder(int index)

public Debuggee.Builder getDebuggeesBuilder(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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Debuggee.Builder

getDebuggeesBuilderList()

public List<Debuggee.Builder> getDebuggeesBuilderList()

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;

Returns
TypeDescription
List<Builder>

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.DebuggeeOrBuilder>

getDefaultInstanceForType()

public ListDebuggeesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDebuggeesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDebuggeesResponse other)

public ListDebuggeesResponse.Builder mergeFrom(ListDebuggeesResponse other)
Parameter
NameDescription
otherListDebuggeesResponse
Returns
TypeDescription
ListDebuggeesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDebuggeesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDebuggeesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDebuggeesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

removeDebuggees(int index)

public ListDebuggeesResponse.Builder removeDebuggees(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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListDebuggeesResponse.Builder

setDebuggees(int index, Debuggee value)

public ListDebuggeesResponse.Builder setDebuggees(int index, Debuggee value)

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;

Parameters
NameDescription
indexint
valueDebuggee
Returns
TypeDescription
ListDebuggeesResponse.Builder

setDebuggees(int index, Debuggee.Builder builderForValue)

public ListDebuggeesResponse.Builder setDebuggees(int index, Debuggee.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueDebuggee.Builder
Returns
TypeDescription
ListDebuggeesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDebuggeesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListDebuggeesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDebuggeesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDebuggeesResponse.Builder
Overrides