ݹ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0U (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0|A CloudWorkspaceId is a unique identifier for a cloud workspace. A cloud workspace is a place associated with a repo where modified files can be stored before they are committed.See: z smart constructor.#The request to register a debuggee.See: x smart constructor.LA CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.See: u smart constructor.QRepresents the application to debug. The application may include one or more replicated processes executing the same code. Each of these processes is attached with a debugger agent, carrying out the debugging commands. The agents attached to the same debuggee are identified by using exactly the same fields' values when registering.See: j smart constructor.ZA set of custom debuggee properties, populated by the agent, to be displayed to the user.See: h smart constructor.uA CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).See: d smart constructor.!Represents a stack frame context.See: _ smart constructor.)Represents a location in the source code.See: \ smart constructor.`A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).See: Y smart constructor. +The response of listing active breakpoints.See: V smart constructor. .Represents a contextual status message. The message can indicate an error or informational status, and refer to specific parts of the containing object. For example, the Breakpoint.status field can indicate an error referring to the BREAKPOINT_SOURCE_LOCATION with the message "Location not found".See: R smart constructor. +The request to update an active breakpoint.See: P smart constructor. "The response of listing debuggees.See: N smart constructor. $The response of listing breakpoints.See: K smart constructor.aRepresents a variable or an argument possibly of a compound object type. 1. A simple variable such as, int x = 5 is represented as: { name: "x", value: "5" } 2. A compound object such as, struct T { int m1; int m2; }; T x = { 3, 7 }; is represented as: { name: "x", members { name: "m1", value: "3" }, members { name: "m2", value: "7" } } 3. A pointer where the pointee was captured such as, T x = { 3, 7 }; T* p = &x; is represented as: { name: "p", value: "0x00500500", members { name: "m1", value: "3" }, members { name: "m2", value: "7" } } 4. A pointer where the pointee was not captured or is inaccessible such as, T* p = new T; is represented as: { name: "p", value: "0x00400400", members { value: "" } } the value text should decribe the reason for the missing value. such as , , . note that a null pointer should not have members. 5. An unnamed value such as, int* p = new int(7); is represented as, { name: "p", value: "0x00500500", members { value: "7" } } 6. An unnamed pointer where the pointee was not captured such as, int* p = new int(7); int** pp = &p; is represented as: { name: "pp", value: "0x00500500", members { value: "0x00400400", members { value: "" } } } To optimize computation, memory and network traffic, variables that repeat in the output multiple times can be stored once in a shared variable table and be referenced using the var_index field. The variables stored in the shared table are nameless and are essentially a partition of the complete variable. To reconstruct the complete variable merge the referencing variable with the referenced variable. When using the shared variable table, variables can be represented as: T x = { 3, 7 }; T* p = &x; T& r = x; are represented as, { name: "x", var_index: 3 } { name: "p", value "0x00500500", var_index: 3 } { name: "r", var_index: 3 } with shared variable table entry #3: { members { name: "m1", value: "3" }, members { name: "m2", value: "7" } } Note that the pointer address is stored with the referencing variable and not with the referenced variable, to allow the referenced variable to be shared between pointer and references.See: E smart constructor./The response of getting breakpoint information.See: C smart constructor.<Represents the breakpoint specification, status and results.See: 3 smart constructor.%Represents a message with parameters.See: 0 smart constructor.tSelects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.See: - smart constructor.%A unique identifier for a cloud repo.See: * smart constructor..A SourceContext referring to a Gerrit project.See: % smart constructor.bThe response of updating an active breakpoint. The message is defined to allow future extensions.See: $ smart constructor.[A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.See: # smart constructor.%The response of setting a breakpoint.See: ! smart constructor.A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.See:  smart constructor.'The response of registering a debuggee.See:  smart constructor.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:aThe debuggee resource. The field 'id' is guranteed to be set (in addition to the echoed fields).Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: =A SourceContext referring to a snapshot in a cloud workspace.8A SourceContext referring to a revision in a cloud repo..A SourceContext referring to a Gerrit project. DA SourceContext referring to any third party Git repo (e.g. GitHub).!Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:""cThe breakpoint resource. The field 'id' is guranteed to be set (in addition to the echoed fileds).#Creates a value of 4 with the minimum fields required to make a request.$Creates a value of 4 with the minimum fields required to make a request.%Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:&'()&The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is hostURI/project.')The name of an alias (branch, tag, etc.).(A revision (commit) ID.)%The URI of a running Gerrit instance.*Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:+,+.A server-assigned, globally unique identifier.,.A combination of a project ID and a repo name.-Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:./.7The name of the repo. Leave empty for the default repo./The ID of the project.0Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:1214Format template of the message. The "format" uses placeholders "$0", "$1", etc. to reference parameters. "$$" can be used to denote the '$' character. Examples: "Failed to load '$0' which helps debug $1 the first time it is loaded. Again, $0 is very important." "Please pay $$10 to use $0 instead of $1."24Optional parameters to be embedded into the message.3Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:456789:;<=>?@AB4Breakpoint status. The status includes an error flag and a human readable message. This field will usually stay unset. The message can be either informational or error. Nevertheless, clients should always display the text message back to the user. Error status of a breakpoint indicates complete failure. Example (non-final state): 'Still loading symbols...' Examples (final state): 'Failed to insert breakpoint' referring to breakpoint, 'Field f not found in class C' referring to condition, ...5FIndicates the severity of the log. Only relevant when action is "LOG".6The breakpoint source location.7,Defines what to do when the breakpoint hits.8bThe time this breakpoint was finalized as seen by the server. The value is in seconds resolution.9 A list of read-only expressions to evaluate at the breakpoint location. The expressions are composed using expressions in the programming language at the source location. If the breakpoint action is "LOG", the evaluated expressions are included in log statements.:Only relevant when action is "LOG". Defines the message to log when the breakpoint hits. The message may include parameter placeholders "$0", "$1", etc. These placeholders will be replaced with the evaluated value of the appropriate expression. Expressions not referenced in "log_message_format" will not be logged. Example: "Poisonous message received, id = $0, count = $1" with expressions = [ "message.id", "message.count" ].;;Breakpoint identifier, unique in the scope of the debuggee.<3The e-mail of the user that created this breakpoint=The variable_table exists to aid with computation, memory and network traffic optimization. It enables storing a variable once and reference it from multiple variables, including variables stored in the variable_table itself. For example, the object 'this', which may appear at many levels of the stack, can have all of it's data stored once in this table. The stack frame variables then would hold only a reference to it. The variable var_index field is an index into this repeated field. The stored objects are nameless and get their name from the referencing variable. The effective variable is a merge of the referencing veariable and the referenced variable.>The stack at breakpoint time.?A condition to trigger the breakpoint. The condition is a compound boolean expression composed using expressions in a programming language at the source location.@tThe evaluated expressions' values at breakpoint time. The evaluated expressions appear in exactly the same order they are listed in the 'expressions' field. The 'name' field holds the original expression text, the 'value'/'members' field holds the result of the evaluated expression. If the expression can not be evaluated, an error text is placed in the value field.AXThe time this breakpoint was created by the server. The value is in seconds resolution.BhWhen true, indicates that this is a final result and the breakpoint state will not change from here on.CCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:DDWThe complete breakpoint state. The fields 'id' and 'location' are guranteed to be set.ECreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:FGHIJFStatus associated with the variable. This field will usually stay unset. A status of a single variable only applies to that variable or expression. The rest of breakpoint data still remains valid. Variables might be reported in error state even when breakpoint is not in final state. The message may refer to variable name with "refers_to" set to "VARIABLE_NAME". Alternatively "refers_to" will be set to "VARIABLE_VALUE". In either case variable value and members will be unset. Example of error message applied to name: "Invalid expression syntax". Example of information message applied to value: "Not captured". Examples of error message applied to value: "Malformed string", "Field f not found in class C", "Null pointer dereference".GThis is a reference to a variable in the shared variable table. More than one variable can reference the same variable in the table. The var_index field is an index into variable_table in Breakpoint.H4The members contained or pointed to by the variable.I!The simple value of the variable.J!The name of the variable, if any.KCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:LMLvA wait token that can be used in the next call to ListBreakpoints to block until the list of breakpoints has changes.MxList of all breakpoints with complete state. The fields 'id' and 'location' are guranteed to be set on each breakpoint.NCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:OOThe list of debuggees accessible to the calling user. Note that the description field is the only human readable field that should be displayed to the user. The fields 'debuggee.id' and 'description' are guranteed to be set on each debuggee.PCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:QQ?The updated breakpoint information. The field 'id' must be set.RCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:STUS'Reference to which the message applies.T1Distinguishes errors from informational messages.UStatus message text.VCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:WXWfA wait token that can be used in the next method call to block until the list of breakpoints changes.XkList of all active breakpoints. The fields 'id' and 'location' are guranteed to be set on each breakpoint.YCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Z[ZGit repository URL.[Git commit hash. required.\Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:]^]JA path to the source file within the source context of the target binary.^3The line inside the file (first line value is '1')._Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:`abc`-The unmangled function name at the call site.a%The source location of the call site.biThe set of arguments passed to this function Note that this might not be populated for all stack frames.ctThe set of local variables at the stack frame location. Note that this might not be populated for all stack frames.dCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:efgeThe ID of the repo.f)The name of an alias (branch, tag, etc.).gA revision ID.hCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:ijCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: klmnopqrstkHuman readable message to be displayed to the user about this debuggee. Absense of this field indicates no message. The message can be either informational or error.lThe debuggee uniqifier within the project. Any string that id the application within the project can be used. Recomended to include environement and version or build id's.mvThe project the debuggee is associated with. Use the project number when registering a Google Cloud Platform project.nVersion ID of the agent release. The version ID is structured as following: "domain/type/vmajor.minor" (for example "google.com/gcp-java/v1.1").o]If set to true, indicates that the agent should disable itself and detach from the debuggee.p2Debuggee unique identifer generated by the server.qZA set of custom debuggee properties, populated by the agent, to be displayed to the user.rA human readable description of the debuggee. Recommended to include human readable project name, environment name, and version information .sIf set to true indicates that the debuggee has not been seen by the Controller service in the last active time period (defined by the server).t?Repository snapshots containing the source code of the project.uCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:vwvThe ID of the workspace.wQThe ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.xCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:yyThe debuggee information to register. The fields 'project', 'uniquifier', 'description' and 'agent_version' of the debuggee must be set.zCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:{|{,The ID of the repo containing the workspace.|The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.         !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghiijklmnopqrstuvwxyz{|IJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|         !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|          !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|IJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None+0}%Default request referring to version v2 of the Google Cloud Debugger API. This contains the host and root path used as a starting point for constructing service requests.~Manage cloud debugger+Manage active breakpoints in cloud debugger?View and manage your data across Google Cloud Platform services}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~}~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ KLM NO PQ RSTU VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL =Lists all the debuggees that the user can set breakpoints to.See:  smart constructor.A resource alias for %clouddebugger.debugger.debuggees.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.]When set to true the result includes all debuggees, otherwise only debugees that are active.4Upload protocol for media (e.g. "raw", "multipart").lSet to the project number of the Google Cloud Platform to list the debuggees that are part of that project.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.JSONP}~ }~(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL $Sets the breakpoint to the debuggee.See:  smart constructor.A resource alias for 0clouddebugger.debugger.debuggees.breakpoints.set method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.)The debuggee id to set the breakpoint to.JSONP (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KLBLists all breakpoints of the debuggee that the user has access to.See:  smart constructor.A resource alias for 1clouddebugger.debugger.debuggees.breakpoints.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.xWhen set to true the response includes active and inactive breakpoints, otherwise only active breakpoints are returned.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.@Only breakpoints with the specified action will pass the filter.=Legacy upload protocol for media (e.g. "media", "multipart").When set to true the response breakpoints will be stripped of the results fields: stack_frames, evaluated_expressions and variable_table.OAuth bearer token.~When set to true the response includes the list of breakpoints set by any user, otherwise only breakpoints set by the caller.4A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response to ListBreakpoints. The error code ABORTED is returned on wait timeout, which should be called again with the same wait_token.(The debuggee id to list breakpoint from.JSONP(c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL Gets breakpoint information.See:  smart constructor.A resource alias for 0clouddebugger.debugger.debuggees.breakpoints.get method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").The breakpoint to get.OAuth bearer token.+The debuggee id to get the breakpoint from.JSONP (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL )Deletes the breakpoint from the debuggee.See:  smart constructor.A resource alias for 3clouddebugger.debugger.debuggees.breakpoints.delete method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").The breakpoint to delete.OAuth bearer token..The debuggee id to delete the breakpoint from.JSONP (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL Registers the debuggee with the controller. All agents should call this API with the same request content to get back the same stable 'debuggee_id'. Agents should call this API again whenever ListActiveBreakpoints or UpdateActiveBreakpoint return the error google.rpc.Code.NOT_FOUND. It allows the server to disable the agent or recover from any registration loss. If the debuggee is disabled server, the response will have is_disabled' set to true.See:  smart constructor.A resource alias for +clouddebugger.controller.debuggees.register method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.JSONP (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL Updates the breakpoint state or mutable fields. The entire Breakpoint protobuf must be sent back to the controller. Updates to active breakpoint fields are only allowed if the new value does not change the breakpoint specification. Updates to the 'location', 'condition' and 'expression' fields should not alter the breakpoint semantics. They are restricted to changes such as canonicalizing a value or snapping the location to the correct line of code.See:  smart constructor.A resource alias for 5clouddebugger.controller.debuggees.breakpoints.update method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.;Breakpoint identifier, unique in the scope of the debuggee.'Identifies the debuggee being debugged.JSONP   (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None (+035>KL Returns the list of all active breakpoints for the specified debuggee. The breakpoint specification (location, condition, and expression fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line the breakpoint was set to, but that doesn't change the breakpoint semantics. Thus, an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreover, an agent should remember breakpoints that are complete until the controller removes them from the active list to avoid setting those breakpoints again.See:  smart constructor.A resource alias for 3clouddebugger.controller.debuggees.breakpoints.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.UA wait token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server selected timeout has expired. The value should be set from the last returned response. The error code google.rpc.Code.ABORTED is returned on wait timeout (which does not require the agent to re-register with the server)Identifies the debuggee.JSONP  (c) 2015 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None(KLiRepresents the entirety of the methods and resources available for the Google Cloud Debugger API service.  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}} !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ KLM NO PQ RSTU VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                        ! " # $ % & ' ( ) * +  , -  . /  0 1 ! 2 3 4 5 " # $ 6 % 7 8 9 : & ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n opqrstuvwxyz{|}~           gogol_Lp0bmFC8Tmu59dKRSuhYjONetwork.Google.Debugger.Types=Network.Google.Resource.CloudDebugger.Debugger.Debuggees.ListHNetwork.Google.Resource.CloudDebugger.Debugger.Debuggees.Breakpoints.SetINetwork.Google.Resource.CloudDebugger.Debugger.Debuggees.Breakpoints.ListHNetwork.Google.Resource.CloudDebugger.Debugger.Debuggees.Breakpoints.GetKNetwork.Google.Resource.CloudDebugger.Debugger.Debuggees.Breakpoints.DeleteCNetwork.Google.Resource.CloudDebugger.Controller.Debuggees.RegisterMNetwork.Google.Resource.CloudDebugger.Controller.Debuggees.Breakpoints.UpdateKNetwork.Google.Resource.CloudDebugger.Controller.Debuggees.Breakpoints.ListNetwork.Google.Debugger!Network.Google.Debugger.Types.Sum%Network.Google.Debugger.Types.ProductCloudWorkspaceIdRegisterDebuggeeRequestCloudWorkspaceSourceContextDebuggeeDebuggeeLabelsCloudRepoSourceContext StackFrameSourceLocationGitSourceContextListActiveBreakpointsResponse StatusMessageUpdateActiveBreakpointRequestListDebuggeesResponseListBreakpointsResponseVariableGetBreakpointResponse Breakpoint FormatMessage ProjectRepoIdRepoIdGerritSourceContextUpdateActiveBreakpointResponseEmptySetBreakpointResponse SourceContextRegisterDebuggeeResponseregisterDebuggeeResponse rdrDebuggee sourceContextscCloudWorkspace scCloudReposcGerritscGitsetBreakpointResponse sbrBreakpointemptyupdateActiveBreakpointResponsegerritSourceContextgscGerritProject gscAliasName gscRevisionId gscHostURIrepoIdriUidriProjectRepoId projectRepoId priRepoName priProjectId formatMessagefmFormat fmParameters breakpointbStatus bLogLevel bLocationbAction bFinalTime bExpressionsbLogMessageFormatbId bUserEmailbVariableTable bStackFrames bConditionbEvaluatedExpressions bCreateTime bIsFinalStategetBreakpointResponse gbrBreakpointvariablevStatusvVarTableIndexvMembersvValuevNamelistBreakpointsResponselbrNextWaitTokenlbrBreakpointslistDebuggeesResponse ldrDebuggeesupdateActiveBreakpointRequestuabrBreakpoint statusMessage smRefersTo smIsError smDescriptionlistActiveBreakpointsResponselabrNextWaitTokenlabrBreakpointsgitSourceContextgURL gRevisionIdsourceLocationslPathslLine stackFrame sfFunction sfLocation sfArgumentssfLocalscloudRepoSourceContext crscRepoId crscAliasNamecrscRevisionIddebuggeeLabels dlAddtionaldebuggeedStatus dUniquifierdProject dAgentVersion dIsDisableddIddLabels dDescription dIsInactivedSourceContextscloudWorkspaceSourceContextcwscWorkspaceIdcwscSnapshotIdregisterDebuggeeRequest rDebuggeecloudWorkspaceId cwiRepoIdcwiNamedebuggerServicecloudDebuggerScopecloudDebugletcontrollerScopecloudPlatformScopeDebuggerDebuggeesListDebuggerDebuggeesListResourcedebuggerDebuggeesListddlXgafvddlIncludeInactiveddlUploadProtocol ddlProjectddlPpddlAccessToken ddlUploadTypeddlBearerToken ddlCallbackDebuggerDebuggeesBreakpointsSet'DebuggerDebuggeesBreakpointsSetResourcedebuggerDebuggeesBreakpointsSet ddbsXgafvddbsUploadProtocolddbsPpddbsAccessTokenddbsUploadType ddbsPayloadddbsBearerTokenddbsDebuggeeId ddbsCallback DebuggerDebuggeesBreakpointsList(DebuggerDebuggeesBreakpointsListResource debuggerDebuggeesBreakpointsList ddblXgafvddblIncludeInactiveddblUploadProtocolddblPpddblAccessTokenddblActionValueddblUploadTypeddblStripResultsddblBearerTokenddblIncludeAllUsers ddblWaitTokenddblDebuggeeId ddblCallbackDebuggerDebuggeesBreakpointsGet'DebuggerDebuggeesBreakpointsGetResourcedebuggerDebuggeesBreakpointsGet ddbgXgafvddbgUploadProtocolddbgPpddbgAccessTokenddbgUploadTypeddbgBreakpointIdddbgBearerTokenddbgDebuggeeId ddbgCallback"DebuggerDebuggeesBreakpointsDelete*DebuggerDebuggeesBreakpointsDeleteResource"debuggerDebuggeesBreakpointsDelete ddbdXgafvddbdUploadProtocolddbdPpddbdAccessTokenddbdUploadTypeddbdBreakpointIdddbdBearerTokenddbdDebuggeeId ddbdCallbackControllerDebuggeesRegister#ControllerDebuggeesRegisterResourcecontrollerDebuggeesRegistercdrXgafvcdrUploadProtocolcdrPpcdrAccessToken cdrUploadType cdrPayloadcdrBearerToken cdrCallback$ControllerDebuggeesBreakpointsUpdate,ControllerDebuggeesBreakpointsUpdateResource$controllerDebuggeesBreakpointsUpdate cdbuXgafvcdbuUploadProtocolcdbuPpcdbuAccessTokencdbuUploadType cdbuPayloadcdbuBearerTokencdbuIdcdbuDebuggeeId cdbuCallback"ControllerDebuggeesBreakpointsList*ControllerDebuggeesBreakpointsListResource"controllerDebuggeesBreakpointsList cdblXgafvcdblUploadProtocolcdblPpcdblAccessTokencdblUploadTypecdblBearerToken cdblWaitTokencdblDebuggeeId cdblCallback DebuggerAPI _cwiRepoId_cwiName _rDebuggee_cwscWorkspaceId_cwscSnapshotId_dStatus _dUniquifier _dProject_dAgentVersion _dIsDisabled_dId_dLabels _dDescription _dIsInactive_dSourceContexts _dlAddtional _crscRepoId_crscAliasName_crscRevisionId _sfFunction _sfLocation _sfArguments _sfLocals_slPath_slLine_gURL _gRevisionId_labrNextWaitToken_labrBreakpoints _smRefersTo _smIsError_smDescription_uabrBreakpoint _ldrDebuggees_lbrNextWaitToken_lbrBreakpoints_vStatus_vVarTableIndex _vMembers_vValue_vName_gbrBreakpoint_bStatus _bLogLevel _bLocation_bAction _bFinalTime _bExpressions_bLogMessageFormat_bId _bUserEmail_bVariableTable _bStackFrames _bCondition_bEvaluatedExpressions _bCreateTime_bIsFinalState _fmFormat _fmParameters _priRepoName _priProjectId_riUid_riProjectRepoId_gscGerritProject _gscAliasName_gscRevisionId _gscHostURI_sbrBreakpoint_scCloudWorkspace _scCloudRepo _scGerrit_scGit _rdrDebuggee$fToJSONCloudWorkspaceId$fFromJSONCloudWorkspaceId$fToJSONRegisterDebuggeeRequest!$fFromJSONRegisterDebuggeeRequest#$fToJSONCloudWorkspaceSourceContext%$fFromJSONCloudWorkspaceSourceContext$fToJSONDebuggee$fFromJSONDebuggee$fToJSONDebuggeeLabels$fFromJSONDebuggeeLabels$fToJSONCloudRepoSourceContext $fFromJSONCloudRepoSourceContext$fToJSONStackFrame$fFromJSONStackFrame$fToJSONSourceLocation$fFromJSONSourceLocation$fToJSONGitSourceContext$fFromJSONGitSourceContext%$fToJSONListActiveBreakpointsResponse'$fFromJSONListActiveBreakpointsResponse$fToJSONStatusMessage$fFromJSONStatusMessage%$fToJSONUpdateActiveBreakpointRequest'$fFromJSONUpdateActiveBreakpointRequest$fToJSONListDebuggeesResponse$fFromJSONListDebuggeesResponse$fToJSONListBreakpointsResponse!$fFromJSONListBreakpointsResponse$fToJSONVariable$fFromJSONVariable$fToJSONGetBreakpointResponse$fFromJSONGetBreakpointResponse$fToJSONBreakpoint$fFromJSONBreakpoint$fToJSONFormatMessage$fFromJSONFormatMessage$fToJSONProjectRepoId$fFromJSONProjectRepoId$fToJSONRepoId$fFromJSONRepoId$fToJSONGerritSourceContext$fFromJSONGerritSourceContext&$fToJSONUpdateActiveBreakpointResponse($fFromJSONUpdateActiveBreakpointResponse $fToJSONEmpty$fFromJSONEmpty$fToJSONSetBreakpointResponse$fFromJSONSetBreakpointResponse$fToJSONSourceContext$fFromJSONSourceContext $fToJSONRegisterDebuggeeResponse"$fFromJSONRegisterDebuggeeResponse _ddlXgafv_ddlIncludeInactive_ddlUploadProtocol _ddlProject_ddlPp_ddlAccessToken_ddlUploadType_ddlBearerToken _ddlCallback$$fGoogleRequestDebuggerDebuggeesList _ddbsXgafv_ddbsUploadProtocol_ddbsPp_ddbsAccessToken_ddbsUploadType _ddbsPayload_ddbsBearerToken_ddbsDebuggeeId _ddbsCallback.$fGoogleRequestDebuggerDebuggeesBreakpointsSet _ddblXgafv_ddblIncludeInactive_ddblUploadProtocol_ddblPp_ddblAccessToken_ddblActionValue_ddblUploadType_ddblStripResults_ddblBearerToken_ddblIncludeAllUsers_ddblWaitToken_ddblDebuggeeId _ddblCallback/$fGoogleRequestDebuggerDebuggeesBreakpointsList _ddbgXgafv_ddbgUploadProtocol_ddbgPp_ddbgAccessToken_ddbgUploadType_ddbgBreakpointId_ddbgBearerToken_ddbgDebuggeeId _ddbgCallback.$fGoogleRequestDebuggerDebuggeesBreakpointsGet _ddbdXgafv_ddbdUploadProtocol_ddbdPp_ddbdAccessToken_ddbdUploadType_ddbdBreakpointId_ddbdBearerToken_ddbdDebuggeeId _ddbdCallback1$fGoogleRequestDebuggerDebuggeesBreakpointsDelete _cdrXgafv_cdrUploadProtocol_cdrPp_cdrAccessToken_cdrUploadType _cdrPayload_cdrBearerToken _cdrCallback*$fGoogleRequestControllerDebuggeesRegister _cdbuXgafv_cdbuUploadProtocol_cdbuPp_cdbuAccessToken_cdbuUploadType _cdbuPayload_cdbuBearerToken_cdbuId_cdbuDebuggeeId _cdbuCallback3$fGoogleRequestControllerDebuggeesBreakpointsUpdate _cdblXgafv_cdblUploadProtocol_cdblPp_cdblAccessToken_cdblUploadType_cdblBearerToken_cdblWaitToken_cdblDebuggeeId _cdblCallback1$fGoogleRequestControllerDebuggeesBreakpointsList