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 RegisterDebuggeeResponseController2Client. 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 DebuggeeDebuggee.Builder. build()DebuggeeDebuggee.Builder. buildPartial()DebuggeeRegisterDebuggeeRequest.Builder. getDebuggee()Required.DebuggeeRegisterDebuggeeRequest. getDebuggee()Required.DebuggeeRegisterDebuggeeRequestOrBuilder. getDebuggee()Required.DebuggeeRegisterDebuggeeResponse.Builder. getDebuggee()Debuggee resource.DebuggeeRegisterDebuggeeResponse. getDebuggee()Debuggee resource.DebuggeeRegisterDebuggeeResponseOrBuilder. getDebuggee()Debuggee resource.DebuggeeListDebuggeesResponse.Builder. getDebuggees(int index)List of debuggees accessible to the calling user.DebuggeeListDebuggeesResponse. getDebuggees(int index)List of debuggees accessible to the calling user.DebuggeeListDebuggeesResponseOrBuilder. getDebuggees(int index)List of debuggees accessible to the calling user.static DebuggeeDebuggee. getDefaultInstance()DebuggeeDebuggee.Builder. getDefaultInstanceForType()DebuggeeDebuggee. getDefaultInstanceForType()static DebuggeeDebuggee. parseDelimitedFrom(InputStream input)static DebuggeeDebuggee. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeDebuggee. parseFrom(byte[] data)static DebuggeeDebuggee. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeDebuggee. parseFrom(com.google.protobuf.ByteString data)static DebuggeeDebuggee. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeDebuggee. parseFrom(com.google.protobuf.CodedInputStream input)static DebuggeeDebuggee. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeDebuggee. parseFrom(InputStream input)static DebuggeeDebuggee. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DebuggeeDebuggee. parseFrom(ByteBuffer data)static DebuggeeDebuggee. 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.BuilderListDebuggeesResponse.Builder. addDebuggees(int index, Debuggee value)List of debuggees accessible to the calling user.ListDebuggeesResponse.BuilderListDebuggeesResponse.Builder. addDebuggees(Debuggee value)List of debuggees accessible to the calling user.RegisterDebuggeeRequest.BuilderRegisterDebuggeeRequest.Builder. mergeDebuggee(Debuggee value)Required.RegisterDebuggeeResponse.BuilderRegisterDebuggeeResponse.Builder. mergeDebuggee(Debuggee value)Debuggee resource.Debuggee.BuilderDebuggee.Builder. mergeFrom(Debuggee other)static Debuggee.BuilderDebuggee. newBuilder(Debuggee prototype)RegisterDebuggeeRequest.BuilderRegisterDebuggeeRequest.Builder. setDebuggee(Debuggee value)Required.RegisterDebuggeeResponse.BuilderRegisterDebuggeeResponse.Builder. setDebuggee(Debuggee value)Debuggee resource.ListDebuggeesResponse.BuilderListDebuggeesResponse.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.BuilderListDebuggeesResponse.Builder. addAllDebuggees(Iterable<? extends Debuggee> values)List of debuggees accessible to the calling user.
-