docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/clouddebugger_v2.controller.debuggees.html b/docs/dyn/clouddebugger_v2.controller.debuggees.html
index f1c579f..b2a6456 100644
--- a/docs/dyn/clouddebugger_v2.controller.debuggees.html
+++ b/docs/dyn/clouddebugger_v2.controller.debuggees.html
@@ -101,58 +101,111 @@
{ # Request to register a debuggee.
"debuggee": { # Represents the debugged application. 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. Agents attached to the same debuggee identify themselves as such by using exactly the same Debuggee message value when registering. # Required. Debuggee information to register. The fields `project`, `uniquifier`, `description` and `agent_version` of the debuggee must be set.
- "sourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
- { # 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.
- "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
+ "canaryMode": "A String", # Used when setting breakpoint canary for this debuggee.
+ "uniquifier": "A String", # Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.
+ "extSourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
+ { # An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
+ "context": { # 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. # Any source context.
+ "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
+ "revisionId": "A String", # A revision (commit) ID.
+ "hostUri": "A String", # The URI of a running Gerrit instance.
+ "gerritProject": "A String", # 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.
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
+ },
+ "aliasName": "A String", # The name of an alias (branch, tag, etc.).
},
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
+ "git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
+ "url": "A String", # Git repository URL.
+ "revisionId": "A String", # Git commit hash. required.
+ },
+ "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "revisionId": "A String", # A revision ID.
+ "aliasName": "A String", # The name of an alias (branch, tag, etc.).
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
},
},
- "revisionId": "A String", # A revision ID.
+ "cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
+ "snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
+ "workspaceId": { # 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. # The ID of the workspace.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
+ },
+ },
+ },
+ "labels": { # Labels with user defined metadata.
+ "a_key": "A String",
+ },
+ },
+ ],
+ "id": "A String", # Unique identifier for the debuggee generated by the controller service.
+ "isInactive": True or False, # If set to `true`, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
+ "labels": { # A set of custom debuggee properties, populated by the agent, to be displayed to the user.
+ "a_key": "A String",
+ },
+ "sourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
+ { # 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.
+ "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
+ "revisionId": "A String", # A revision (commit) ID.
+ "hostUri": "A String", # The URI of a running Gerrit instance.
+ "gerritProject": "A String", # 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.
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
+ },
"aliasName": "A String", # The name of an alias (branch, tag, etc.).
},
"git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
"url": "A String", # Git repository URL.
"revisionId": "A String", # Git commit hash. required.
},
- "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
- "revisionId": "A String", # A revision (commit) ID.
+ "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "revisionId": "A String", # A revision ID.
"aliasName": "A String", # The name of an alias (branch, tag, etc.).
"aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
"name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
},
- "hostUri": "A String", # The URI of a running Gerrit instance.
- "gerritProject": "A String", # 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.
},
"cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
"snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
"workspaceId": { # 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. # The ID of the workspace.
"repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
- "uid": "A String", # A server-assigned, globally unique identifier.
"projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
"repoName": "A String", # The name of the repo. Leave empty for the default repo.
"projectId": "A String", # The ID of the project.
},
+ "uid": "A String", # A server-assigned, globally unique identifier.
},
"name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
},
},
},
],
- "isInactive": True or False, # If set to `true`, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
- "labels": { # A set of custom debuggee properties, populated by the agent, to be displayed to the user.
- "a_key": "A String",
- },
"status": { # 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`. # Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.
- "isError": True or False, # Distinguishes errors from informational messages.
"description": { # Represents a message with parameters. # Status message text.
"format": "A String", # Format template for 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.`
"parameters": [ # Optional parameters to be embedded into the message.
@@ -160,65 +213,12 @@
],
},
"refersTo": "A String", # Reference to which the message applies.
+ "isError": True or False, # Distinguishes errors from informational messages.
},
"project": "A String", # Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.
- "extSourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
- { # An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
- "labels": { # Labels with user defined metadata.
- "a_key": "A String",
- },
- "context": { # 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. # Any source context.
- "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
- },
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
- },
- },
- "revisionId": "A String", # A revision ID.
- "aliasName": "A String", # The name of an alias (branch, tag, etc.).
- },
- "git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
- "url": "A String", # Git repository URL.
- "revisionId": "A String", # Git commit hash. required.
- },
- "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
- "revisionId": "A String", # A revision (commit) ID.
- "aliasName": "A String", # The name of an alias (branch, tag, etc.).
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
- },
- "hostUri": "A String", # The URI of a running Gerrit instance.
- "gerritProject": "A String", # 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.
- },
- "cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
- "snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
- "workspaceId": { # 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. # The ID of the workspace.
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
- },
- },
- "name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
- },
- },
- },
- },
- ],
- "agentVersion": "A String", # Version ID of the agent. Schema: `domain/language-platform/vmajor.minor` (for example `google.com/java-gcp/v1.1`).
- "isDisabled": True or False, # If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
- "canaryMode": "A String", # Used when setting breakpoint canary for this debuggee.
- "id": "A String", # Unique identifier for the debuggee generated by the controller service.
- "uniquifier": "A String", # Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.
"description": "A String", # Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.
+ "isDisabled": True or False, # If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
+ "agentVersion": "A String", # Version ID of the agent. Schema: `domain/language-platform/vmajor.minor` (for example `google.com/java-gcp/v1.1`).
},
}
@@ -231,60 +231,112 @@
An object of the form:
{ # Response for registering a debuggee.
- "agentId": "A String", # A unique ID generated for the agent. Each RegisterDebuggee request will generate a new agent ID.
"debuggee": { # Represents the debugged application. 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. Agents attached to the same debuggee identify themselves as such by using exactly the same Debuggee message value when registering. # Debuggee resource. The field `id` is guaranteed to be set (in addition to the echoed fields). If the field `is_disabled` is set to `true`, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll `RegisterDebuggee` until reenabled.
- "sourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
- { # 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.
- "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
+ "canaryMode": "A String", # Used when setting breakpoint canary for this debuggee.
+ "uniquifier": "A String", # Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.
+ "extSourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
+ { # An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
+ "context": { # 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. # Any source context.
+ "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
+ "revisionId": "A String", # A revision (commit) ID.
+ "hostUri": "A String", # The URI of a running Gerrit instance.
+ "gerritProject": "A String", # 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.
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
+ },
+ "aliasName": "A String", # The name of an alias (branch, tag, etc.).
},
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
+ "git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
+ "url": "A String", # Git repository URL.
+ "revisionId": "A String", # Git commit hash. required.
+ },
+ "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "revisionId": "A String", # A revision ID.
+ "aliasName": "A String", # The name of an alias (branch, tag, etc.).
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
},
},
- "revisionId": "A String", # A revision ID.
+ "cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
+ "snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
+ "workspaceId": { # 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. # The ID of the workspace.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
+ },
+ },
+ },
+ "labels": { # Labels with user defined metadata.
+ "a_key": "A String",
+ },
+ },
+ ],
+ "id": "A String", # Unique identifier for the debuggee generated by the controller service.
+ "isInactive": True or False, # If set to `true`, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
+ "labels": { # A set of custom debuggee properties, populated by the agent, to be displayed to the user.
+ "a_key": "A String",
+ },
+ "sourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
+ { # 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.
+ "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
+ "revisionId": "A String", # A revision (commit) ID.
+ "hostUri": "A String", # The URI of a running Gerrit instance.
+ "gerritProject": "A String", # 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.
+ "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
+ "name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
+ },
"aliasName": "A String", # The name of an alias (branch, tag, etc.).
},
"git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
"url": "A String", # Git repository URL.
"revisionId": "A String", # Git commit hash. required.
},
- "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
- "revisionId": "A String", # A revision (commit) ID.
+ "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
+ "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
+ "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
+ "repoName": "A String", # The name of the repo. Leave empty for the default repo.
+ "projectId": "A String", # The ID of the project.
+ },
+ "uid": "A String", # A server-assigned, globally unique identifier.
+ },
+ "revisionId": "A String", # A revision ID.
"aliasName": "A String", # The name of an alias (branch, tag, etc.).
"aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
"name": "A String", # The alias name.
+ "kind": "A String", # The alias kind.
},
- "hostUri": "A String", # The URI of a running Gerrit instance.
- "gerritProject": "A String", # 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.
},
"cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
"snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
"workspaceId": { # 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. # The ID of the workspace.
"repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
- "uid": "A String", # A server-assigned, globally unique identifier.
"projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
"repoName": "A String", # The name of the repo. Leave empty for the default repo.
"projectId": "A String", # The ID of the project.
},
+ "uid": "A String", # A server-assigned, globally unique identifier.
},
"name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
},
},
},
],
- "isInactive": True or False, # If set to `true`, indicates that Controller service does not detect any activity from the debuggee agents and the application is possibly stopped.
- "labels": { # A set of custom debuggee properties, populated by the agent, to be displayed to the user.
- "a_key": "A String",
- },
"status": { # 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`. # Human readable message to be displayed to the user about this debuggee. Absence of this field indicates no status. The message can be either informational or an error status.
- "isError": True or False, # Distinguishes errors from informational messages.
"description": { # Represents a message with parameters. # Status message text.
"format": "A String", # Format template for 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.`
"parameters": [ # Optional parameters to be embedded into the message.
@@ -292,66 +344,14 @@
],
},
"refersTo": "A String", # Reference to which the message applies.
+ "isError": True or False, # Distinguishes errors from informational messages.
},
"project": "A String", # Project the debuggee is associated with. Use project number or id when registering a Google Cloud Platform project.
- "extSourceContexts": [ # References to the locations and revisions of the source code used in the deployed application.
- { # An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
- "labels": { # Labels with user defined metadata.
- "a_key": "A String",
- },
- "context": { # 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. # Any source context.
- "cloudRepo": { # A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform). # A SourceContext referring to a revision in a cloud repo.
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
- },
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
- },
- },
- "revisionId": "A String", # A revision ID.
- "aliasName": "A String", # The name of an alias (branch, tag, etc.).
- },
- "git": { # A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub). # A SourceContext referring to any third party Git repo (e.g. GitHub).
- "url": "A String", # Git repository URL.
- "revisionId": "A String", # Git commit hash. required.
- },
- "gerrit": { # A SourceContext referring to a Gerrit project. # A SourceContext referring to a Gerrit project.
- "revisionId": "A String", # A revision (commit) ID.
- "aliasName": "A String", # The name of an alias (branch, tag, etc.).
- "aliasContext": { # An alias to a repo revision. # An alias, which may be a branch or tag.
- "kind": "A String", # The alias kind.
- "name": "A String", # The alias name.
- },
- "hostUri": "A String", # The URI of a running Gerrit instance.
- "gerritProject": "A String", # 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.
- },
- "cloudWorkspace": { # A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot. # A SourceContext referring to a snapshot in a cloud workspace.
- "snapshotId": "A String", # The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
- "workspaceId": { # 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. # The ID of the workspace.
- "repoId": { # A unique identifier for a cloud repo. # The ID of the repo containing the workspace.
- "uid": "A String", # A server-assigned, globally unique identifier.
- "projectRepoId": { # Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project. # A combination of a project ID and a repo name.
- "repoName": "A String", # The name of the repo. Leave empty for the default repo.
- "projectId": "A String", # The ID of the project.
- },
- },
- "name": "A String", # The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
- },
- },
- },
- },
- ],
- "agentVersion": "A String", # Version ID of the agent. Schema: `domain/language-platform/vmajor.minor` (for example `google.com/java-gcp/v1.1`).
- "isDisabled": True or False, # If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
- "canaryMode": "A String", # Used when setting breakpoint canary for this debuggee.
- "id": "A String", # Unique identifier for the debuggee generated by the controller service.
- "uniquifier": "A String", # Uniquifier to further distinguish the application. It is possible that different applications might have identical values in the debuggee message, thus, incorrectly identified as a single application by the Controller service. This field adds salt to further distinguish the application. Agents should consider seeding this field with value that identifies the code, binary, configuration and environment.
"description": "A String", # Human readable description of the debuggee. Including a human-readable project name, environment name and version information is recommended.
+ "isDisabled": True or False, # If set to `true`, indicates that the agent should disable itself and detach from the debuggee.
+ "agentVersion": "A String", # Version ID of the agent. Schema: `domain/language-platform/vmajor.minor` (for example `google.com/java-gcp/v1.1`).
},
+ "agentId": "A String", # A unique ID generated for the agent. Each RegisterDebuggee request will generate a new agent ID.
}</pre>
</div>