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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
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 |
Name |
Description |
value |
Debuggee
|
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;
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;
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;
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;
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 |
Name |
Description |
index |
int
|
public ListDebuggeesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListDebuggeesResponse build()
public ListDebuggeesResponse buildPartial()
public ListDebuggeesResponse.Builder clear()
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;
public ListDebuggeesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListDebuggeesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListDebuggeesResponse.Builder clone()
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 |
Name |
Description |
index |
int
|
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 |
Name |
Description |
index |
int
|
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;
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 |
Type |
Description |
int |
|
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;
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 |
Name |
Description |
index |
int
|
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()
public Descriptors.Descriptor getDescriptorForType()
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListDebuggeesResponse.Builder mergeFrom(ListDebuggeesResponse other)
public ListDebuggeesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListDebuggeesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListDebuggeesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
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;
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;
public ListDebuggeesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListDebuggeesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListDebuggeesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides