publicstaticfinalclass ListDebuggeesResponse.BuilderextendsGeneratedMessageV3.Builder<ListDebuggeesResponse.Builder>implementsListDebuggeesResponseOrBuilder
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
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicListDebuggeesResponse.BuilderaddAllDebuggees(Iterable<?extendsDebuggee>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>
|
publicListDebuggeesResponse.BuilderaddDebuggees(Debuggeevalue)
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
|
publicListDebuggeesResponse.BuilderaddDebuggees(Debuggee.BuilderbuilderForValue)
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;
publicListDebuggeesResponse.BuilderaddDebuggees(intindex,Debuggeevalue)
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;
publicListDebuggeesResponse.BuilderaddDebuggees(intindex,Debuggee.BuilderbuilderForValue)
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;
publicDebuggee.BuilderaddDebuggeesBuilder()
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;
publicDebuggee.BuilderaddDebuggeesBuilder(intindex)
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
|
publicListDebuggeesResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicListDebuggeesResponsebuild()
publicListDebuggeesResponsebuildPartial()
publicListDebuggeesResponse.Builderclear()
Overrides
publicListDebuggeesResponse.BuilderclearDebuggees()
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;
publicListDebuggeesResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicListDebuggeesResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicListDebuggeesResponse.Builderclone()
Overrides
publicDebuggeegetDebuggees(intindex)
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
|
publicDebuggee.BuildergetDebuggeesBuilder(intindex)
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
|
publicList<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;
publicintgetDebuggeesCount()
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 |
publicList<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;
publicDebuggeeOrBuildergetDebuggeesOrBuilder(intindex)
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
|
publicList<?extendsDebuggeeOrBuilder>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> |
publicListDebuggeesResponsegetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicListDebuggeesResponse.BuildermergeFrom(ListDebuggeesResponseother)
publicListDebuggeesResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicListDebuggeesResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicfinalListDebuggeesResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicListDebuggeesResponse.BuilderremoveDebuggees(intindex)
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
|
publicListDebuggeesResponse.BuildersetDebuggees(intindex,Debuggeevalue)
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;
publicListDebuggeesResponse.BuildersetDebuggees(intindex,Debuggee.BuilderbuilderForValue)
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;
publicListDebuggeesResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicListDebuggeesResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicfinalListDebuggeesResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides