generated/google/apis/clouddebugger_v2/representations.rb in google-api-client-0.11.2 vs generated/google/apis/clouddebugger_v2/representations.rb in google-api-client-0.11.3
- old
+ new
@@ -20,40 +20,10 @@
module Google
module Apis
module ClouddebuggerV2
- class ListActiveBreakpointsResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class ProjectRepoId
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class CloudWorkspaceSourceContext
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class UpdateActiveBreakpointResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GerritSourceContext
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class CloudWorkspaceId
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -92,17 +62,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class RegisterDebuggeeRequest
+ class RegisterDebuggeeResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class RegisterDebuggeeResponse
+ class RegisterDebuggeeRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -183,52 +153,37 @@
include Google::Apis::Core::JsonObjectSupport
end
class ListActiveBreakpointsResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :breakpoints, as: 'breakpoints', class: Google::Apis::ClouddebuggerV2::Breakpoint, decorator: Google::Apis::ClouddebuggerV2::Breakpoint::Representation
+ class Representation < Google::Apis::Core::JsonRepresentation; end
- property :wait_expired, as: 'waitExpired'
- property :next_wait_token, as: 'nextWaitToken'
- end
+ include Google::Apis::Core::JsonObjectSupport
end
class ProjectRepoId
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :project_id, as: 'projectId'
- property :repo_name, as: 'repoName'
- end
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
end
class CloudWorkspaceSourceContext
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :snapshot_id, as: 'snapshotId'
- property :workspace_id, as: 'workspaceId', class: Google::Apis::ClouddebuggerV2::CloudWorkspaceId, decorator: Google::Apis::ClouddebuggerV2::CloudWorkspaceId::Representation
+ class Representation < Google::Apis::Core::JsonRepresentation; end
- end
+ include Google::Apis::Core::JsonObjectSupport
end
class UpdateActiveBreakpointResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- end
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
end
class GerritSourceContext
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :host_uri, as: 'hostUri'
- property :revision_id, as: 'revisionId'
- property :alias_name, as: 'aliasName'
- property :gerrit_project, as: 'gerritProject'
- property :alias_context, as: 'aliasContext', class: Google::Apis::ClouddebuggerV2::AliasContext, decorator: Google::Apis::ClouddebuggerV2::AliasContext::Representation
+ class Representation < Google::Apis::Core::JsonRepresentation; end
- end
+ include Google::Apis::Core::JsonObjectSupport
end
class CloudWorkspaceId
# @private
class Representation < Google::Apis::Core::JsonRepresentation
@@ -239,19 +194,22 @@
end
class ListBreakpointsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :next_wait_token, as: 'nextWaitToken'
collection :breakpoints, as: 'breakpoints', class: Google::Apis::ClouddebuggerV2::Breakpoint, decorator: Google::Apis::ClouddebuggerV2::Breakpoint::Representation
- property :next_wait_token, as: 'nextWaitToken'
end
end
class Breakpoint
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :location, as: 'location', class: Google::Apis::ClouddebuggerV2::SourceLocation, decorator: Google::Apis::ClouddebuggerV2::SourceLocation::Representation
+
+ property :final_time, as: 'finalTime'
collection :variable_table, as: 'variableTable', class: Google::Apis::ClouddebuggerV2::Variable, decorator: Google::Apis::ClouddebuggerV2::Variable::Representation
hash :labels, as: 'labels'
property :log_message_format, as: 'logMessageFormat'
property :create_time, as: 'createTime'
@@ -266,13 +224,10 @@
property :user_email, as: 'userEmail'
property :action, as: 'action'
property :log_level, as: 'logLevel'
property :id, as: 'id'
- property :location, as: 'location', class: Google::Apis::ClouddebuggerV2::SourceLocation, decorator: Google::Apis::ClouddebuggerV2::SourceLocation::Representation
-
- property :final_time, as: 'finalTime'
end
end
class UpdateActiveBreakpointRequest
# @private
@@ -291,42 +246,42 @@
end
class SourceContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :git, as: 'git', class: Google::Apis::ClouddebuggerV2::GitSourceContext, decorator: Google::Apis::ClouddebuggerV2::GitSourceContext::Representation
-
property :gerrit, as: 'gerrit', class: Google::Apis::ClouddebuggerV2::GerritSourceContext, decorator: Google::Apis::ClouddebuggerV2::GerritSourceContext::Representation
property :cloud_repo, as: 'cloudRepo', class: Google::Apis::ClouddebuggerV2::CloudRepoSourceContext, decorator: Google::Apis::ClouddebuggerV2::CloudRepoSourceContext::Representation
property :cloud_workspace, as: 'cloudWorkspace', class: Google::Apis::ClouddebuggerV2::CloudWorkspaceSourceContext, decorator: Google::Apis::ClouddebuggerV2::CloudWorkspaceSourceContext::Representation
+ property :git, as: 'git', class: Google::Apis::ClouddebuggerV2::GitSourceContext, decorator: Google::Apis::ClouddebuggerV2::GitSourceContext::Representation
+
end
end
class CloudRepoSourceContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :alias_name, as: 'aliasName'
property :repo_id, as: 'repoId', class: Google::Apis::ClouddebuggerV2::RepoId, decorator: Google::Apis::ClouddebuggerV2::RepoId::Representation
property :alias_context, as: 'aliasContext', class: Google::Apis::ClouddebuggerV2::AliasContext, decorator: Google::Apis::ClouddebuggerV2::AliasContext::Representation
property :revision_id, as: 'revisionId'
+ property :alias_name, as: 'aliasName'
end
end
- class RegisterDebuggeeRequest
+ class RegisterDebuggeeResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :debuggee, as: 'debuggee', class: Google::Apis::ClouddebuggerV2::Debuggee, decorator: Google::Apis::ClouddebuggerV2::Debuggee::Representation
end
end
- class RegisterDebuggeeResponse
+ class RegisterDebuggeeRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :debuggee, as: 'debuggee', class: Google::Apis::ClouddebuggerV2::Debuggee, decorator: Google::Apis::ClouddebuggerV2::Debuggee::Representation
end
@@ -351,12 +306,12 @@
end
class GitSourceContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :url, as: 'url'
property :revision_id, as: 'revisionId'
+ property :url, as: 'url'
end
end
class Variable
# @private
@@ -373,26 +328,26 @@
end
class StackFrame
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :locals, as: 'locals', class: Google::Apis::ClouddebuggerV2::Variable, decorator: Google::Apis::ClouddebuggerV2::Variable::Representation
-
property :location, as: 'location', class: Google::Apis::ClouddebuggerV2::SourceLocation, decorator: Google::Apis::ClouddebuggerV2::SourceLocation::Representation
property :function, as: 'function'
collection :arguments, as: 'arguments', class: Google::Apis::ClouddebuggerV2::Variable, decorator: Google::Apis::ClouddebuggerV2::Variable::Representation
+ collection :locals, as: 'locals', class: Google::Apis::ClouddebuggerV2::Variable, decorator: Google::Apis::ClouddebuggerV2::Variable::Representation
+
end
end
class RepoId
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :uid, as: 'uid'
property :project_repo_id, as: 'projectRepoId', class: Google::Apis::ClouddebuggerV2::ProjectRepoId, decorator: Google::Apis::ClouddebuggerV2::ProjectRepoId::Representation
- property :uid, as: 'uid'
end
end
class FormatMessage
# @private
@@ -434,31 +389,76 @@
end
class SourceLocation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :line, as: 'line'
property :path, as: 'path'
+ property :line, as: 'line'
end
end
class Debuggee
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :is_disabled, as: 'isDisabled'
- property :agent_version, as: 'agentVersion'
+ hash :labels, as: 'labels'
+ property :is_inactive, as: 'isInactive'
+ property :status, as: 'status', class: Google::Apis::ClouddebuggerV2::StatusMessage, decorator: Google::Apis::ClouddebuggerV2::StatusMessage::Representation
+
+ property :project, as: 'project'
property :id, as: 'id'
- property :description, as: 'description'
+ property :agent_version, as: 'agentVersion'
+ property :is_disabled, as: 'isDisabled'
property :uniquifier, as: 'uniquifier'
+ property :description, as: 'description'
collection :source_contexts, as: 'sourceContexts', class: Google::Apis::ClouddebuggerV2::SourceContext, decorator: Google::Apis::ClouddebuggerV2::SourceContext::Representation
collection :ext_source_contexts, as: 'extSourceContexts', class: Google::Apis::ClouddebuggerV2::ExtendedSourceContext, decorator: Google::Apis::ClouddebuggerV2::ExtendedSourceContext::Representation
- hash :labels, as: 'labels'
- property :status, as: 'status', class: Google::Apis::ClouddebuggerV2::StatusMessage, decorator: Google::Apis::ClouddebuggerV2::StatusMessage::Representation
+ end
+ end
- property :is_inactive, as: 'isInactive'
- property :project, as: 'project'
+ class ListActiveBreakpointsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :next_wait_token, as: 'nextWaitToken'
+ collection :breakpoints, as: 'breakpoints', class: Google::Apis::ClouddebuggerV2::Breakpoint, decorator: Google::Apis::ClouddebuggerV2::Breakpoint::Representation
+
+ property :wait_expired, as: 'waitExpired'
+ end
+ end
+
+ class ProjectRepoId
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :project_id, as: 'projectId'
+ property :repo_name, as: 'repoName'
+ end
+ end
+
+ class CloudWorkspaceSourceContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :workspace_id, as: 'workspaceId', class: Google::Apis::ClouddebuggerV2::CloudWorkspaceId, decorator: Google::Apis::ClouddebuggerV2::CloudWorkspaceId::Representation
+
+ property :snapshot_id, as: 'snapshotId'
+ end
+ end
+
+ class UpdateActiveBreakpointResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class GerritSourceContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :host_uri, as: 'hostUri'
+ property :revision_id, as: 'revisionId'
+ property :alias_name, as: 'aliasName'
+ property :gerrit_project, as: 'gerritProject'
+ property :alias_context, as: 'aliasContext', class: Google::Apis::ClouddebuggerV2::AliasContext, decorator: Google::Apis::ClouddebuggerV2::AliasContext::Representation
+
end
end
end
end
end