Uses of Class
com.google.devtools.clouddebugger.v2.Debuggee
-
Packages that use Debuggee Package Description com.google.cloud.debugger.v2 A client to Stackdriver Debugger APIcom.google.devtools.clouddebugger.v2 -
-
Uses of Debuggee in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 with parameters of type Debuggee Modifier and Type Method Description RegisterDebuggeeResponse
Controller2Client. registerDebuggee(Debuggee debuggee)
Registers the debuggee with the controller service. -
Uses of Debuggee in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return Debuggee Modifier and Type Method Description Debuggee
Debuggee.Builder. build()
Debuggee
Debuggee.Builder. buildPartial()
Debuggee
RegisterDebuggeeRequest.Builder. getDebuggee()
Required.Debuggee
RegisterDebuggeeRequest. getDebuggee()
Required.Debuggee
RegisterDebuggeeRequestOrBuilder. getDebuggee()
Required.Debuggee
RegisterDebuggeeResponse.Builder. getDebuggee()
Debuggee resource.Debuggee
RegisterDebuggeeResponse. getDebuggee()
Debuggee resource.Debuggee
RegisterDebuggeeResponseOrBuilder. getDebuggee()
Debuggee resource.Debuggee
ListDebuggeesResponse.Builder. getDebuggees(int index)
List of debuggees accessible to the calling user.Debuggee
ListDebuggeesResponse. getDebuggees(int index)
List of debuggees accessible to the calling user.Debuggee
ListDebuggeesResponseOrBuilder. getDebuggees(int index)
List of debuggees accessible to the calling user.static Debuggee
Debuggee. getDefaultInstance()
Debuggee
Debuggee.Builder. getDefaultInstanceForType()
Debuggee
Debuggee. getDefaultInstanceForType()
static Debuggee
Debuggee. parseDelimitedFrom(InputStream input)
static Debuggee
Debuggee. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
Debuggee. parseFrom(byte[] data)
static Debuggee
Debuggee. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
Debuggee. parseFrom(com.google.protobuf.ByteString data)
static Debuggee
Debuggee. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
Debuggee. parseFrom(com.google.protobuf.CodedInputStream input)
static Debuggee
Debuggee. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
Debuggee. parseFrom(InputStream input)
static Debuggee
Debuggee. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Debuggee
Debuggee. parseFrom(ByteBuffer data)
static Debuggee
Debuggee. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type Debuggee Modifier and Type Method Description List<Debuggee>
ListDebuggeesResponse.Builder. getDebuggeesList()
List of debuggees accessible to the calling user.List<Debuggee>
ListDebuggeesResponse. getDebuggeesList()
List of debuggees accessible to the calling user.List<Debuggee>
ListDebuggeesResponseOrBuilder. getDebuggeesList()
List of debuggees accessible to the calling user.com.google.protobuf.Parser<Debuggee>
Debuggee. getParserForType()
static com.google.protobuf.Parser<Debuggee>
Debuggee. parser()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type Debuggee Modifier and Type Method Description ListDebuggeesResponse.Builder
ListDebuggeesResponse.Builder. addDebuggees(int index, Debuggee value)
List of debuggees accessible to the calling user.ListDebuggeesResponse.Builder
ListDebuggeesResponse.Builder. addDebuggees(Debuggee value)
List of debuggees accessible to the calling user.RegisterDebuggeeRequest.Builder
RegisterDebuggeeRequest.Builder. mergeDebuggee(Debuggee value)
Required.RegisterDebuggeeResponse.Builder
RegisterDebuggeeResponse.Builder. mergeDebuggee(Debuggee value)
Debuggee resource.Debuggee.Builder
Debuggee.Builder. mergeFrom(Debuggee other)
static Debuggee.Builder
Debuggee. newBuilder(Debuggee prototype)
RegisterDebuggeeRequest.Builder
RegisterDebuggeeRequest.Builder. setDebuggee(Debuggee value)
Required.RegisterDebuggeeResponse.Builder
RegisterDebuggeeResponse.Builder. setDebuggee(Debuggee value)
Debuggee resource.ListDebuggeesResponse.Builder
ListDebuggeesResponse.Builder. setDebuggees(int index, Debuggee value)
List of debuggees accessible to the calling user.Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type Debuggee Modifier and Type Method Description ListDebuggeesResponse.Builder
ListDebuggeesResponse.Builder. addAllDebuggees(Iterable<? extends Debuggee> values)
List of debuggees accessible to the calling user.
-