public static final class ListDebuggeesResponse.Builder extends GeneratedMessageV3.Builder<ListDebuggeesResponse.Builder> implements ListDebuggeesResponseOrBuilder
Response for listing debuggees.
Protobuf type google.devtools.clouddebugger.v2.ListDebuggeesResponse
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 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
Name | Description |
values | Iterable<? extends com.google.devtools.clouddebugger.v2.Debuggee>
|
Returns
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
Returns
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
Returns
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
Returns
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
Returns
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
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
Returns
public ListDebuggeesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListDebuggeesResponse build()
Returns
public ListDebuggeesResponse buildPartial()
Returns
public ListDebuggeesResponse.Builder clear()
Returns
Overrides
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
public ListDebuggeesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ListDebuggeesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListDebuggeesResponse.Builder clone()
Returns
Overrides
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
Returns
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
Returns
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
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
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
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
Returns
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
Type | Description |
List<? extends com.google.devtools.clouddebugger.v2.DebuggeeOrBuilder> | |
public ListDebuggeesResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListDebuggeesResponse.Builder mergeFrom(ListDebuggeesResponse other)
Parameter
Returns
public ListDebuggeesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListDebuggeesResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListDebuggeesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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
Returns
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
Returns
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
Returns
public ListDebuggeesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListDebuggeesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListDebuggeesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides