target.apidocs.com.google.api.services.clouddebugger.v2.CloudDebugger.Debugger.Debuggees.Breakpoints.html Maven / Gradle / Ivy
CloudDebugger.Debugger.Debuggees.Breakpoints (Stackdriver Debugger API v2-rev20180801-1.26.0)
com.google.api.services.clouddebugger.v2
Class CloudDebugger.Debugger.Debuggees.Breakpoints
- java.lang.Object
-
- com.google.api.services.clouddebugger.v2.CloudDebugger.Debugger.Debuggees.Breakpoints
-
- Enclosing class:
- CloudDebugger.Debugger.Debuggees
public class CloudDebugger.Debugger.Debuggees.Breakpoints
extends Object
The "breakpoints" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudDebugger.Debugger.Debuggees.Breakpoints.Delete
class
CloudDebugger.Debugger.Debuggees.Breakpoints.Get
class
CloudDebugger.Debugger.Debuggees.Breakpoints.List
class
CloudDebugger.Debugger.Debuggees.Breakpoints.Set
-
Constructor Summary
Constructors
Constructor and Description
Breakpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudDebugger.Debugger.Debuggees.Breakpoints.Delete
delete(String debuggeeId,
String breakpointId)
Deletes the breakpoint from the debuggee.
CloudDebugger.Debugger.Debuggees.Breakpoints.Get
get(String debuggeeId,
String breakpointId)
Gets breakpoint information.
CloudDebugger.Debugger.Debuggees.Breakpoints.List
list(String debuggeeId)
Lists all breakpoints for the debuggee.
CloudDebugger.Debugger.Debuggees.Breakpoints.Set
set(String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
-
-
Method Detail
-
delete
public CloudDebugger.Debugger.Debuggees.Breakpoints.Delete delete(String debuggeeId,
String breakpointId)
throws IOException
Deletes the breakpoint from the debuggee.
Create a request for the method "breakpoints.delete".
This request holds the parameters needed by the clouddebugger server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
debuggeeId
- ID of the debuggee whose breakpoint to delete.
breakpointId
- ID of the breakpoint to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public CloudDebugger.Debugger.Debuggees.Breakpoints.Get get(String debuggeeId,
String breakpointId)
throws IOException
Gets breakpoint information.
Create a request for the method "breakpoints.get".
This request holds the parameters needed by the clouddebugger server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
debuggeeId
- ID of the debuggee whose breakpoint to get.
breakpointId
- ID of the breakpoint to get.
- Returns:
- the request
- Throws:
IOException
-
list
public CloudDebugger.Debugger.Debuggees.Breakpoints.List list(String debuggeeId)
throws IOException
Lists all breakpoints for the debuggee.
Create a request for the method "breakpoints.list".
This request holds the parameters needed by the clouddebugger server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
debuggeeId
- ID of the debuggee whose breakpoints to list.
- Returns:
- the request
- Throws:
IOException
-
set
public CloudDebugger.Debugger.Debuggees.Breakpoints.Set set(String debuggeeId,
Breakpoint content)
throws IOException
Sets the breakpoint to the debuggee.
Create a request for the method "breakpoints.set".
This request holds the parameters needed by the clouddebugger server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
debuggeeId
- ID of the debuggee where the breakpoint is to be set.
content
- the Breakpoint
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2018 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy