Bumping k8s dependencies to 1.13
This commit is contained in:
357
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/controller.pb.go
generated
vendored
357
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/controller.pb.go
generated
vendored
@@ -1,49 +1,16 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/devtools/clouddebugger/v2/controller.proto
|
||||
|
||||
/*
|
||||
Package clouddebugger is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
google/devtools/clouddebugger/v2/controller.proto
|
||||
google/devtools/clouddebugger/v2/data.proto
|
||||
google/devtools/clouddebugger/v2/debugger.proto
|
||||
|
||||
It has these top-level messages:
|
||||
RegisterDebuggeeRequest
|
||||
RegisterDebuggeeResponse
|
||||
ListActiveBreakpointsRequest
|
||||
ListActiveBreakpointsResponse
|
||||
UpdateActiveBreakpointRequest
|
||||
UpdateActiveBreakpointResponse
|
||||
FormatMessage
|
||||
StatusMessage
|
||||
SourceLocation
|
||||
Variable
|
||||
StackFrame
|
||||
Breakpoint
|
||||
Debuggee
|
||||
SetBreakpointRequest
|
||||
SetBreakpointResponse
|
||||
GetBreakpointRequest
|
||||
GetBreakpointResponse
|
||||
DeleteBreakpointRequest
|
||||
ListBreakpointsRequest
|
||||
ListBreakpointsResponse
|
||||
ListDebuggeesRequest
|
||||
ListDebuggeesResponse
|
||||
*/
|
||||
package clouddebugger
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import _ "github.com/golang/protobuf/ptypes/empty"
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
context "context"
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_ "github.com/golang/protobuf/ptypes/empty"
|
||||
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
grpc "google.golang.org/grpc"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -62,13 +29,36 @@ type RegisterDebuggeeRequest struct {
|
||||
// Debuggee information to register.
|
||||
// The fields `project`, `uniquifier`, `description` and `agent_version`
|
||||
// of the debuggee must be set.
|
||||
Debuggee *Debuggee `protobuf:"bytes,1,opt,name=debuggee" json:"debuggee,omitempty"`
|
||||
Debuggee *Debuggee `protobuf:"bytes,1,opt,name=debuggee,proto3" json:"debuggee,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *RegisterDebuggeeRequest) Reset() { *m = RegisterDebuggeeRequest{} }
|
||||
func (m *RegisterDebuggeeRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*RegisterDebuggeeRequest) ProtoMessage() {}
|
||||
func (*RegisterDebuggeeRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
||||
func (m *RegisterDebuggeeRequest) Reset() { *m = RegisterDebuggeeRequest{} }
|
||||
func (m *RegisterDebuggeeRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*RegisterDebuggeeRequest) ProtoMessage() {}
|
||||
func (*RegisterDebuggeeRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{0}
|
||||
}
|
||||
|
||||
func (m *RegisterDebuggeeRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_RegisterDebuggeeRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *RegisterDebuggeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_RegisterDebuggeeRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *RegisterDebuggeeRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_RegisterDebuggeeRequest.Merge(m, src)
|
||||
}
|
||||
func (m *RegisterDebuggeeRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_RegisterDebuggeeRequest.Size(m)
|
||||
}
|
||||
func (m *RegisterDebuggeeRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_RegisterDebuggeeRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_RegisterDebuggeeRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *RegisterDebuggeeRequest) GetDebuggee() *Debuggee {
|
||||
if m != nil {
|
||||
@@ -80,17 +70,40 @@ func (m *RegisterDebuggeeRequest) GetDebuggee() *Debuggee {
|
||||
// Response for registering a debuggee.
|
||||
type RegisterDebuggeeResponse struct {
|
||||
// Debuggee resource.
|
||||
// The field `id` is guranteed to be set (in addition to the echoed fields).
|
||||
// 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.
|
||||
Debuggee *Debuggee `protobuf:"bytes,1,opt,name=debuggee" json:"debuggee,omitempty"`
|
||||
Debuggee *Debuggee `protobuf:"bytes,1,opt,name=debuggee,proto3" json:"debuggee,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *RegisterDebuggeeResponse) Reset() { *m = RegisterDebuggeeResponse{} }
|
||||
func (m *RegisterDebuggeeResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*RegisterDebuggeeResponse) ProtoMessage() {}
|
||||
func (*RegisterDebuggeeResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
||||
func (m *RegisterDebuggeeResponse) Reset() { *m = RegisterDebuggeeResponse{} }
|
||||
func (m *RegisterDebuggeeResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*RegisterDebuggeeResponse) ProtoMessage() {}
|
||||
func (*RegisterDebuggeeResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{1}
|
||||
}
|
||||
|
||||
func (m *RegisterDebuggeeResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_RegisterDebuggeeResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *RegisterDebuggeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_RegisterDebuggeeResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *RegisterDebuggeeResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_RegisterDebuggeeResponse.Merge(m, src)
|
||||
}
|
||||
func (m *RegisterDebuggeeResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_RegisterDebuggeeResponse.Size(m)
|
||||
}
|
||||
func (m *RegisterDebuggeeResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_RegisterDebuggeeResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_RegisterDebuggeeResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *RegisterDebuggeeResponse) GetDebuggee() *Debuggee {
|
||||
if m != nil {
|
||||
@@ -102,25 +115,48 @@ func (m *RegisterDebuggeeResponse) GetDebuggee() *Debuggee {
|
||||
// Request to list active breakpoints.
|
||||
type ListActiveBreakpointsRequest struct {
|
||||
// Identifies the debuggee.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// A 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 `next_wait_token` field in
|
||||
// the last response. The initial value should be set to `"init"`.
|
||||
WaitToken string `protobuf:"bytes,2,opt,name=wait_token,json=waitToken" json:"wait_token,omitempty"`
|
||||
WaitToken string `protobuf:"bytes,2,opt,name=wait_token,json=waitToken,proto3" json:"wait_token,omitempty"`
|
||||
// If set to `true` (recommended), returns `google.rpc.Code.OK` status and
|
||||
// sets the `wait_expired` response field to `true` when the server-selected
|
||||
// timeout has expired.
|
||||
//
|
||||
// If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status
|
||||
// when the server-selected timeout has expired.
|
||||
SuccessOnTimeout bool `protobuf:"varint,3,opt,name=success_on_timeout,json=successOnTimeout" json:"success_on_timeout,omitempty"`
|
||||
SuccessOnTimeout bool `protobuf:"varint,3,opt,name=success_on_timeout,json=successOnTimeout,proto3" json:"success_on_timeout,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListActiveBreakpointsRequest) Reset() { *m = ListActiveBreakpointsRequest{} }
|
||||
func (m *ListActiveBreakpointsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListActiveBreakpointsRequest) ProtoMessage() {}
|
||||
func (*ListActiveBreakpointsRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
||||
func (m *ListActiveBreakpointsRequest) Reset() { *m = ListActiveBreakpointsRequest{} }
|
||||
func (m *ListActiveBreakpointsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListActiveBreakpointsRequest) ProtoMessage() {}
|
||||
func (*ListActiveBreakpointsRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{2}
|
||||
}
|
||||
|
||||
func (m *ListActiveBreakpointsRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListActiveBreakpointsRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListActiveBreakpointsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListActiveBreakpointsRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListActiveBreakpointsRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListActiveBreakpointsRequest.Merge(m, src)
|
||||
}
|
||||
func (m *ListActiveBreakpointsRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ListActiveBreakpointsRequest.Size(m)
|
||||
}
|
||||
func (m *ListActiveBreakpointsRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListActiveBreakpointsRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListActiveBreakpointsRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ListActiveBreakpointsRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -147,20 +183,43 @@ func (m *ListActiveBreakpointsRequest) GetSuccessOnTimeout() bool {
|
||||
type ListActiveBreakpointsResponse struct {
|
||||
// List of all active breakpoints.
|
||||
// The fields `id` and `location` are guaranteed to be set on each breakpoint.
|
||||
Breakpoints []*Breakpoint `protobuf:"bytes,1,rep,name=breakpoints" json:"breakpoints,omitempty"`
|
||||
Breakpoints []*Breakpoint `protobuf:"bytes,1,rep,name=breakpoints,proto3" json:"breakpoints,omitempty"`
|
||||
// A token that can be used in the next method call to block until
|
||||
// the list of breakpoints changes.
|
||||
NextWaitToken string `protobuf:"bytes,2,opt,name=next_wait_token,json=nextWaitToken" json:"next_wait_token,omitempty"`
|
||||
NextWaitToken string `protobuf:"bytes,2,opt,name=next_wait_token,json=nextWaitToken,proto3" json:"next_wait_token,omitempty"`
|
||||
// If set to `true`, indicates that there is no change to the
|
||||
// list of active breakpoints and the server-selected timeout has expired.
|
||||
// The `breakpoints` field would be empty and should be ignored.
|
||||
WaitExpired bool `protobuf:"varint,3,opt,name=wait_expired,json=waitExpired" json:"wait_expired,omitempty"`
|
||||
WaitExpired bool `protobuf:"varint,3,opt,name=wait_expired,json=waitExpired,proto3" json:"wait_expired,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListActiveBreakpointsResponse) Reset() { *m = ListActiveBreakpointsResponse{} }
|
||||
func (m *ListActiveBreakpointsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListActiveBreakpointsResponse) ProtoMessage() {}
|
||||
func (*ListActiveBreakpointsResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
||||
func (m *ListActiveBreakpointsResponse) Reset() { *m = ListActiveBreakpointsResponse{} }
|
||||
func (m *ListActiveBreakpointsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListActiveBreakpointsResponse) ProtoMessage() {}
|
||||
func (*ListActiveBreakpointsResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{3}
|
||||
}
|
||||
|
||||
func (m *ListActiveBreakpointsResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListActiveBreakpointsResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListActiveBreakpointsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListActiveBreakpointsResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListActiveBreakpointsResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListActiveBreakpointsResponse.Merge(m, src)
|
||||
}
|
||||
func (m *ListActiveBreakpointsResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ListActiveBreakpointsResponse.Size(m)
|
||||
}
|
||||
func (m *ListActiveBreakpointsResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListActiveBreakpointsResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListActiveBreakpointsResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ListActiveBreakpointsResponse) GetBreakpoints() []*Breakpoint {
|
||||
if m != nil {
|
||||
@@ -186,17 +245,40 @@ func (m *ListActiveBreakpointsResponse) GetWaitExpired() bool {
|
||||
// Request to update an active breakpoint.
|
||||
type UpdateActiveBreakpointRequest struct {
|
||||
// Identifies the debuggee being debugged.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// Updated breakpoint information.
|
||||
// The field `id` must be set.
|
||||
// The agent must echo all Breakpoint specification fields in the update.
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,2,opt,name=breakpoint" json:"breakpoint,omitempty"`
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,2,opt,name=breakpoint,proto3" json:"breakpoint,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *UpdateActiveBreakpointRequest) Reset() { *m = UpdateActiveBreakpointRequest{} }
|
||||
func (m *UpdateActiveBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpdateActiveBreakpointRequest) ProtoMessage() {}
|
||||
func (*UpdateActiveBreakpointRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
||||
func (m *UpdateActiveBreakpointRequest) Reset() { *m = UpdateActiveBreakpointRequest{} }
|
||||
func (m *UpdateActiveBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpdateActiveBreakpointRequest) ProtoMessage() {}
|
||||
func (*UpdateActiveBreakpointRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{4}
|
||||
}
|
||||
|
||||
func (m *UpdateActiveBreakpointRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_UpdateActiveBreakpointRequest.Merge(m, src)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointRequest.Size(m)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_UpdateActiveBreakpointRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_UpdateActiveBreakpointRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *UpdateActiveBreakpointRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -215,12 +297,35 @@ func (m *UpdateActiveBreakpointRequest) GetBreakpoint() *Breakpoint {
|
||||
// Response for updating an active breakpoint.
|
||||
// The message is defined to allow future extensions.
|
||||
type UpdateActiveBreakpointResponse struct {
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *UpdateActiveBreakpointResponse) Reset() { *m = UpdateActiveBreakpointResponse{} }
|
||||
func (m *UpdateActiveBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpdateActiveBreakpointResponse) ProtoMessage() {}
|
||||
func (*UpdateActiveBreakpointResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
||||
func (m *UpdateActiveBreakpointResponse) Reset() { *m = UpdateActiveBreakpointResponse{} }
|
||||
func (m *UpdateActiveBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpdateActiveBreakpointResponse) ProtoMessage() {}
|
||||
func (*UpdateActiveBreakpointResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_694192a34270926f, []int{5}
|
||||
}
|
||||
|
||||
func (m *UpdateActiveBreakpointResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_UpdateActiveBreakpointResponse.Merge(m, src)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_UpdateActiveBreakpointResponse.Size(m)
|
||||
}
|
||||
func (m *UpdateActiveBreakpointResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_UpdateActiveBreakpointResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_UpdateActiveBreakpointResponse proto.InternalMessageInfo
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*RegisterDebuggeeRequest)(nil), "google.devtools.clouddebugger.v2.RegisterDebuggeeRequest")
|
||||
@@ -231,6 +336,52 @@ func init() {
|
||||
proto.RegisterType((*UpdateActiveBreakpointResponse)(nil), "google.devtools.clouddebugger.v2.UpdateActiveBreakpointResponse")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google/devtools/clouddebugger/v2/controller.proto", fileDescriptor_694192a34270926f)
|
||||
}
|
||||
|
||||
var fileDescriptor_694192a34270926f = []byte{
|
||||
// 602 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x6a, 0xd4, 0x40,
|
||||
0x14, 0x66, 0x5a, 0x94, 0x76, 0xa2, 0xb4, 0x0c, 0xa8, 0x21, 0xb6, 0xba, 0x0d, 0x52, 0x96, 0x75,
|
||||
0xc9, 0x60, 0xf4, 0xc6, 0x15, 0xfc, 0xd9, 0xaa, 0x45, 0x68, 0xb5, 0x2c, 0xb5, 0x82, 0x2c, 0x2c,
|
||||
0xd9, 0xe4, 0x18, 0x86, 0x66, 0x67, 0x62, 0x66, 0xb2, 0x56, 0x4a, 0x6f, 0xbc, 0x55, 0xbc, 0xf1,
|
||||
0x2d, 0x7c, 0x01, 0xc1, 0x0b, 0x1f, 0xc0, 0x5b, 0x7d, 0x04, 0xaf, 0x7c, 0x0a, 0xc9, 0xdf, 0xfe,
|
||||
0xb4, 0xdd, 0xa6, 0x5d, 0xbc, 0xcc, 0x77, 0xe6, 0xfb, 0xce, 0xf7, 0x4d, 0xce, 0x1c, 0x7c, 0xcb,
|
||||
0x17, 0xc2, 0x0f, 0x80, 0x7a, 0xd0, 0x57, 0x42, 0x04, 0x92, 0xba, 0x81, 0x88, 0x3d, 0x0f, 0xba,
|
||||
0xb1, 0xef, 0x43, 0x44, 0xfb, 0x36, 0x75, 0x05, 0x57, 0x91, 0x08, 0x02, 0x88, 0xac, 0x30, 0x12,
|
||||
0x4a, 0x90, 0x4a, 0x46, 0xb1, 0x0a, 0x8a, 0x35, 0x46, 0xb1, 0xfa, 0xb6, 0xb1, 0x94, 0x8b, 0x3a,
|
||||
0x21, 0xa3, 0x0e, 0xe7, 0x42, 0x39, 0x8a, 0x09, 0x2e, 0x33, 0xbe, 0x71, 0xb3, 0xb4, 0xa5, 0xe7,
|
||||
0x28, 0x27, 0x3f, 0x7c, 0x35, 0x3f, 0x9c, 0x7e, 0x75, 0xe3, 0x37, 0x14, 0x7a, 0xa1, 0x7a, 0x9f,
|
||||
0x15, 0x4d, 0x07, 0x5f, 0x69, 0x81, 0xcf, 0xa4, 0x82, 0xe8, 0x71, 0x46, 0x87, 0x16, 0xbc, 0x8d,
|
||||
0x41, 0x2a, 0xf2, 0x14, 0xcf, 0xe5, 0x8a, 0xa0, 0xa3, 0x0a, 0xaa, 0x6a, 0x76, 0xcd, 0x2a, 0xf3,
|
||||
0x6d, 0x0d, 0x44, 0x06, 0x5c, 0xb3, 0x8b, 0xf5, 0xa3, 0x2d, 0x64, 0x28, 0xb8, 0x84, 0xff, 0xd6,
|
||||
0xe3, 0x13, 0xc2, 0x4b, 0x1b, 0x4c, 0xaa, 0x47, 0xae, 0x62, 0x7d, 0x68, 0x46, 0xe0, 0xec, 0x86,
|
||||
0x82, 0x71, 0x25, 0x8b, 0x30, 0xd7, 0xb1, 0x56, 0x1c, 0xee, 0x30, 0x2f, 0xed, 0x35, 0xdf, 0xc2,
|
||||
0x05, 0xf4, 0xcc, 0x23, 0xcb, 0x18, 0xbf, 0x73, 0x98, 0xea, 0x28, 0xb1, 0x0b, 0x5c, 0x9f, 0x49,
|
||||
0xeb, 0xf3, 0x09, 0xb2, 0x9d, 0x00, 0xa4, 0x8e, 0x89, 0x8c, 0x5d, 0x17, 0xa4, 0xec, 0x08, 0xde,
|
||||
0x51, 0xac, 0x07, 0x22, 0x56, 0xfa, 0x6c, 0x05, 0x55, 0xe7, 0x5a, 0x8b, 0x79, 0xe5, 0x05, 0xdf,
|
||||
0xce, 0x70, 0xf3, 0x3b, 0xc2, 0xcb, 0x13, 0xec, 0xe4, 0xc1, 0x9f, 0x63, 0xad, 0x3b, 0x84, 0x75,
|
||||
0x54, 0x99, 0xad, 0x6a, 0x76, 0xbd, 0x3c, 0xfb, 0x50, 0xab, 0x35, 0x2a, 0x40, 0x56, 0xf1, 0x02,
|
||||
0x87, 0x3d, 0xd5, 0x39, 0x92, 0xe1, 0x62, 0x02, 0xbf, 0x1a, 0xe4, 0x58, 0xc1, 0x17, 0xd2, 0x23,
|
||||
0xb0, 0x17, 0xb2, 0x08, 0xbc, 0x3c, 0x81, 0x96, 0x60, 0x4f, 0x32, 0xc8, 0xfc, 0x8c, 0xf0, 0xf2,
|
||||
0xcb, 0xd0, 0x73, 0x14, 0x1c, 0xb6, 0x7f, 0xea, 0xcb, 0xdc, 0xc0, 0x78, 0x68, 0x2e, 0x35, 0x72,
|
||||
0xd6, 0x70, 0x23, 0x7c, 0xb3, 0x82, 0xaf, 0x4d, 0xf2, 0x93, 0xdd, 0xa6, 0xfd, 0xf1, 0x1c, 0xd6,
|
||||
0xd6, 0x06, 0x8f, 0xcc, 0x26, 0xdf, 0x10, 0x5e, 0x3c, 0x3c, 0x73, 0xe4, 0x6e, 0xb9, 0x81, 0x09,
|
||||
0x4f, 0xc1, 0x68, 0x4c, 0x43, 0xcd, 0xbc, 0x99, 0xf5, 0x0f, 0xbf, 0xfe, 0x7c, 0x99, 0x59, 0x35,
|
||||
0x57, 0xc6, 0x37, 0x01, 0x2d, 0xae, 0x4b, 0xd2, 0x28, 0xa7, 0x36, 0x50, 0x8d, 0xfc, 0x46, 0xf8,
|
||||
0xd2, 0xb1, 0x93, 0x43, 0xee, 0x97, 0x7b, 0x38, 0xe9, 0x05, 0x18, 0x0f, 0xa6, 0xe6, 0xe7, 0x41,
|
||||
0x1a, 0x69, 0x90, 0x3b, 0xc4, 0x9e, 0x18, 0x64, 0x7f, 0x64, 0x2a, 0x0e, 0xe8, 0xe8, 0x78, 0xfe,
|
||||
0x45, 0xf8, 0xf2, 0xf1, 0xff, 0x90, 0x9c, 0xc2, 0xd7, 0x89, 0xd3, 0x68, 0x3c, 0x9c, 0x5e, 0x20,
|
||||
0x4f, 0xb6, 0x99, 0x26, 0x5b, 0x37, 0x9a, 0x67, 0x4f, 0x46, 0xf7, 0x87, 0x1f, 0x16, 0xf3, 0x0e,
|
||||
0x1a, 0xa8, 0xd6, 0xfc, 0x81, 0xf0, 0x0d, 0x57, 0xf4, 0x4a, 0x6d, 0x35, 0x17, 0x86, 0x33, 0xbb,
|
||||
0x95, 0x6c, 0xe3, 0x2d, 0xf4, 0x7a, 0x33, 0x27, 0xf9, 0x22, 0x70, 0xb8, 0x6f, 0x89, 0xc8, 0xa7,
|
||||
0x3e, 0xf0, 0x74, 0x57, 0xd3, 0xac, 0xe4, 0x84, 0x4c, 0x4e, 0x5e, 0xfc, 0xf7, 0xc6, 0x80, 0xaf,
|
||||
0x33, 0xfa, 0x7a, 0xa6, 0xb7, 0x96, 0xc0, 0xc5, 0xe6, 0x8c, 0xac, 0x1d, 0xfb, 0x67, 0x51, 0x6a,
|
||||
0xa7, 0xa5, 0x76, 0x51, 0x6a, 0xef, 0xd8, 0xdd, 0xf3, 0x69, 0xbf, 0xdb, 0xff, 0x02, 0x00, 0x00,
|
||||
0xff, 0xff, 0x54, 0xe1, 0x5c, 0x2a, 0xda, 0x06, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ context.Context
|
||||
var _ grpc.ClientConn
|
||||
@@ -239,8 +390,9 @@ var _ grpc.ClientConn
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion4
|
||||
|
||||
// Client API for Controller2 service
|
||||
|
||||
// Controller2Client is the client API for Controller2 service.
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||
type Controller2Client interface {
|
||||
// Registers the debuggee with the controller service.
|
||||
//
|
||||
@@ -288,7 +440,7 @@ func NewController2Client(cc *grpc.ClientConn) Controller2Client {
|
||||
|
||||
func (c *controller2Client) RegisterDebuggee(ctx context.Context, in *RegisterDebuggeeRequest, opts ...grpc.CallOption) (*RegisterDebuggeeResponse, error) {
|
||||
out := new(RegisterDebuggeeResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/RegisterDebuggee", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/RegisterDebuggee", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -297,7 +449,7 @@ func (c *controller2Client) RegisterDebuggee(ctx context.Context, in *RegisterDe
|
||||
|
||||
func (c *controller2Client) ListActiveBreakpoints(ctx context.Context, in *ListActiveBreakpointsRequest, opts ...grpc.CallOption) (*ListActiveBreakpointsResponse, error) {
|
||||
out := new(ListActiveBreakpointsResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/ListActiveBreakpoints", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/ListActiveBreakpoints", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -306,15 +458,14 @@ func (c *controller2Client) ListActiveBreakpoints(ctx context.Context, in *ListA
|
||||
|
||||
func (c *controller2Client) UpdateActiveBreakpoint(ctx context.Context, in *UpdateActiveBreakpointRequest, opts ...grpc.CallOption) (*UpdateActiveBreakpointResponse, error) {
|
||||
out := new(UpdateActiveBreakpointResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/UpdateActiveBreakpoint", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Controller2/UpdateActiveBreakpoint", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// Server API for Controller2 service
|
||||
|
||||
// Controller2Server is the server API for Controller2 service.
|
||||
type Controller2Server interface {
|
||||
// Registers the debuggee with the controller service.
|
||||
//
|
||||
@@ -430,47 +581,3 @@ var _Controller2_serviceDesc = grpc.ServiceDesc{
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "google/devtools/clouddebugger/v2/controller.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/devtools/clouddebugger/v2/controller.proto", fileDescriptor0) }
|
||||
|
||||
var fileDescriptor0 = []byte{
|
||||
// 602 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x6a, 0xd4, 0x40,
|
||||
0x14, 0x66, 0x5a, 0x94, 0x76, 0xa2, 0xb4, 0x0c, 0xa8, 0x21, 0xb6, 0xba, 0x0d, 0x52, 0x96, 0x75,
|
||||
0xc9, 0x60, 0xf4, 0xc6, 0x15, 0xfc, 0xd9, 0xaa, 0x45, 0x68, 0xb5, 0x2c, 0xb5, 0x82, 0x2c, 0x2c,
|
||||
0xd9, 0xe4, 0x18, 0x86, 0x66, 0x67, 0x62, 0x66, 0xb2, 0x56, 0x4a, 0x6f, 0xbc, 0x55, 0xbc, 0xf1,
|
||||
0x2d, 0x7c, 0x01, 0xc1, 0x0b, 0x1f, 0xc0, 0x5b, 0x7d, 0x04, 0xaf, 0x7c, 0x0a, 0xc9, 0xdf, 0xfe,
|
||||
0xb4, 0xdd, 0xa6, 0x5d, 0xbc, 0xcc, 0x77, 0xe6, 0xfb, 0xce, 0xf7, 0x4d, 0xce, 0x1c, 0x7c, 0xcb,
|
||||
0x17, 0xc2, 0x0f, 0x80, 0x7a, 0xd0, 0x57, 0x42, 0x04, 0x92, 0xba, 0x81, 0x88, 0x3d, 0x0f, 0xba,
|
||||
0xb1, 0xef, 0x43, 0x44, 0xfb, 0x36, 0x75, 0x05, 0x57, 0x91, 0x08, 0x02, 0x88, 0xac, 0x30, 0x12,
|
||||
0x4a, 0x90, 0x4a, 0x46, 0xb1, 0x0a, 0x8a, 0x35, 0x46, 0xb1, 0xfa, 0xb6, 0xb1, 0x94, 0x8b, 0x3a,
|
||||
0x21, 0xa3, 0x0e, 0xe7, 0x42, 0x39, 0x8a, 0x09, 0x2e, 0x33, 0xbe, 0x71, 0xb3, 0xb4, 0xa5, 0xe7,
|
||||
0x28, 0x27, 0x3f, 0x7c, 0x35, 0x3f, 0x9c, 0x7e, 0x75, 0xe3, 0x37, 0x14, 0x7a, 0xa1, 0x7a, 0x9f,
|
||||
0x15, 0x4d, 0x07, 0x5f, 0x69, 0x81, 0xcf, 0xa4, 0x82, 0xe8, 0x71, 0x46, 0x87, 0x16, 0xbc, 0x8d,
|
||||
0x41, 0x2a, 0xf2, 0x14, 0xcf, 0xe5, 0x8a, 0xa0, 0xa3, 0x0a, 0xaa, 0x6a, 0x76, 0xcd, 0x2a, 0xf3,
|
||||
0x6d, 0x0d, 0x44, 0x06, 0x5c, 0xb3, 0x8b, 0xf5, 0xa3, 0x2d, 0x64, 0x28, 0xb8, 0x84, 0xff, 0xd6,
|
||||
0xe3, 0x13, 0xc2, 0x4b, 0x1b, 0x4c, 0xaa, 0x47, 0xae, 0x62, 0x7d, 0x68, 0x46, 0xe0, 0xec, 0x86,
|
||||
0x82, 0x71, 0x25, 0x8b, 0x30, 0xd7, 0xb1, 0x56, 0x1c, 0xee, 0x30, 0x2f, 0xed, 0x35, 0xdf, 0xc2,
|
||||
0x05, 0xf4, 0xcc, 0x23, 0xcb, 0x18, 0xbf, 0x73, 0x98, 0xea, 0x28, 0xb1, 0x0b, 0x5c, 0x9f, 0x49,
|
||||
0xeb, 0xf3, 0x09, 0xb2, 0x9d, 0x00, 0xa4, 0x8e, 0x89, 0x8c, 0x5d, 0x17, 0xa4, 0xec, 0x08, 0xde,
|
||||
0x51, 0xac, 0x07, 0x22, 0x56, 0xfa, 0x6c, 0x05, 0x55, 0xe7, 0x5a, 0x8b, 0x79, 0xe5, 0x05, 0xdf,
|
||||
0xce, 0x70, 0xf3, 0x3b, 0xc2, 0xcb, 0x13, 0xec, 0xe4, 0xc1, 0x9f, 0x63, 0xad, 0x3b, 0x84, 0x75,
|
||||
0x54, 0x99, 0xad, 0x6a, 0x76, 0xbd, 0x3c, 0xfb, 0x50, 0xab, 0x35, 0x2a, 0x40, 0x56, 0xf1, 0x02,
|
||||
0x87, 0x3d, 0xd5, 0x39, 0x92, 0xe1, 0x62, 0x02, 0xbf, 0x1a, 0xe4, 0x58, 0xc1, 0x17, 0xd2, 0x23,
|
||||
0xb0, 0x17, 0xb2, 0x08, 0xbc, 0x3c, 0x81, 0x96, 0x60, 0x4f, 0x32, 0xc8, 0xfc, 0x8c, 0xf0, 0xf2,
|
||||
0xcb, 0xd0, 0x73, 0x14, 0x1c, 0xb6, 0x7f, 0xea, 0xcb, 0xdc, 0xc0, 0x78, 0x68, 0x2e, 0x35, 0x72,
|
||||
0xd6, 0x70, 0x23, 0x7c, 0xb3, 0x82, 0xaf, 0x4d, 0xf2, 0x93, 0xdd, 0xa6, 0xfd, 0xf1, 0x1c, 0xd6,
|
||||
0xd6, 0x06, 0x8f, 0xcc, 0x26, 0xdf, 0x10, 0x5e, 0x3c, 0x3c, 0x73, 0xe4, 0x6e, 0xb9, 0x81, 0x09,
|
||||
0x4f, 0xc1, 0x68, 0x4c, 0x43, 0xcd, 0xbc, 0x99, 0xf5, 0x0f, 0xbf, 0xfe, 0x7c, 0x99, 0x59, 0x35,
|
||||
0x57, 0xc6, 0x37, 0x01, 0x2d, 0xae, 0x4b, 0xd2, 0x28, 0xa7, 0x36, 0x50, 0x8d, 0xfc, 0x46, 0xf8,
|
||||
0xd2, 0xb1, 0x93, 0x43, 0xee, 0x97, 0x7b, 0x38, 0xe9, 0x05, 0x18, 0x0f, 0xa6, 0xe6, 0xe7, 0x41,
|
||||
0x1a, 0x69, 0x90, 0x3b, 0xc4, 0x9e, 0x18, 0x64, 0x7f, 0x64, 0x2a, 0x0e, 0xe8, 0xe8, 0x78, 0xfe,
|
||||
0x45, 0xf8, 0xf2, 0xf1, 0xff, 0x90, 0x9c, 0xc2, 0xd7, 0x89, 0xd3, 0x68, 0x3c, 0x9c, 0x5e, 0x20,
|
||||
0x4f, 0xb6, 0x99, 0x26, 0x5b, 0x37, 0x9a, 0x67, 0x4f, 0x46, 0xf7, 0x87, 0x1f, 0x16, 0xf3, 0x0e,
|
||||
0x1a, 0xa8, 0xd6, 0xfc, 0x81, 0xf0, 0x0d, 0x57, 0xf4, 0x4a, 0x6d, 0x35, 0x17, 0x86, 0x33, 0xbb,
|
||||
0x95, 0x6c, 0xe3, 0x2d, 0xf4, 0x7a, 0x33, 0x27, 0xf9, 0x22, 0x70, 0xb8, 0x6f, 0x89, 0xc8, 0xa7,
|
||||
0x3e, 0xf0, 0x74, 0x57, 0xd3, 0xac, 0xe4, 0x84, 0x4c, 0x4e, 0x5e, 0xfc, 0xf7, 0xc6, 0x80, 0xaf,
|
||||
0x33, 0xfa, 0x7a, 0xa6, 0xb7, 0x96, 0xc0, 0xc5, 0xe6, 0x8c, 0xac, 0x1d, 0xfb, 0x67, 0x51, 0x6a,
|
||||
0xa7, 0xa5, 0x76, 0x51, 0x6a, 0xef, 0xd8, 0xdd, 0xf3, 0x69, 0xbf, 0xdb, 0xff, 0x02, 0x00, 0x00,
|
||||
0xff, 0xff, 0x54, 0xe1, 0x5c, 0x2a, 0xda, 0x06, 0x00, 0x00,
|
||||
}
|
||||
|
||||
556
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/data.pb.go
generated
vendored
556
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/data.pb.go
generated
vendored
@@ -3,19 +3,28 @@
|
||||
|
||||
package clouddebugger
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import google_devtools_source_v1 "google.golang.org/genproto/googleapis/devtools/source/v1"
|
||||
import google_protobuf1 "github.com/golang/protobuf/ptypes/timestamp"
|
||||
import google_protobuf2 "github.com/golang/protobuf/ptypes/wrappers"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_ "github.com/golang/protobuf/ptypes/duration"
|
||||
timestamp "github.com/golang/protobuf/ptypes/timestamp"
|
||||
wrappers "github.com/golang/protobuf/ptypes/wrappers"
|
||||
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
v1 "google.golang.org/genproto/googleapis/devtools/source/v1"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
var _ = fmt.Errorf
|
||||
var _ = math.Inf
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
// Enumerates references to which the message applies.
|
||||
type StatusMessage_Reference int32
|
||||
|
||||
@@ -45,6 +54,7 @@ var StatusMessage_Reference_name = map[int32]string{
|
||||
5: "VARIABLE_NAME",
|
||||
6: "VARIABLE_VALUE",
|
||||
}
|
||||
|
||||
var StatusMessage_Reference_value = map[string]int32{
|
||||
"UNSPECIFIED": 0,
|
||||
"BREAKPOINT_SOURCE_LOCATION": 3,
|
||||
@@ -58,7 +68,10 @@ var StatusMessage_Reference_value = map[string]int32{
|
||||
func (x StatusMessage_Reference) String() string {
|
||||
return proto.EnumName(StatusMessage_Reference_name, int32(x))
|
||||
}
|
||||
func (StatusMessage_Reference) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{1, 0} }
|
||||
|
||||
func (StatusMessage_Reference) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{1, 0}
|
||||
}
|
||||
|
||||
// Actions that can be taken when a breakpoint hits.
|
||||
// Agents should reject breakpoints with unsupported or unknown action values.
|
||||
@@ -78,6 +91,7 @@ var Breakpoint_Action_name = map[int32]string{
|
||||
0: "CAPTURE",
|
||||
1: "LOG",
|
||||
}
|
||||
|
||||
var Breakpoint_Action_value = map[string]int32{
|
||||
"CAPTURE": 0,
|
||||
"LOG": 1,
|
||||
@@ -86,7 +100,10 @@ var Breakpoint_Action_value = map[string]int32{
|
||||
func (x Breakpoint_Action) String() string {
|
||||
return proto.EnumName(Breakpoint_Action_name, int32(x))
|
||||
}
|
||||
func (Breakpoint_Action) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{5, 0} }
|
||||
|
||||
func (Breakpoint_Action) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{5, 0}
|
||||
}
|
||||
|
||||
// Log severity levels.
|
||||
type Breakpoint_LogLevel int32
|
||||
@@ -105,6 +122,7 @@ var Breakpoint_LogLevel_name = map[int32]string{
|
||||
1: "WARNING",
|
||||
2: "ERROR",
|
||||
}
|
||||
|
||||
var Breakpoint_LogLevel_value = map[string]int32{
|
||||
"INFO": 0,
|
||||
"WARNING": 1,
|
||||
@@ -114,7 +132,10 @@ var Breakpoint_LogLevel_value = map[string]int32{
|
||||
func (x Breakpoint_LogLevel) String() string {
|
||||
return proto.EnumName(Breakpoint_LogLevel_name, int32(x))
|
||||
}
|
||||
func (Breakpoint_LogLevel) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{5, 1} }
|
||||
|
||||
func (Breakpoint_LogLevel) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{5, 1}
|
||||
}
|
||||
|
||||
// Represents a message with parameters.
|
||||
type FormatMessage struct {
|
||||
@@ -127,15 +148,38 @@ type FormatMessage struct {
|
||||
// * `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.`
|
||||
Format string `protobuf:"bytes,1,opt,name=format" json:"format,omitempty"`
|
||||
Format string `protobuf:"bytes,1,opt,name=format,proto3" json:"format,omitempty"`
|
||||
// Optional parameters to be embedded into the message.
|
||||
Parameters []string `protobuf:"bytes,2,rep,name=parameters" json:"parameters,omitempty"`
|
||||
Parameters []string `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *FormatMessage) Reset() { *m = FormatMessage{} }
|
||||
func (m *FormatMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*FormatMessage) ProtoMessage() {}
|
||||
func (*FormatMessage) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
|
||||
func (m *FormatMessage) Reset() { *m = FormatMessage{} }
|
||||
func (m *FormatMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*FormatMessage) ProtoMessage() {}
|
||||
func (*FormatMessage) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{0}
|
||||
}
|
||||
|
||||
func (m *FormatMessage) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_FormatMessage.Unmarshal(m, b)
|
||||
}
|
||||
func (m *FormatMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_FormatMessage.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *FormatMessage) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_FormatMessage.Merge(m, src)
|
||||
}
|
||||
func (m *FormatMessage) XXX_Size() int {
|
||||
return xxx_messageInfo_FormatMessage.Size(m)
|
||||
}
|
||||
func (m *FormatMessage) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_FormatMessage.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_FormatMessage proto.InternalMessageInfo
|
||||
|
||||
func (m *FormatMessage) GetFormat() string {
|
||||
if m != nil {
|
||||
@@ -158,17 +202,40 @@ func (m *FormatMessage) GetParameters() []string {
|
||||
// to the `BREAKPOINT_SOURCE_LOCATION` with the message `Location not found`.
|
||||
type StatusMessage struct {
|
||||
// Distinguishes errors from informational messages.
|
||||
IsError bool `protobuf:"varint,1,opt,name=is_error,json=isError" json:"is_error,omitempty"`
|
||||
IsError bool `protobuf:"varint,1,opt,name=is_error,json=isError,proto3" json:"is_error,omitempty"`
|
||||
// Reference to which the message applies.
|
||||
RefersTo StatusMessage_Reference `protobuf:"varint,2,opt,name=refers_to,json=refersTo,enum=google.devtools.clouddebugger.v2.StatusMessage_Reference" json:"refers_to,omitempty"`
|
||||
RefersTo StatusMessage_Reference `protobuf:"varint,2,opt,name=refers_to,json=refersTo,proto3,enum=google.devtools.clouddebugger.v2.StatusMessage_Reference" json:"refers_to,omitempty"`
|
||||
// Status message text.
|
||||
Description *FormatMessage `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
|
||||
Description *FormatMessage `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *StatusMessage) Reset() { *m = StatusMessage{} }
|
||||
func (m *StatusMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*StatusMessage) ProtoMessage() {}
|
||||
func (*StatusMessage) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{1} }
|
||||
func (m *StatusMessage) Reset() { *m = StatusMessage{} }
|
||||
func (m *StatusMessage) String() string { return proto.CompactTextString(m) }
|
||||
func (*StatusMessage) ProtoMessage() {}
|
||||
func (*StatusMessage) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{1}
|
||||
}
|
||||
|
||||
func (m *StatusMessage) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_StatusMessage.Unmarshal(m, b)
|
||||
}
|
||||
func (m *StatusMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_StatusMessage.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *StatusMessage) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_StatusMessage.Merge(m, src)
|
||||
}
|
||||
func (m *StatusMessage) XXX_Size() int {
|
||||
return xxx_messageInfo_StatusMessage.Size(m)
|
||||
}
|
||||
func (m *StatusMessage) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_StatusMessage.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_StatusMessage proto.InternalMessageInfo
|
||||
|
||||
func (m *StatusMessage) GetIsError() bool {
|
||||
if m != nil {
|
||||
@@ -194,15 +261,42 @@ func (m *StatusMessage) GetDescription() *FormatMessage {
|
||||
// Represents a location in the source code.
|
||||
type SourceLocation struct {
|
||||
// Path to the source file within the source context of the target binary.
|
||||
Path string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
|
||||
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
|
||||
// Line inside the file. The first line in the file has the value `1`.
|
||||
Line int32 `protobuf:"varint,2,opt,name=line" json:"line,omitempty"`
|
||||
Line int32 `protobuf:"varint,2,opt,name=line,proto3" json:"line,omitempty"`
|
||||
// Column within a line. The first column in a line as the value `1`.
|
||||
// Agents that do not support setting breakpoints on specific columns ignore
|
||||
// this field.
|
||||
Column int32 `protobuf:"varint,3,opt,name=column,proto3" json:"column,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SourceLocation) Reset() { *m = SourceLocation{} }
|
||||
func (m *SourceLocation) String() string { return proto.CompactTextString(m) }
|
||||
func (*SourceLocation) ProtoMessage() {}
|
||||
func (*SourceLocation) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2} }
|
||||
func (m *SourceLocation) Reset() { *m = SourceLocation{} }
|
||||
func (m *SourceLocation) String() string { return proto.CompactTextString(m) }
|
||||
func (*SourceLocation) ProtoMessage() {}
|
||||
func (*SourceLocation) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{2}
|
||||
}
|
||||
|
||||
func (m *SourceLocation) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SourceLocation.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SourceLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SourceLocation.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *SourceLocation) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SourceLocation.Merge(m, src)
|
||||
}
|
||||
func (m *SourceLocation) XXX_Size() int {
|
||||
return xxx_messageInfo_SourceLocation.Size(m)
|
||||
}
|
||||
func (m *SourceLocation) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SourceLocation.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SourceLocation proto.InternalMessageInfo
|
||||
|
||||
func (m *SourceLocation) GetPath() string {
|
||||
if m != nil {
|
||||
@@ -218,6 +312,13 @@ func (m *SourceLocation) GetLine() int32 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (m *SourceLocation) GetColumn() int32 {
|
||||
if m != nil {
|
||||
return m.Column
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
// Represents a variable or an argument possibly of a compound object type.
|
||||
// Note how the following variables are represented:
|
||||
//
|
||||
@@ -329,20 +430,20 @@ func (m *SourceLocation) GetLine() int32 {
|
||||
// The type field is optional. The debugger agent may or may not support it.
|
||||
type Variable struct {
|
||||
// Name of the variable, if any.
|
||||
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// Simple value of the variable.
|
||||
Value string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
|
||||
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
||||
// Variable type (e.g. `MyClass`). If the variable is split with
|
||||
// `var_table_index`, `type` goes next to `value`. The interpretation of
|
||||
// a type is agent specific. It is recommended to include the dynamic type
|
||||
// rather than a static type of an object.
|
||||
Type string `protobuf:"bytes,6,opt,name=type" json:"type,omitempty"`
|
||||
Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
|
||||
// Members contained or pointed to by the variable.
|
||||
Members []*Variable `protobuf:"bytes,3,rep,name=members" json:"members,omitempty"`
|
||||
Members []*Variable `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
|
||||
// Reference to a variable in the shared variable table. More than
|
||||
// one variable can reference the same variable in the table. The
|
||||
// `var_table_index` field is an index into `variable_table` in Breakpoint.
|
||||
VarTableIndex *google_protobuf2.Int32Value `protobuf:"bytes,4,opt,name=var_table_index,json=varTableIndex" json:"var_table_index,omitempty"`
|
||||
VarTableIndex *wrappers.Int32Value `protobuf:"bytes,4,opt,name=var_table_index,json=varTableIndex,proto3" json:"var_table_index,omitempty"`
|
||||
// Status 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
|
||||
@@ -362,13 +463,36 @@ type Variable struct {
|
||||
// * `Malformed string`,
|
||||
// * `Field f not found in class C`
|
||||
// * `Null pointer dereference`
|
||||
Status *StatusMessage `protobuf:"bytes,5,opt,name=status" json:"status,omitempty"`
|
||||
Status *StatusMessage `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Variable) Reset() { *m = Variable{} }
|
||||
func (m *Variable) String() string { return proto.CompactTextString(m) }
|
||||
func (*Variable) ProtoMessage() {}
|
||||
func (*Variable) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3} }
|
||||
func (m *Variable) Reset() { *m = Variable{} }
|
||||
func (m *Variable) String() string { return proto.CompactTextString(m) }
|
||||
func (*Variable) ProtoMessage() {}
|
||||
func (*Variable) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{3}
|
||||
}
|
||||
|
||||
func (m *Variable) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Variable.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Variable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Variable.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Variable) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Variable.Merge(m, src)
|
||||
}
|
||||
func (m *Variable) XXX_Size() int {
|
||||
return xxx_messageInfo_Variable.Size(m)
|
||||
}
|
||||
func (m *Variable) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Variable.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Variable proto.InternalMessageInfo
|
||||
|
||||
func (m *Variable) GetName() string {
|
||||
if m != nil {
|
||||
@@ -398,7 +522,7 @@ func (m *Variable) GetMembers() []*Variable {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Variable) GetVarTableIndex() *google_protobuf2.Int32Value {
|
||||
func (m *Variable) GetVarTableIndex() *wrappers.Int32Value {
|
||||
if m != nil {
|
||||
return m.VarTableIndex
|
||||
}
|
||||
@@ -415,21 +539,44 @@ func (m *Variable) GetStatus() *StatusMessage {
|
||||
// Represents a stack frame context.
|
||||
type StackFrame struct {
|
||||
// Demangled function name at the call site.
|
||||
Function string `protobuf:"bytes,1,opt,name=function" json:"function,omitempty"`
|
||||
Function string `protobuf:"bytes,1,opt,name=function,proto3" json:"function,omitempty"`
|
||||
// Source location of the call site.
|
||||
Location *SourceLocation `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
|
||||
Location *SourceLocation `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
|
||||
// Set of arguments passed to this function.
|
||||
// Note that this might not be populated for all stack frames.
|
||||
Arguments []*Variable `protobuf:"bytes,3,rep,name=arguments" json:"arguments,omitempty"`
|
||||
Arguments []*Variable `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"`
|
||||
// Set of local variables at the stack frame location.
|
||||
// Note that this might not be populated for all stack frames.
|
||||
Locals []*Variable `protobuf:"bytes,4,rep,name=locals" json:"locals,omitempty"`
|
||||
Locals []*Variable `protobuf:"bytes,4,rep,name=locals,proto3" json:"locals,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *StackFrame) Reset() { *m = StackFrame{} }
|
||||
func (m *StackFrame) String() string { return proto.CompactTextString(m) }
|
||||
func (*StackFrame) ProtoMessage() {}
|
||||
func (*StackFrame) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4} }
|
||||
func (m *StackFrame) Reset() { *m = StackFrame{} }
|
||||
func (m *StackFrame) String() string { return proto.CompactTextString(m) }
|
||||
func (*StackFrame) ProtoMessage() {}
|
||||
func (*StackFrame) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{4}
|
||||
}
|
||||
|
||||
func (m *StackFrame) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_StackFrame.Unmarshal(m, b)
|
||||
}
|
||||
func (m *StackFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_StackFrame.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *StackFrame) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_StackFrame.Merge(m, src)
|
||||
}
|
||||
func (m *StackFrame) XXX_Size() int {
|
||||
return xxx_messageInfo_StackFrame.Size(m)
|
||||
}
|
||||
func (m *StackFrame) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_StackFrame.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_StackFrame proto.InternalMessageInfo
|
||||
|
||||
func (m *StackFrame) GetFunction() string {
|
||||
if m != nil {
|
||||
@@ -462,21 +609,21 @@ func (m *StackFrame) GetLocals() []*Variable {
|
||||
// Represents the breakpoint specification, status and results.
|
||||
type Breakpoint struct {
|
||||
// Breakpoint identifier, unique in the scope of the debuggee.
|
||||
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
// Action that the agent should perform when the code at the
|
||||
// breakpoint location is hit.
|
||||
Action Breakpoint_Action `protobuf:"varint,13,opt,name=action,enum=google.devtools.clouddebugger.v2.Breakpoint_Action" json:"action,omitempty"`
|
||||
Action Breakpoint_Action `protobuf:"varint,13,opt,name=action,proto3,enum=google.devtools.clouddebugger.v2.Breakpoint_Action" json:"action,omitempty"`
|
||||
// Breakpoint source location.
|
||||
Location *SourceLocation `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
|
||||
Location *SourceLocation `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
|
||||
// Condition that triggers the breakpoint.
|
||||
// The condition is a compound boolean expression composed using expressions
|
||||
// in a programming language at the source location.
|
||||
Condition string `protobuf:"bytes,3,opt,name=condition" json:"condition,omitempty"`
|
||||
Condition string `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"`
|
||||
// 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.
|
||||
Expressions []string `protobuf:"bytes,4,rep,name=expressions" json:"expressions,omitempty"`
|
||||
Expressions []string `protobuf:"bytes,4,rep,name=expressions,proto3" json:"expressions,omitempty"`
|
||||
// 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 are replaced with the evaluated value
|
||||
@@ -485,19 +632,19 @@ type Breakpoint struct {
|
||||
//
|
||||
// Example: `Message received, id = $0, count = $1` with
|
||||
// `expressions` = `[ message.id, message.count ]`.
|
||||
LogMessageFormat string `protobuf:"bytes,14,opt,name=log_message_format,json=logMessageFormat" json:"log_message_format,omitempty"`
|
||||
LogMessageFormat string `protobuf:"bytes,14,opt,name=log_message_format,json=logMessageFormat,proto3" json:"log_message_format,omitempty"`
|
||||
// Indicates the severity of the log. Only relevant when action is `LOG`.
|
||||
LogLevel Breakpoint_LogLevel `protobuf:"varint,15,opt,name=log_level,json=logLevel,enum=google.devtools.clouddebugger.v2.Breakpoint_LogLevel" json:"log_level,omitempty"`
|
||||
LogLevel Breakpoint_LogLevel `protobuf:"varint,15,opt,name=log_level,json=logLevel,proto3,enum=google.devtools.clouddebugger.v2.Breakpoint_LogLevel" json:"log_level,omitempty"`
|
||||
// When true, indicates that this is a final result and the
|
||||
// breakpoint state will not change from here on.
|
||||
IsFinalState bool `protobuf:"varint,5,opt,name=is_final_state,json=isFinalState" json:"is_final_state,omitempty"`
|
||||
IsFinalState bool `protobuf:"varint,5,opt,name=is_final_state,json=isFinalState,proto3" json:"is_final_state,omitempty"`
|
||||
// Time this breakpoint was created by the server in seconds resolution.
|
||||
CreateTime *google_protobuf1.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime" json:"create_time,omitempty"`
|
||||
CreateTime *timestamp.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
||||
// Time this breakpoint was finalized as seen by the server in seconds
|
||||
// resolution.
|
||||
FinalTime *google_protobuf1.Timestamp `protobuf:"bytes,12,opt,name=final_time,json=finalTime" json:"final_time,omitempty"`
|
||||
FinalTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=final_time,json=finalTime,proto3" json:"final_time,omitempty"`
|
||||
// E-mail address of the user that created this breakpoint
|
||||
UserEmail string `protobuf:"bytes,16,opt,name=user_email,json=userEmail" json:"user_email,omitempty"`
|
||||
UserEmail string `protobuf:"bytes,16,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
|
||||
// Breakpoint status.
|
||||
//
|
||||
// The status includes an error flag and a human readable message.
|
||||
@@ -513,9 +660,10 @@ type Breakpoint struct {
|
||||
//
|
||||
// * `Invalid line number` referring to location
|
||||
// * `Field f not found in class C` referring to condition
|
||||
Status *StatusMessage `protobuf:"bytes,10,opt,name=status" json:"status,omitempty"`
|
||||
// The stack at breakpoint time.
|
||||
StackFrames []*StackFrame `protobuf:"bytes,7,rep,name=stack_frames,json=stackFrames" json:"stack_frames,omitempty"`
|
||||
Status *StatusMessage `protobuf:"bytes,10,opt,name=status,proto3" json:"status,omitempty"`
|
||||
// The stack at breakpoint time, where stack_frames[0] represents the most
|
||||
// recently entered function.
|
||||
StackFrames []*StackFrame `protobuf:"bytes,7,rep,name=stack_frames,json=stackFrames,proto3" json:"stack_frames,omitempty"`
|
||||
// Values of evaluated expressions at breakpoint time.
|
||||
// The evaluated expressions appear in exactly the same order they
|
||||
// are listed in the `expressions` field.
|
||||
@@ -523,7 +671,7 @@ type Breakpoint struct {
|
||||
// `members` field holds the result of the evaluated expression.
|
||||
// If the expression cannot be evaluated, the `status` inside the `Variable`
|
||||
// will indicate an error and contain the error text.
|
||||
EvaluatedExpressions []*Variable `protobuf:"bytes,8,rep,name=evaluated_expressions,json=evaluatedExpressions" json:"evaluated_expressions,omitempty"`
|
||||
EvaluatedExpressions []*Variable `protobuf:"bytes,8,rep,name=evaluated_expressions,json=evaluatedExpressions,proto3" json:"evaluated_expressions,omitempty"`
|
||||
// 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
|
||||
@@ -536,16 +684,39 @@ type Breakpoint struct {
|
||||
// The stored objects are nameless and get their name from the referencing
|
||||
// variable. The effective variable is a merge of the referencing variable
|
||||
// and the referenced variable.
|
||||
VariableTable []*Variable `protobuf:"bytes,9,rep,name=variable_table,json=variableTable" json:"variable_table,omitempty"`
|
||||
VariableTable []*Variable `protobuf:"bytes,9,rep,name=variable_table,json=variableTable,proto3" json:"variable_table,omitempty"`
|
||||
// A set of custom breakpoint properties, populated by the agent, to be
|
||||
// displayed to the user.
|
||||
Labels map[string]string `protobuf:"bytes,17,rep,name=labels" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
||||
Labels map[string]string `protobuf:"bytes,17,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Breakpoint) Reset() { *m = Breakpoint{} }
|
||||
func (m *Breakpoint) String() string { return proto.CompactTextString(m) }
|
||||
func (*Breakpoint) ProtoMessage() {}
|
||||
func (*Breakpoint) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} }
|
||||
func (m *Breakpoint) Reset() { *m = Breakpoint{} }
|
||||
func (m *Breakpoint) String() string { return proto.CompactTextString(m) }
|
||||
func (*Breakpoint) ProtoMessage() {}
|
||||
func (*Breakpoint) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{5}
|
||||
}
|
||||
|
||||
func (m *Breakpoint) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Breakpoint.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Breakpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Breakpoint.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Breakpoint) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Breakpoint.Merge(m, src)
|
||||
}
|
||||
func (m *Breakpoint) XXX_Size() int {
|
||||
return xxx_messageInfo_Breakpoint.Size(m)
|
||||
}
|
||||
func (m *Breakpoint) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Breakpoint.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Breakpoint proto.InternalMessageInfo
|
||||
|
||||
func (m *Breakpoint) GetId() string {
|
||||
if m != nil {
|
||||
@@ -603,14 +774,14 @@ func (m *Breakpoint) GetIsFinalState() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (m *Breakpoint) GetCreateTime() *google_protobuf1.Timestamp {
|
||||
func (m *Breakpoint) GetCreateTime() *timestamp.Timestamp {
|
||||
if m != nil {
|
||||
return m.CreateTime
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Breakpoint) GetFinalTime() *google_protobuf1.Timestamp {
|
||||
func (m *Breakpoint) GetFinalTime() *timestamp.Timestamp {
|
||||
if m != nil {
|
||||
return m.FinalTime
|
||||
}
|
||||
@@ -666,52 +837,73 @@ func (m *Breakpoint) GetLabels() map[string]string {
|
||||
// exactly the same Debuggee message value when registering.
|
||||
type Debuggee struct {
|
||||
// Unique identifier for the debuggee generated by the controller service.
|
||||
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
// Project the debuggee is associated with.
|
||||
// Use project number or id when registering a Google Cloud Platform project.
|
||||
Project string `protobuf:"bytes,2,opt,name=project" json:"project,omitempty"`
|
||||
// Uniquifier to further distiguish the application.
|
||||
Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
|
||||
// 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 distiguish the
|
||||
// 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.
|
||||
Uniquifier string `protobuf:"bytes,3,opt,name=uniquifier" json:"uniquifier,omitempty"`
|
||||
Uniquifier string `protobuf:"bytes,3,opt,name=uniquifier,proto3" json:"uniquifier,omitempty"`
|
||||
// Human readable description of the debuggee.
|
||||
// Including a human-readable project name, environment name and version
|
||||
// information is recommended.
|
||||
Description string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
|
||||
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
||||
// If set to `true`, indicates that Controller service does not detect any
|
||||
// activity from the debuggee agents and the application is possibly stopped.
|
||||
IsInactive bool `protobuf:"varint,5,opt,name=is_inactive,json=isInactive" json:"is_inactive,omitempty"`
|
||||
IsInactive bool `protobuf:"varint,5,opt,name=is_inactive,json=isInactive,proto3" json:"is_inactive,omitempty"`
|
||||
// Version ID of the agent.
|
||||
// Schema: `domain/language-platform/vmajor.minor` (for example
|
||||
// `google.com/java-gcp/v1.1`).
|
||||
AgentVersion string `protobuf:"bytes,6,opt,name=agent_version,json=agentVersion" json:"agent_version,omitempty"`
|
||||
AgentVersion string `protobuf:"bytes,6,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"`
|
||||
// If set to `true`, indicates that the agent should disable itself and
|
||||
// detach from the debuggee.
|
||||
IsDisabled bool `protobuf:"varint,7,opt,name=is_disabled,json=isDisabled" json:"is_disabled,omitempty"`
|
||||
IsDisabled bool `protobuf:"varint,7,opt,name=is_disabled,json=isDisabled,proto3" json:"is_disabled,omitempty"`
|
||||
// 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.
|
||||
Status *StatusMessage `protobuf:"bytes,8,opt,name=status" json:"status,omitempty"`
|
||||
Status *StatusMessage `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
|
||||
// References to the locations and revisions of the source code used in the
|
||||
// deployed application.
|
||||
SourceContexts []*google_devtools_source_v1.SourceContext `protobuf:"bytes,9,rep,name=source_contexts,json=sourceContexts" json:"source_contexts,omitempty"`
|
||||
SourceContexts []*v1.SourceContext `protobuf:"bytes,9,rep,name=source_contexts,json=sourceContexts,proto3" json:"source_contexts,omitempty"`
|
||||
// References to the locations and revisions of the source code used in the
|
||||
// deployed application.
|
||||
//
|
||||
// NOTE: this field is experimental and can be ignored.
|
||||
ExtSourceContexts []*google_devtools_source_v1.ExtendedSourceContext `protobuf:"bytes,13,rep,name=ext_source_contexts,json=extSourceContexts" json:"ext_source_contexts,omitempty"`
|
||||
ExtSourceContexts []*v1.ExtendedSourceContext `protobuf:"bytes,13,rep,name=ext_source_contexts,json=extSourceContexts,proto3" json:"ext_source_contexts,omitempty"` // Deprecated: Do not use.
|
||||
// A set of custom debuggee properties, populated by the agent, to be
|
||||
// displayed to the user.
|
||||
Labels map[string]string `protobuf:"bytes,11,rep,name=labels" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
||||
Labels map[string]string `protobuf:"bytes,11,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Debuggee) Reset() { *m = Debuggee{} }
|
||||
func (m *Debuggee) String() string { return proto.CompactTextString(m) }
|
||||
func (*Debuggee) ProtoMessage() {}
|
||||
func (*Debuggee) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6} }
|
||||
func (m *Debuggee) Reset() { *m = Debuggee{} }
|
||||
func (m *Debuggee) String() string { return proto.CompactTextString(m) }
|
||||
func (*Debuggee) ProtoMessage() {}
|
||||
func (*Debuggee) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_af1dc785e55f21bc, []int{6}
|
||||
}
|
||||
|
||||
func (m *Debuggee) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Debuggee.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Debuggee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Debuggee.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Debuggee) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Debuggee.Merge(m, src)
|
||||
}
|
||||
func (m *Debuggee) XXX_Size() int {
|
||||
return xxx_messageInfo_Debuggee.Size(m)
|
||||
}
|
||||
func (m *Debuggee) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Debuggee.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Debuggee proto.InternalMessageInfo
|
||||
|
||||
func (m *Debuggee) GetId() string {
|
||||
if m != nil {
|
||||
@@ -769,14 +961,15 @@ func (m *Debuggee) GetStatus() *StatusMessage {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Debuggee) GetSourceContexts() []*google_devtools_source_v1.SourceContext {
|
||||
func (m *Debuggee) GetSourceContexts() []*v1.SourceContext {
|
||||
if m != nil {
|
||||
return m.SourceContexts
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *Debuggee) GetExtSourceContexts() []*google_devtools_source_v1.ExtendedSourceContext {
|
||||
// Deprecated: Do not use.
|
||||
func (m *Debuggee) GetExtSourceContexts() []*v1.ExtendedSourceContext {
|
||||
if m != nil {
|
||||
return m.ExtSourceContexts
|
||||
}
|
||||
@@ -791,100 +984,105 @@ func (m *Debuggee) GetLabels() map[string]string {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.StatusMessage_Reference", StatusMessage_Reference_name, StatusMessage_Reference_value)
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.Breakpoint_Action", Breakpoint_Action_name, Breakpoint_Action_value)
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.Breakpoint_LogLevel", Breakpoint_LogLevel_name, Breakpoint_LogLevel_value)
|
||||
proto.RegisterType((*FormatMessage)(nil), "google.devtools.clouddebugger.v2.FormatMessage")
|
||||
proto.RegisterType((*StatusMessage)(nil), "google.devtools.clouddebugger.v2.StatusMessage")
|
||||
proto.RegisterType((*SourceLocation)(nil), "google.devtools.clouddebugger.v2.SourceLocation")
|
||||
proto.RegisterType((*Variable)(nil), "google.devtools.clouddebugger.v2.Variable")
|
||||
proto.RegisterType((*StackFrame)(nil), "google.devtools.clouddebugger.v2.StackFrame")
|
||||
proto.RegisterType((*Breakpoint)(nil), "google.devtools.clouddebugger.v2.Breakpoint")
|
||||
proto.RegisterMapType((map[string]string)(nil), "google.devtools.clouddebugger.v2.Breakpoint.LabelsEntry")
|
||||
proto.RegisterType((*Debuggee)(nil), "google.devtools.clouddebugger.v2.Debuggee")
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.StatusMessage_Reference", StatusMessage_Reference_name, StatusMessage_Reference_value)
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.Breakpoint_Action", Breakpoint_Action_name, Breakpoint_Action_value)
|
||||
proto.RegisterEnum("google.devtools.clouddebugger.v2.Breakpoint_LogLevel", Breakpoint_LogLevel_name, Breakpoint_LogLevel_value)
|
||||
proto.RegisterMapType((map[string]string)(nil), "google.devtools.clouddebugger.v2.Debuggee.LabelsEntry")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/devtools/clouddebugger/v2/data.proto", fileDescriptor1) }
|
||||
|
||||
var fileDescriptor1 = []byte{
|
||||
// 1270 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x5d, 0x92, 0xda, 0xc6,
|
||||
0x16, 0x36, 0x3f, 0x03, 0xd2, 0x61, 0x60, 0x70, 0x5f, 0xfb, 0x96, 0x3c, 0xd7, 0x77, 0x4c, 0x71,
|
||||
0xfd, 0x30, 0x75, 0xe3, 0x02, 0x1b, 0x57, 0x52, 0x76, 0xfc, 0xc4, 0x30, 0x9a, 0x09, 0x65, 0x0c,
|
||||
0xb8, 0x99, 0x21, 0xa9, 0x94, 0xab, 0x94, 0x1e, 0xd4, 0x28, 0x8a, 0x85, 0xa4, 0x74, 0x37, 0x64,
|
||||
0xfc, 0xee, 0x65, 0x64, 0x05, 0xa9, 0x2c, 0x20, 0x6b, 0xc8, 0x26, 0xf2, 0x96, 0x75, 0xa4, 0xba,
|
||||
0xd5, 0xc2, 0xc2, 0x4e, 0x82, 0x27, 0xf6, 0x5b, 0xf7, 0x77, 0xbe, 0xf3, 0xb5, 0x38, 0xfd, 0x9d,
|
||||
0x23, 0x01, 0x9f, 0x78, 0x51, 0xe4, 0x05, 0xb4, 0xed, 0xd2, 0x95, 0x88, 0xa2, 0x80, 0xb7, 0x67,
|
||||
0x41, 0xb4, 0x74, 0x5d, 0x7a, 0xb1, 0xf4, 0x3c, 0xca, 0xda, 0xab, 0x4e, 0xdb, 0x25, 0x82, 0xb4,
|
||||
0x62, 0x16, 0x89, 0x08, 0x35, 0x12, 0x72, 0x2b, 0x25, 0xb7, 0x36, 0xc8, 0xad, 0x55, 0x67, 0xff,
|
||||
0xb6, 0x96, 0x23, 0xb1, 0xdf, 0x26, 0x61, 0x18, 0x09, 0x22, 0xfc, 0x28, 0xe4, 0x49, 0xfe, 0x7e,
|
||||
0xeb, 0xed, 0xc3, 0x78, 0xb4, 0x64, 0x33, 0xda, 0x5e, 0x3d, 0xd0, 0x2b, 0x67, 0x16, 0x85, 0x82,
|
||||
0x5e, 0x0a, 0xcd, 0xbf, 0xa3, 0xf9, 0x6a, 0x77, 0xb1, 0x9c, 0xb7, 0x85, 0xbf, 0xa0, 0x5c, 0x90,
|
||||
0x45, 0xac, 0x09, 0x07, 0x6f, 0x13, 0x7e, 0x60, 0x24, 0x8e, 0x29, 0xd3, 0x07, 0x36, 0x4f, 0xa1,
|
||||
0x7a, 0x12, 0xb1, 0x05, 0x11, 0xcf, 0x28, 0xe7, 0xc4, 0xa3, 0xe8, 0xdf, 0x50, 0x9a, 0x2b, 0xc0,
|
||||
0xca, 0x35, 0x72, 0x87, 0x26, 0xd6, 0x3b, 0x74, 0x00, 0x10, 0x13, 0x46, 0x16, 0x54, 0x50, 0xc6,
|
||||
0xad, 0x7c, 0xa3, 0x70, 0x68, 0xe2, 0x0c, 0xd2, 0x7c, 0x5d, 0x80, 0xea, 0x44, 0x10, 0xb1, 0xe4,
|
||||
0xa9, 0xd2, 0x2d, 0x30, 0x7c, 0xee, 0x50, 0xc6, 0x22, 0xa6, 0xb4, 0x0c, 0x5c, 0xf6, 0xb9, 0x2d,
|
||||
0xb7, 0x68, 0x0a, 0x26, 0xa3, 0x73, 0xca, 0xb8, 0x23, 0x22, 0x2b, 0xdf, 0xc8, 0x1d, 0xd6, 0x3a,
|
||||
0x8f, 0x5b, 0xdb, 0x4a, 0xd7, 0xda, 0x90, 0x6f, 0x61, 0x29, 0x40, 0xc3, 0x19, 0xc5, 0x46, 0xa2,
|
||||
0x75, 0x16, 0xa1, 0xe7, 0x50, 0x71, 0x29, 0x9f, 0x31, 0x3f, 0x96, 0x45, 0xb5, 0x0a, 0x8d, 0xdc,
|
||||
0x61, 0xa5, 0xd3, 0xde, 0xae, 0xbc, 0x51, 0x02, 0x9c, 0xd5, 0x68, 0xfe, 0x9c, 0x03, 0x73, 0x7d,
|
||||
0x14, 0xda, 0x83, 0xca, 0xf9, 0x70, 0x32, 0xb6, 0x7b, 0xfd, 0x93, 0xbe, 0x7d, 0x5c, 0xbf, 0x86,
|
||||
0x0e, 0x60, 0xff, 0x08, 0xdb, 0xdd, 0xa7, 0xe3, 0x51, 0x7f, 0x78, 0xe6, 0x4c, 0x46, 0xe7, 0xb8,
|
||||
0x67, 0x3b, 0x83, 0x51, 0xaf, 0x7b, 0xd6, 0x1f, 0x0d, 0xeb, 0x05, 0x64, 0xc1, 0x8d, 0x4c, 0xbc,
|
||||
0x37, 0x1a, 0x1e, 0xf7, 0x55, 0xa4, 0x88, 0x6e, 0xc1, 0xcd, 0x4c, 0xc4, 0xfe, 0x6a, 0x8c, 0xed,
|
||||
0xc9, 0x44, 0x86, 0xca, 0x08, 0x41, 0x2d, 0x13, 0xea, 0x9e, 0xda, 0x75, 0x03, 0x5d, 0x87, 0xea,
|
||||
0xb4, 0x8b, 0xfb, 0xdd, 0xa3, 0x81, 0xed, 0x0c, 0xbb, 0xcf, 0xec, 0xfa, 0x8e, 0xa4, 0xad, 0xa1,
|
||||
0x69, 0x77, 0x70, 0x6e, 0xd7, 0x4b, 0xcd, 0x47, 0x50, 0x9b, 0x28, 0xa3, 0x0c, 0xa2, 0x99, 0x72,
|
||||
0x16, 0x42, 0x50, 0x8c, 0x89, 0xf8, 0x56, 0x5f, 0xa7, 0x5a, 0x4b, 0x2c, 0xf0, 0x43, 0xaa, 0x4a,
|
||||
0xbf, 0x83, 0xd5, 0xba, 0xf9, 0x63, 0x1e, 0x8c, 0x29, 0x61, 0x3e, 0xb9, 0x08, 0xa8, 0x24, 0x84,
|
||||
0x64, 0x41, 0xd3, 0x24, 0xb9, 0x46, 0x37, 0x60, 0x67, 0x45, 0x82, 0x65, 0x92, 0x65, 0xe2, 0x64,
|
||||
0x23, 0x99, 0xe2, 0x55, 0x4c, 0xad, 0x52, 0xc2, 0x94, 0x6b, 0x74, 0x0c, 0xe5, 0x05, 0x5d, 0x5c,
|
||||
0x48, 0xa3, 0x14, 0x1a, 0x85, 0xc3, 0x4a, 0xe7, 0xff, 0xdb, 0xaf, 0x20, 0x3d, 0x1a, 0xa7, 0xa9,
|
||||
0xa8, 0x07, 0x7b, 0x2b, 0xc2, 0x1c, 0x21, 0x51, 0xc7, 0x0f, 0x5d, 0x7a, 0x69, 0x15, 0xd5, 0x85,
|
||||
0xfe, 0x27, 0x55, 0x4b, 0x4d, 0xdd, 0xea, 0x87, 0xe2, 0x61, 0x67, 0x2a, 0x9f, 0x07, 0x57, 0x57,
|
||||
0x84, 0x9d, 0xc9, 0x94, 0xbe, 0xcc, 0x40, 0xa7, 0x50, 0xe2, 0xca, 0x36, 0xd6, 0xce, 0xfb, 0x9a,
|
||||
0x61, 0xc3, 0x66, 0x58, 0xa7, 0x37, 0x5f, 0xe7, 0x01, 0x26, 0x82, 0xcc, 0x5e, 0x9e, 0x48, 0xcb,
|
||||
0xa3, 0x7d, 0x30, 0xe6, 0xcb, 0x70, 0xa6, 0x6c, 0x96, 0x14, 0x69, 0xbd, 0x47, 0x03, 0x30, 0x02,
|
||||
0x5d, 0x7d, 0x55, 0xab, 0x4a, 0xe7, 0xfe, 0x7b, 0x9c, 0xba, 0x71, 0x6b, 0x78, 0xad, 0x80, 0xbe,
|
||||
0x00, 0x93, 0x30, 0x6f, 0xb9, 0xa0, 0xa1, 0xf8, 0x27, 0xe5, 0x7c, 0x93, 0x8c, 0x8e, 0xa0, 0x24,
|
||||
0x55, 0x03, 0x6e, 0x15, 0xaf, 0x2c, 0xa3, 0x33, 0x9b, 0xbf, 0x19, 0x00, 0x47, 0x8c, 0x92, 0x97,
|
||||
0x71, 0xe4, 0x87, 0x02, 0xd5, 0x20, 0xef, 0xbb, 0xba, 0x00, 0x79, 0xdf, 0x45, 0x4f, 0xa1, 0x44,
|
||||
0x92, 0xa2, 0x54, 0x55, 0x57, 0x3f, 0xdc, 0x7e, 0xc4, 0x1b, 0xb5, 0x56, 0x57, 0xa5, 0x62, 0x2d,
|
||||
0xf1, 0x91, 0xeb, 0x78, 0x1b, 0xcc, 0x59, 0x14, 0xba, 0xfe, 0x7a, 0x32, 0x98, 0xf8, 0x0d, 0x80,
|
||||
0x1a, 0x50, 0xa1, 0x97, 0x31, 0xa3, 0x9c, 0xcb, 0x69, 0xac, 0x0a, 0x64, 0xe2, 0x2c, 0x84, 0xee,
|
||||
0x01, 0x0a, 0x22, 0xcf, 0x59, 0x24, 0xbe, 0x70, 0xf4, 0x90, 0xac, 0x29, 0xa1, 0x7a, 0x10, 0x79,
|
||||
0xda, 0x30, 0xc9, 0x28, 0x41, 0x18, 0x4c, 0xc9, 0x0e, 0xe8, 0x8a, 0x06, 0xd6, 0x9e, 0xaa, 0xc5,
|
||||
0xa7, 0x57, 0xaa, 0xc5, 0x20, 0xf2, 0x06, 0x32, 0x59, 0xfe, 0x82, 0x64, 0x85, 0xee, 0x42, 0xcd,
|
||||
0xe7, 0xce, 0xdc, 0x0f, 0x49, 0xe0, 0x48, 0x57, 0x52, 0xe5, 0x69, 0x03, 0xef, 0xfa, 0xfc, 0x44,
|
||||
0x82, 0xd2, 0xb8, 0x14, 0x3d, 0x81, 0xca, 0x8c, 0x51, 0x22, 0xa8, 0x23, 0xdf, 0x05, 0x56, 0x45,
|
||||
0x15, 0x6e, 0xff, 0x9d, 0x96, 0x39, 0x4b, 0x5f, 0x14, 0x18, 0x12, 0xba, 0x04, 0xd0, 0x63, 0x80,
|
||||
0x44, 0x5f, 0xe5, 0xee, 0x6e, 0xcd, 0x35, 0x15, 0x5b, 0xa5, 0xfe, 0x17, 0x60, 0xc9, 0x29, 0x73,
|
||||
0xe8, 0x82, 0xf8, 0x81, 0x55, 0x4f, 0x0a, 0x2c, 0x11, 0x5b, 0x02, 0x99, 0x46, 0x84, 0x0f, 0x6a,
|
||||
0x44, 0x34, 0x82, 0x5d, 0x2e, 0xfb, 0xd0, 0x99, 0xcb, 0x46, 0xe4, 0x56, 0x59, 0x79, 0xf9, 0xde,
|
||||
0x7b, 0xc9, 0xe9, 0xee, 0xc5, 0x15, 0xbe, 0x5e, 0x73, 0xe4, 0xc0, 0x4d, 0x2a, 0x67, 0x19, 0x11,
|
||||
0xd4, 0x75, 0xb2, 0x26, 0x30, 0xae, 0xdc, 0x25, 0x37, 0xd6, 0x42, 0x76, 0xc6, 0x39, 0xcf, 0xa1,
|
||||
0xb6, 0xd2, 0x8c, 0x64, 0x9a, 0x59, 0xe6, 0x95, 0x95, 0xab, 0xa9, 0x82, 0x9a, 0x6d, 0x68, 0x0c,
|
||||
0xa5, 0x80, 0x5c, 0xd0, 0x80, 0x5b, 0xd7, 0x95, 0xd4, 0xa3, 0xab, 0x79, 0x4b, 0xa5, 0xda, 0xa1,
|
||||
0x60, 0xaf, 0xb0, 0xd6, 0xd9, 0x7f, 0x0c, 0x95, 0x0c, 0x8c, 0xea, 0x50, 0x78, 0x49, 0x5f, 0xe9,
|
||||
0xce, 0x96, 0xcb, 0x3f, 0x1f, 0xff, 0x9f, 0xe7, 0x1f, 0xe5, 0x9a, 0x07, 0x50, 0x4a, 0x3a, 0x17,
|
||||
0x55, 0xa0, 0xdc, 0xeb, 0x8e, 0xcf, 0xce, 0xb1, 0x5d, 0xbf, 0x86, 0xca, 0x50, 0x18, 0x8c, 0x4e,
|
||||
0xeb, 0xb9, 0xe6, 0x3d, 0x30, 0x52, 0x37, 0x23, 0x03, 0x8a, 0xfd, 0xe1, 0xc9, 0xa8, 0x7e, 0x4d,
|
||||
0x72, 0xbf, 0xec, 0xe2, 0x61, 0x7f, 0x78, 0x5a, 0xcf, 0x21, 0x13, 0x76, 0x6c, 0x8c, 0x47, 0xb8,
|
||||
0x9e, 0x6f, 0xfe, 0x5e, 0x04, 0xe3, 0x38, 0x79, 0x6e, 0xfa, 0xce, 0x7c, 0xb1, 0xa0, 0x1c, 0xb3,
|
||||
0xe8, 0x3b, 0x3a, 0x13, 0xfa, 0x31, 0xd2, 0xad, 0xfc, 0x3e, 0x59, 0x86, 0xfe, 0xf7, 0x4b, 0x7f,
|
||||
0xee, 0x53, 0xa6, 0xfb, 0x3b, 0x83, 0xc8, 0x06, 0xcf, 0x7e, 0x1a, 0x14, 0x15, 0x21, 0x0b, 0xa1,
|
||||
0x3b, 0x50, 0xf1, 0xb9, 0xe3, 0x87, 0x72, 0xfa, 0xac, 0xd2, 0xde, 0x02, 0x9f, 0xf7, 0x35, 0x82,
|
||||
0xfe, 0x07, 0x55, 0xe2, 0xd1, 0x50, 0x38, 0x2b, 0xca, 0xe4, 0xcd, 0xea, 0x77, 0xde, 0xae, 0x02,
|
||||
0xa7, 0x09, 0xa6, 0x55, 0x5c, 0x9f, 0xcb, 0x7b, 0x72, 0xad, 0x72, 0xaa, 0x72, 0xac, 0x91, 0x4c,
|
||||
0x23, 0x18, 0x1f, 0xd6, 0x08, 0xcf, 0x61, 0x6f, 0xf3, 0x9b, 0x90, 0x6b, 0x5f, 0x1d, 0xbe, 0xa3,
|
||||
0x98, 0xf0, 0x5a, 0xab, 0x07, 0x7a, 0x3c, 0xf6, 0x92, 0x04, 0x5c, 0xe3, 0xd9, 0x2d, 0x47, 0xdf,
|
||||
0xc0, 0xbf, 0xe8, 0xa5, 0x70, 0xde, 0x96, 0xad, 0x2a, 0xd9, 0xfb, 0x7f, 0x23, 0x6b, 0x5f, 0x0a,
|
||||
0x1a, 0xba, 0xd4, 0xdd, 0x94, 0xbf, 0x4e, 0x2f, 0xc5, 0x64, 0xf3, 0x84, 0xe1, 0xda, 0xb8, 0x15,
|
||||
0x25, 0xfa, 0xd9, 0xf6, 0x5f, 0x9f, 0x9a, 0xe1, 0x23, 0xdb, 0xf6, 0xe8, 0x97, 0x1c, 0xdc, 0x9d,
|
||||
0x45, 0x8b, 0xad, 0x0f, 0x70, 0x64, 0x1e, 0x13, 0x41, 0xc6, 0x72, 0xf8, 0x8d, 0x73, 0x5f, 0x3f,
|
||||
0xd3, 0x74, 0x2f, 0x0a, 0x48, 0xe8, 0xb5, 0x22, 0xe6, 0xb5, 0x3d, 0x1a, 0xaa, 0xd1, 0xd8, 0x4e,
|
||||
0x42, 0x24, 0xf6, 0xf9, 0x5f, 0xff, 0x5b, 0x78, 0xb2, 0x01, 0xfc, 0x94, 0xb7, 0x4e, 0x13, 0xbd,
|
||||
0x9e, 0x84, 0xd3, 0xdf, 0xca, 0x5a, 0xd3, 0xce, 0xaf, 0x69, 0xe8, 0x85, 0x0a, 0xbd, 0x48, 0x43,
|
||||
0x2f, 0xa6, 0x9d, 0x8b, 0x92, 0x3a, 0xef, 0xe1, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x75, 0x2e,
|
||||
0xfe, 0xb1, 0x9c, 0x0c, 0x00, 0x00,
|
||||
func init() {
|
||||
proto.RegisterFile("google/devtools/clouddebugger/v2/data.proto", fileDescriptor_af1dc785e55f21bc)
|
||||
}
|
||||
|
||||
var fileDescriptor_af1dc785e55f21bc = []byte{
|
||||
// 1293 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x72, 0xda, 0x46,
|
||||
0x14, 0x0e, 0x3f, 0x06, 0xe9, 0x60, 0x30, 0xd9, 0x26, 0x1d, 0xc5, 0x4d, 0x1d, 0x86, 0xe6, 0xc2,
|
||||
0xd3, 0x66, 0x20, 0x21, 0xd3, 0x4e, 0xd2, 0x5c, 0x01, 0x96, 0x5d, 0x26, 0x04, 0xc8, 0x62, 0xd3,
|
||||
0x4e, 0x27, 0x33, 0x9a, 0x35, 0x5a, 0x54, 0x35, 0x42, 0xa2, 0xbb, 0x0b, 0x75, 0xee, 0xf3, 0x18,
|
||||
0x7d, 0x82, 0x4e, 0xdf, 0xa0, 0x6f, 0xd0, 0x97, 0xe8, 0x7d, 0x9f, 0xa0, 0x97, 0x9d, 0x5d, 0xad,
|
||||
0x88, 0x48, 0x9a, 0x12, 0x37, 0xb9, 0xdb, 0xfd, 0xce, 0x39, 0xdf, 0x8a, 0x6f, 0xbf, 0x73, 0x24,
|
||||
0xe0, 0x0b, 0x2f, 0x8a, 0xbc, 0x80, 0x36, 0x5d, 0xba, 0x12, 0x51, 0x14, 0xf0, 0xe6, 0x34, 0x88,
|
||||
0x96, 0xae, 0x4b, 0xcf, 0x97, 0x9e, 0x47, 0x59, 0x73, 0xd5, 0x6a, 0xba, 0x44, 0x90, 0xc6, 0x82,
|
||||
0x45, 0x22, 0x42, 0xb5, 0x38, 0xb9, 0x91, 0x24, 0x37, 0x36, 0x92, 0x1b, 0xab, 0xd6, 0xfe, 0x4d,
|
||||
0x4d, 0x47, 0x16, 0x7e, 0x93, 0x84, 0x61, 0x24, 0x88, 0xf0, 0xa3, 0x90, 0xc7, 0xf5, 0xfb, 0x8d,
|
||||
0xd7, 0x0f, 0xe3, 0xd1, 0x92, 0x4d, 0x69, 0x73, 0x75, 0x4f, 0xaf, 0x9c, 0x69, 0x14, 0x0a, 0x7a,
|
||||
0x21, 0x74, 0xfe, 0x81, 0xce, 0x57, 0xbb, 0xf3, 0xe5, 0xac, 0xe9, 0x2e, 0x99, 0x22, 0xd4, 0xf1,
|
||||
0x5b, 0xaf, 0xc7, 0x85, 0x3f, 0xa7, 0x5c, 0x90, 0xf9, 0xe2, 0x6d, 0x04, 0x3f, 0x33, 0xb2, 0x58,
|
||||
0x50, 0xa6, 0x1f, 0xa8, 0x7e, 0x02, 0xe5, 0xe3, 0x88, 0xcd, 0x89, 0x78, 0x42, 0x39, 0x27, 0x1e,
|
||||
0x45, 0x1f, 0x43, 0x61, 0xa6, 0x00, 0x2b, 0x53, 0xcb, 0x1c, 0x9a, 0x58, 0xef, 0xd0, 0x01, 0xc0,
|
||||
0x82, 0x30, 0x32, 0xa7, 0x82, 0x32, 0x6e, 0x65, 0x6b, 0xb9, 0x43, 0x13, 0xa7, 0x90, 0xfa, 0xcb,
|
||||
0x1c, 0x94, 0xc7, 0x82, 0x88, 0x25, 0x4f, 0x98, 0x6e, 0x80, 0xe1, 0x73, 0x87, 0x32, 0x16, 0x31,
|
||||
0xc5, 0x65, 0xe0, 0xa2, 0xcf, 0x6d, 0xb9, 0x45, 0x13, 0x30, 0x19, 0x9d, 0x51, 0xc6, 0x1d, 0x11,
|
||||
0x59, 0xd9, 0x5a, 0xe6, 0xb0, 0xd2, 0x7a, 0xd8, 0xd8, 0x26, 0x6d, 0x63, 0x83, 0xbe, 0x81, 0x25,
|
||||
0x01, 0x0d, 0xa7, 0x14, 0x1b, 0x31, 0xd7, 0x69, 0x84, 0x9e, 0x42, 0xc9, 0xa5, 0x7c, 0xca, 0xfc,
|
||||
0x85, 0xd4, 0xc8, 0xca, 0xd5, 0x32, 0x87, 0xa5, 0x56, 0x73, 0x3b, 0xf3, 0x86, 0x04, 0x38, 0xcd,
|
||||
0x51, 0xff, 0x2d, 0x03, 0xe6, 0xfa, 0x28, 0xb4, 0x07, 0xa5, 0xb3, 0xc1, 0x78, 0x64, 0x77, 0x7b,
|
||||
0xc7, 0x3d, 0xfb, 0xa8, 0x7a, 0x05, 0x1d, 0xc0, 0x7e, 0x07, 0xdb, 0xed, 0xc7, 0xa3, 0x61, 0x6f,
|
||||
0x70, 0xea, 0x8c, 0x87, 0x67, 0xb8, 0x6b, 0x3b, 0xfd, 0x61, 0xb7, 0x7d, 0xda, 0x1b, 0x0e, 0xaa,
|
||||
0x39, 0x64, 0xc1, 0xb5, 0x54, 0xbc, 0x3b, 0x1c, 0x1c, 0xf5, 0x54, 0x24, 0x8f, 0x6e, 0xc0, 0xf5,
|
||||
0x54, 0xc4, 0xfe, 0x6e, 0x84, 0xed, 0xf1, 0x58, 0x86, 0x8a, 0x08, 0x41, 0x25, 0x15, 0x6a, 0x9f,
|
||||
0xd8, 0x55, 0x03, 0x5d, 0x85, 0xf2, 0xa4, 0x8d, 0x7b, 0xed, 0x4e, 0xdf, 0x76, 0x06, 0xed, 0x27,
|
||||
0x76, 0x75, 0x47, 0xa6, 0xad, 0xa1, 0x49, 0xbb, 0x7f, 0x66, 0x57, 0x0b, 0xf5, 0x11, 0x54, 0xc6,
|
||||
0xca, 0x48, 0xfd, 0x68, 0xaa, 0x8c, 0x82, 0x10, 0xe4, 0x17, 0x44, 0xfc, 0xa0, 0xaf, 0x53, 0xad,
|
||||
0x25, 0x16, 0xf8, 0x21, 0x55, 0xd2, 0xef, 0x60, 0xb5, 0x96, 0x17, 0x3f, 0x8d, 0x82, 0xe5, 0x3c,
|
||||
0x96, 0x6d, 0x07, 0xeb, 0x5d, 0xfd, 0x97, 0x2c, 0x18, 0x13, 0xc2, 0x7c, 0x72, 0x1e, 0x50, 0x59,
|
||||
0x18, 0x92, 0x39, 0x4d, 0xc8, 0xe4, 0x1a, 0x5d, 0x83, 0x9d, 0x15, 0x09, 0x96, 0x31, 0x9b, 0x89,
|
||||
0xe3, 0x8d, 0xcc, 0x14, 0x2f, 0x16, 0xd4, 0x2a, 0xc4, 0x99, 0x72, 0x8d, 0x8e, 0xa0, 0x38, 0xa7,
|
||||
0xf3, 0x73, 0x69, 0xa0, 0x5c, 0x2d, 0x77, 0x58, 0x6a, 0x7d, 0xbe, 0xfd, 0x6a, 0x92, 0xa3, 0x71,
|
||||
0x52, 0x8a, 0xba, 0xb0, 0xb7, 0x22, 0xcc, 0x11, 0x12, 0x75, 0xfc, 0xd0, 0xa5, 0x17, 0x56, 0x5e,
|
||||
0x5d, 0xf4, 0x27, 0x09, 0x5b, 0x62, 0xf6, 0x46, 0x2f, 0x14, 0xf7, 0x5b, 0x13, 0xf9, 0x3c, 0xb8,
|
||||
0xbc, 0x22, 0xec, 0x54, 0x96, 0xf4, 0x64, 0x05, 0x3a, 0x81, 0x02, 0x57, 0x76, 0xb2, 0x76, 0xde,
|
||||
0xd5, 0x24, 0x1b, 0xf6, 0xc3, 0xba, 0xbc, 0xfe, 0x32, 0x0b, 0x30, 0x16, 0x64, 0xfa, 0xfc, 0x58,
|
||||
0xb6, 0x02, 0xda, 0x07, 0x63, 0xb6, 0x0c, 0xa7, 0xca, 0x7e, 0xb1, 0x48, 0xeb, 0x3d, 0xea, 0x83,
|
||||
0x11, 0xe8, 0x5b, 0x51, 0x5a, 0x95, 0x5a, 0x77, 0xdf, 0xe1, 0xd4, 0x8d, 0xdb, 0xc4, 0x6b, 0x06,
|
||||
0xf4, 0x0d, 0x98, 0x84, 0x79, 0xcb, 0x39, 0x0d, 0xc5, 0xff, 0x91, 0xf3, 0x55, 0x31, 0xea, 0x40,
|
||||
0x41, 0xb2, 0x06, 0xdc, 0xca, 0x5f, 0x9a, 0x46, 0x57, 0xd6, 0xff, 0x34, 0x00, 0x3a, 0x8c, 0x92,
|
||||
0xe7, 0x8b, 0xc8, 0x0f, 0x05, 0xaa, 0x40, 0xd6, 0x77, 0xb5, 0x00, 0x59, 0xdf, 0x45, 0x8f, 0xa1,
|
||||
0x40, 0x62, 0x51, 0xca, 0xaa, 0xdb, 0xef, 0x6f, 0x3f, 0xe2, 0x15, 0x5b, 0xa3, 0xad, 0x4a, 0xb1,
|
||||
0xa6, 0xf8, 0xc0, 0x3a, 0xde, 0x04, 0x73, 0x1a, 0x85, 0xae, 0xbf, 0x9e, 0x18, 0x26, 0x7e, 0x05,
|
||||
0xa0, 0x1a, 0x94, 0xe8, 0xc5, 0x82, 0x51, 0xce, 0xe5, 0x14, 0x57, 0x02, 0x99, 0x38, 0x0d, 0xa1,
|
||||
0x3b, 0x80, 0x82, 0xc8, 0x73, 0xe6, 0xb1, 0x2f, 0x1c, 0x3d, 0x3c, 0x2b, 0x8a, 0xa8, 0x1a, 0x44,
|
||||
0x9e, 0x36, 0x4c, 0x3c, 0x62, 0x10, 0x06, 0x53, 0x66, 0x07, 0x74, 0x45, 0x03, 0x6b, 0x4f, 0x69,
|
||||
0xf1, 0xe5, 0xa5, 0xb4, 0xe8, 0x47, 0x5e, 0x5f, 0x16, 0xcb, 0x5f, 0x10, 0xaf, 0xd0, 0x6d, 0xa8,
|
||||
0xf8, 0xdc, 0x99, 0xf9, 0x21, 0x09, 0x1c, 0xe9, 0x4a, 0xaa, 0x3c, 0x6d, 0xe0, 0x5d, 0x9f, 0x1f,
|
||||
0x4b, 0x50, 0x1a, 0x97, 0xa2, 0x47, 0x50, 0x9a, 0x32, 0x4a, 0x04, 0x75, 0xe4, 0x3b, 0xc2, 0x2a,
|
||||
0x29, 0xe1, 0xf6, 0xdf, 0x68, 0x99, 0xd3, 0xe4, 0x05, 0x82, 0x21, 0x4e, 0x97, 0x00, 0x7a, 0x08,
|
||||
0x10, 0xf3, 0xab, 0xda, 0xdd, 0xad, 0xb5, 0xa6, 0xca, 0x56, 0xa5, 0x9f, 0x02, 0x2c, 0x39, 0x65,
|
||||
0x0e, 0x9d, 0x13, 0x3f, 0xb0, 0xaa, 0xb1, 0xc0, 0x12, 0xb1, 0x25, 0x90, 0x6a, 0x44, 0x78, 0xaf,
|
||||
0x46, 0x44, 0x43, 0xd8, 0xe5, 0xb2, 0x0f, 0x9d, 0x99, 0x6c, 0x44, 0x6e, 0x15, 0x95, 0x97, 0xef,
|
||||
0xbc, 0x13, 0x9d, 0xee, 0x5e, 0x5c, 0xe2, 0xeb, 0x35, 0x47, 0x0e, 0x5c, 0xa7, 0x72, 0x96, 0x11,
|
||||
0x41, 0x5d, 0x27, 0x6d, 0x02, 0xe3, 0xd2, 0x5d, 0x72, 0x6d, 0x4d, 0x64, 0xa7, 0x9c, 0xf3, 0x14,
|
||||
0x2a, 0x2b, 0x9d, 0x11, 0x4f, 0x33, 0xcb, 0xbc, 0x34, 0x73, 0x39, 0x61, 0x50, 0xb3, 0x0d, 0x8d,
|
||||
0xa0, 0x10, 0x90, 0x73, 0x1a, 0x70, 0xeb, 0xaa, 0xa2, 0x7a, 0x70, 0x39, 0x6f, 0xa9, 0x52, 0x3b,
|
||||
0x14, 0xec, 0x05, 0xd6, 0x3c, 0xfb, 0x0f, 0xa1, 0x94, 0x82, 0x51, 0x15, 0x72, 0xcf, 0xe9, 0x0b,
|
||||
0xdd, 0xd9, 0x72, 0xf9, 0xef, 0xe3, 0xff, 0xeb, 0xec, 0x83, 0x4c, 0xfd, 0x00, 0x0a, 0x71, 0xe7,
|
||||
0xa2, 0x12, 0x14, 0xbb, 0xed, 0xd1, 0xe9, 0x19, 0xb6, 0xab, 0x57, 0x50, 0x11, 0x72, 0xfd, 0xe1,
|
||||
0x49, 0x35, 0x53, 0xbf, 0x03, 0x46, 0xe2, 0x66, 0x64, 0x40, 0xbe, 0x37, 0x38, 0x1e, 0x56, 0xaf,
|
||||
0xc8, 0xdc, 0x6f, 0xdb, 0x78, 0xd0, 0x1b, 0x9c, 0x54, 0x33, 0xc8, 0x84, 0x1d, 0x1b, 0xe3, 0x21,
|
||||
0xae, 0x66, 0xeb, 0x7f, 0xe5, 0xc1, 0x38, 0x8a, 0x9f, 0x9b, 0xbe, 0x31, 0x5f, 0x2c, 0x28, 0x2e,
|
||||
0x58, 0xf4, 0x23, 0x9d, 0x0a, 0xfd, 0x18, 0xc9, 0x56, 0x7e, 0xb7, 0x2c, 0x43, 0xff, 0xa7, 0xa5,
|
||||
0x3f, 0xf3, 0x29, 0xd3, 0xfd, 0x9d, 0x42, 0x64, 0x83, 0xa7, 0x3f, 0x19, 0xf2, 0x2a, 0x21, 0x0d,
|
||||
0xa1, 0x5b, 0x50, 0xf2, 0xb9, 0xe3, 0x87, 0x72, 0xfa, 0xac, 0x92, 0xde, 0x02, 0x9f, 0xf7, 0x34,
|
||||
0x82, 0x3e, 0x83, 0x32, 0xf1, 0x68, 0x28, 0x9c, 0x15, 0x65, 0xf2, 0x66, 0xf5, 0x3b, 0x6f, 0x57,
|
||||
0x81, 0x93, 0x18, 0xd3, 0x2c, 0xae, 0xcf, 0xe5, 0x3d, 0xb9, 0x56, 0x31, 0x61, 0x39, 0xd2, 0x48,
|
||||
0xaa, 0x11, 0x8c, 0xf7, 0x6b, 0x84, 0xa7, 0xb0, 0xb7, 0xf9, 0x2d, 0xc9, 0xb5, 0xaf, 0x0e, 0xdf,
|
||||
0x60, 0x8c, 0xf3, 0x1a, 0xab, 0x7b, 0x7a, 0x3c, 0x76, 0xe3, 0x02, 0x5c, 0xe1, 0xe9, 0x2d, 0x47,
|
||||
0x2e, 0x7c, 0x44, 0x2f, 0x84, 0xf3, 0x3a, 0x6d, 0x59, 0xd1, 0xde, 0xfd, 0x0f, 0x5a, 0xfb, 0x42,
|
||||
0xd0, 0xd0, 0xa5, 0xee, 0x06, 0x7d, 0x27, 0x6b, 0x65, 0xf0, 0x55, 0x7a, 0x21, 0xc6, 0x9b, 0xa7,
|
||||
0x0c, 0xd6, 0xe6, 0x2d, 0x29, 0xe2, 0xaf, 0xb6, 0x2b, 0x90, 0x18, 0xe2, 0x03, 0x5b, 0xb7, 0xf3,
|
||||
0x7b, 0x06, 0x6e, 0x4f, 0xa3, 0xf9, 0xd6, 0x07, 0xe8, 0x98, 0x47, 0x44, 0x90, 0x91, 0x1c, 0x80,
|
||||
0xa3, 0xcc, 0xf7, 0x4f, 0x74, 0xba, 0x17, 0x05, 0x24, 0xf4, 0x1a, 0x11, 0xf3, 0x9a, 0x1e, 0x0d,
|
||||
0xd5, 0x78, 0x6c, 0xc6, 0x21, 0xb2, 0xf0, 0xf9, 0xdb, 0xff, 0x69, 0x3c, 0xda, 0x00, 0xfe, 0xce,
|
||||
0x64, 0x7e, 0xcd, 0x5a, 0x27, 0x31, 0x65, 0x57, 0x46, 0x92, 0x9f, 0xcb, 0x1a, 0x93, 0xd6, 0x1f,
|
||||
0x49, 0xe8, 0x99, 0x0a, 0x3d, 0x4b, 0x42, 0xcf, 0x26, 0xad, 0xf3, 0x82, 0x3a, 0xf2, 0xfe, 0x3f,
|
||||
0x01, 0x00, 0x00, 0xff, 0xff, 0x0a, 0xe0, 0xe9, 0x2c, 0xdb, 0x0c, 0x00, 0x00,
|
||||
}
|
||||
|
||||
513
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/debugger.pb.go
generated
vendored
513
vendor/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/debugger.pb.go
generated
vendored
@@ -3,15 +3,14 @@
|
||||
|
||||
package clouddebugger
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import google_protobuf3 "github.com/golang/protobuf/ptypes/empty"
|
||||
|
||||
import (
|
||||
context "golang.org/x/net/context"
|
||||
context "context"
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
empty "github.com/golang/protobuf/ptypes/empty"
|
||||
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
grpc "google.golang.org/grpc"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -19,22 +18,51 @@ var _ = proto.Marshal
|
||||
var _ = fmt.Errorf
|
||||
var _ = math.Inf
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
// Request to set a breakpoint
|
||||
type SetBreakpointRequest struct {
|
||||
// ID of the debuggee where the breakpoint is to be set.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// Breakpoint specification to set.
|
||||
// The field `location` of the breakpoint must be set.
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,2,opt,name=breakpoint" json:"breakpoint,omitempty"`
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,2,opt,name=breakpoint,proto3" json:"breakpoint,omitempty"`
|
||||
// The client version making the call.
|
||||
// Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SetBreakpointRequest) Reset() { *m = SetBreakpointRequest{} }
|
||||
func (m *SetBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*SetBreakpointRequest) ProtoMessage() {}
|
||||
func (*SetBreakpointRequest) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
|
||||
func (m *SetBreakpointRequest) Reset() { *m = SetBreakpointRequest{} }
|
||||
func (m *SetBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*SetBreakpointRequest) ProtoMessage() {}
|
||||
func (*SetBreakpointRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{0}
|
||||
}
|
||||
|
||||
func (m *SetBreakpointRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SetBreakpointRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SetBreakpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SetBreakpointRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *SetBreakpointRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SetBreakpointRequest.Merge(m, src)
|
||||
}
|
||||
func (m *SetBreakpointRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_SetBreakpointRequest.Size(m)
|
||||
}
|
||||
func (m *SetBreakpointRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SetBreakpointRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SetBreakpointRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *SetBreakpointRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -61,13 +89,36 @@ func (m *SetBreakpointRequest) GetClientVersion() string {
|
||||
type SetBreakpointResponse struct {
|
||||
// Breakpoint resource.
|
||||
// The field `id` is guaranteed to be set (in addition to the echoed fileds).
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,1,opt,name=breakpoint" json:"breakpoint,omitempty"`
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,1,opt,name=breakpoint,proto3" json:"breakpoint,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *SetBreakpointResponse) Reset() { *m = SetBreakpointResponse{} }
|
||||
func (m *SetBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*SetBreakpointResponse) ProtoMessage() {}
|
||||
func (*SetBreakpointResponse) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{1} }
|
||||
func (m *SetBreakpointResponse) Reset() { *m = SetBreakpointResponse{} }
|
||||
func (m *SetBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*SetBreakpointResponse) ProtoMessage() {}
|
||||
func (*SetBreakpointResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{1}
|
||||
}
|
||||
|
||||
func (m *SetBreakpointResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SetBreakpointResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *SetBreakpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SetBreakpointResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *SetBreakpointResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SetBreakpointResponse.Merge(m, src)
|
||||
}
|
||||
func (m *SetBreakpointResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_SetBreakpointResponse.Size(m)
|
||||
}
|
||||
func (m *SetBreakpointResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_SetBreakpointResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_SetBreakpointResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *SetBreakpointResponse) GetBreakpoint() *Breakpoint {
|
||||
if m != nil {
|
||||
@@ -79,18 +130,41 @@ func (m *SetBreakpointResponse) GetBreakpoint() *Breakpoint {
|
||||
// Request to get breakpoint information.
|
||||
type GetBreakpointRequest struct {
|
||||
// ID of the debuggee whose breakpoint to get.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// ID of the breakpoint to get.
|
||||
BreakpointId string `protobuf:"bytes,2,opt,name=breakpoint_id,json=breakpointId" json:"breakpoint_id,omitempty"`
|
||||
BreakpointId string `protobuf:"bytes,2,opt,name=breakpoint_id,json=breakpointId,proto3" json:"breakpoint_id,omitempty"`
|
||||
// The client version making the call.
|
||||
// Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *GetBreakpointRequest) Reset() { *m = GetBreakpointRequest{} }
|
||||
func (m *GetBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetBreakpointRequest) ProtoMessage() {}
|
||||
func (*GetBreakpointRequest) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{2} }
|
||||
func (m *GetBreakpointRequest) Reset() { *m = GetBreakpointRequest{} }
|
||||
func (m *GetBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetBreakpointRequest) ProtoMessage() {}
|
||||
func (*GetBreakpointRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{2}
|
||||
}
|
||||
|
||||
func (m *GetBreakpointRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetBreakpointRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *GetBreakpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_GetBreakpointRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *GetBreakpointRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_GetBreakpointRequest.Merge(m, src)
|
||||
}
|
||||
func (m *GetBreakpointRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_GetBreakpointRequest.Size(m)
|
||||
}
|
||||
func (m *GetBreakpointRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_GetBreakpointRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_GetBreakpointRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *GetBreakpointRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -117,13 +191,36 @@ func (m *GetBreakpointRequest) GetClientVersion() string {
|
||||
type GetBreakpointResponse struct {
|
||||
// Complete breakpoint state.
|
||||
// The fields `id` and `location` are guaranteed to be set.
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,1,opt,name=breakpoint" json:"breakpoint,omitempty"`
|
||||
Breakpoint *Breakpoint `protobuf:"bytes,1,opt,name=breakpoint,proto3" json:"breakpoint,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *GetBreakpointResponse) Reset() { *m = GetBreakpointResponse{} }
|
||||
func (m *GetBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetBreakpointResponse) ProtoMessage() {}
|
||||
func (*GetBreakpointResponse) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{3} }
|
||||
func (m *GetBreakpointResponse) Reset() { *m = GetBreakpointResponse{} }
|
||||
func (m *GetBreakpointResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetBreakpointResponse) ProtoMessage() {}
|
||||
func (*GetBreakpointResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{3}
|
||||
}
|
||||
|
||||
func (m *GetBreakpointResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetBreakpointResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *GetBreakpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_GetBreakpointResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *GetBreakpointResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_GetBreakpointResponse.Merge(m, src)
|
||||
}
|
||||
func (m *GetBreakpointResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_GetBreakpointResponse.Size(m)
|
||||
}
|
||||
func (m *GetBreakpointResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_GetBreakpointResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_GetBreakpointResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *GetBreakpointResponse) GetBreakpoint() *Breakpoint {
|
||||
if m != nil {
|
||||
@@ -135,18 +232,41 @@ func (m *GetBreakpointResponse) GetBreakpoint() *Breakpoint {
|
||||
// Request to delete a breakpoint.
|
||||
type DeleteBreakpointRequest struct {
|
||||
// ID of the debuggee whose breakpoint to delete.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// ID of the breakpoint to delete.
|
||||
BreakpointId string `protobuf:"bytes,2,opt,name=breakpoint_id,json=breakpointId" json:"breakpoint_id,omitempty"`
|
||||
BreakpointId string `protobuf:"bytes,2,opt,name=breakpoint_id,json=breakpointId,proto3" json:"breakpoint_id,omitempty"`
|
||||
// The client version making the call.
|
||||
// Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
|
||||
ClientVersion string `protobuf:"bytes,3,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
|
||||
ClientVersion string `protobuf:"bytes,3,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *DeleteBreakpointRequest) Reset() { *m = DeleteBreakpointRequest{} }
|
||||
func (m *DeleteBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeleteBreakpointRequest) ProtoMessage() {}
|
||||
func (*DeleteBreakpointRequest) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{4} }
|
||||
func (m *DeleteBreakpointRequest) Reset() { *m = DeleteBreakpointRequest{} }
|
||||
func (m *DeleteBreakpointRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*DeleteBreakpointRequest) ProtoMessage() {}
|
||||
func (*DeleteBreakpointRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{4}
|
||||
}
|
||||
|
||||
func (m *DeleteBreakpointRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DeleteBreakpointRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *DeleteBreakpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_DeleteBreakpointRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *DeleteBreakpointRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DeleteBreakpointRequest.Merge(m, src)
|
||||
}
|
||||
func (m *DeleteBreakpointRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_DeleteBreakpointRequest.Size(m)
|
||||
}
|
||||
func (m *DeleteBreakpointRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DeleteBreakpointRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_DeleteBreakpointRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *DeleteBreakpointRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -172,33 +292,56 @@ func (m *DeleteBreakpointRequest) GetClientVersion() string {
|
||||
// Request to list breakpoints.
|
||||
type ListBreakpointsRequest struct {
|
||||
// ID of the debuggee whose breakpoints to list.
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId" json:"debuggee_id,omitempty"`
|
||||
DebuggeeId string `protobuf:"bytes,1,opt,name=debuggee_id,json=debuggeeId,proto3" json:"debuggee_id,omitempty"`
|
||||
// When set to `true`, the response includes the list of breakpoints set by
|
||||
// any user. Otherwise, it includes only breakpoints set by the caller.
|
||||
IncludeAllUsers bool `protobuf:"varint,2,opt,name=include_all_users,json=includeAllUsers" json:"include_all_users,omitempty"`
|
||||
IncludeAllUsers bool `protobuf:"varint,2,opt,name=include_all_users,json=includeAllUsers,proto3" json:"include_all_users,omitempty"`
|
||||
// When set to `true`, the response includes active and inactive
|
||||
// breakpoints. Otherwise, it includes only active breakpoints.
|
||||
IncludeInactive bool `protobuf:"varint,3,opt,name=include_inactive,json=includeInactive" json:"include_inactive,omitempty"`
|
||||
IncludeInactive bool `protobuf:"varint,3,opt,name=include_inactive,json=includeInactive,proto3" json:"include_inactive,omitempty"`
|
||||
// When set, the response includes only breakpoints with the specified action.
|
||||
Action *ListBreakpointsRequest_BreakpointActionValue `protobuf:"bytes,4,opt,name=action" json:"action,omitempty"`
|
||||
Action *ListBreakpointsRequest_BreakpointActionValue `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"`
|
||||
// This field is deprecated. The following fields are always stripped out of
|
||||
// the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
|
||||
StripResults bool `protobuf:"varint,5,opt,name=strip_results,json=stripResults" json:"strip_results,omitempty"`
|
||||
StripResults bool `protobuf:"varint,5,opt,name=strip_results,json=stripResults,proto3" json:"strip_results,omitempty"` // Deprecated: Do not use.
|
||||
// A 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. The error code
|
||||
// `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
|
||||
// should be called again with the same `wait_token`.
|
||||
WaitToken string `protobuf:"bytes,6,opt,name=wait_token,json=waitToken" json:"wait_token,omitempty"`
|
||||
WaitToken string `protobuf:"bytes,6,opt,name=wait_token,json=waitToken,proto3" json:"wait_token,omitempty"`
|
||||
// The client version making the call.
|
||||
// Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
|
||||
ClientVersion string `protobuf:"bytes,8,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
|
||||
ClientVersion string `protobuf:"bytes,8,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsRequest) Reset() { *m = ListBreakpointsRequest{} }
|
||||
func (m *ListBreakpointsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListBreakpointsRequest) ProtoMessage() {}
|
||||
func (*ListBreakpointsRequest) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{5} }
|
||||
func (m *ListBreakpointsRequest) Reset() { *m = ListBreakpointsRequest{} }
|
||||
func (m *ListBreakpointsRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListBreakpointsRequest) ProtoMessage() {}
|
||||
func (*ListBreakpointsRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{5}
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListBreakpointsRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListBreakpointsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListBreakpointsRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListBreakpointsRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListBreakpointsRequest.Merge(m, src)
|
||||
}
|
||||
func (m *ListBreakpointsRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ListBreakpointsRequest.Size(m)
|
||||
}
|
||||
func (m *ListBreakpointsRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListBreakpointsRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListBreakpointsRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ListBreakpointsRequest) GetDebuggeeId() string {
|
||||
if m != nil {
|
||||
@@ -228,6 +371,7 @@ func (m *ListBreakpointsRequest) GetAction() *ListBreakpointsRequest_BreakpointA
|
||||
return nil
|
||||
}
|
||||
|
||||
// Deprecated: Do not use.
|
||||
func (m *ListBreakpointsRequest) GetStripResults() bool {
|
||||
if m != nil {
|
||||
return m.StripResults
|
||||
@@ -253,7 +397,10 @@ func (m *ListBreakpointsRequest) GetClientVersion() string {
|
||||
// field of breakpoints.
|
||||
type ListBreakpointsRequest_BreakpointActionValue struct {
|
||||
// Only breakpoints with the specified action will pass the filter.
|
||||
Value Breakpoint_Action `protobuf:"varint,1,opt,name=value,enum=google.devtools.clouddebugger.v2.Breakpoint_Action" json:"value,omitempty"`
|
||||
Value Breakpoint_Action `protobuf:"varint,1,opt,name=value,proto3,enum=google.devtools.clouddebugger.v2.Breakpoint_Action" json:"value,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) Reset() {
|
||||
@@ -264,9 +411,27 @@ func (m *ListBreakpointsRequest_BreakpointActionValue) String() string {
|
||||
}
|
||||
func (*ListBreakpointsRequest_BreakpointActionValue) ProtoMessage() {}
|
||||
func (*ListBreakpointsRequest_BreakpointActionValue) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor2, []int{5, 0}
|
||||
return fileDescriptor_682c945d4794189b, []int{5, 0}
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.Merge(m, src)
|
||||
}
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_Size() int {
|
||||
return xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.Size(m)
|
||||
}
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListBreakpointsRequest_BreakpointActionValue proto.InternalMessageInfo
|
||||
|
||||
func (m *ListBreakpointsRequest_BreakpointActionValue) GetValue() Breakpoint_Action {
|
||||
if m != nil {
|
||||
return m.Value
|
||||
@@ -280,16 +445,39 @@ type ListBreakpointsResponse struct {
|
||||
// The fields `id` and `location` are guaranteed to be set on each breakpoint.
|
||||
// The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
|
||||
// are cleared on each breakpoint regardless of its status.
|
||||
Breakpoints []*Breakpoint `protobuf:"bytes,1,rep,name=breakpoints" json:"breakpoints,omitempty"`
|
||||
Breakpoints []*Breakpoint `protobuf:"bytes,1,rep,name=breakpoints,proto3" json:"breakpoints,omitempty"`
|
||||
// A wait token that can be used in the next call to `list` (REST) or
|
||||
// `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
|
||||
NextWaitToken string `protobuf:"bytes,2,opt,name=next_wait_token,json=nextWaitToken" json:"next_wait_token,omitempty"`
|
||||
NextWaitToken string `protobuf:"bytes,2,opt,name=next_wait_token,json=nextWaitToken,proto3" json:"next_wait_token,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsResponse) Reset() { *m = ListBreakpointsResponse{} }
|
||||
func (m *ListBreakpointsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListBreakpointsResponse) ProtoMessage() {}
|
||||
func (*ListBreakpointsResponse) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{6} }
|
||||
func (m *ListBreakpointsResponse) Reset() { *m = ListBreakpointsResponse{} }
|
||||
func (m *ListBreakpointsResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListBreakpointsResponse) ProtoMessage() {}
|
||||
func (*ListBreakpointsResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{6}
|
||||
}
|
||||
|
||||
func (m *ListBreakpointsResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListBreakpointsResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListBreakpointsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListBreakpointsResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListBreakpointsResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListBreakpointsResponse.Merge(m, src)
|
||||
}
|
||||
func (m *ListBreakpointsResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ListBreakpointsResponse.Size(m)
|
||||
}
|
||||
func (m *ListBreakpointsResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListBreakpointsResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListBreakpointsResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ListBreakpointsResponse) GetBreakpoints() []*Breakpoint {
|
||||
if m != nil {
|
||||
@@ -308,19 +496,42 @@ func (m *ListBreakpointsResponse) GetNextWaitToken() string {
|
||||
// Request to list debuggees.
|
||||
type ListDebuggeesRequest struct {
|
||||
// Project number of a Google Cloud project whose debuggees to list.
|
||||
Project string `protobuf:"bytes,2,opt,name=project" json:"project,omitempty"`
|
||||
Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
|
||||
// When set to `true`, the result includes all debuggees. Otherwise, the
|
||||
// result includes only debuggees that are active.
|
||||
IncludeInactive bool `protobuf:"varint,3,opt,name=include_inactive,json=includeInactive" json:"include_inactive,omitempty"`
|
||||
IncludeInactive bool `protobuf:"varint,3,opt,name=include_inactive,json=includeInactive,proto3" json:"include_inactive,omitempty"`
|
||||
// The client version making the call.
|
||||
// Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
|
||||
ClientVersion string `protobuf:"bytes,4,opt,name=client_version,json=clientVersion,proto3" json:"client_version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListDebuggeesRequest) Reset() { *m = ListDebuggeesRequest{} }
|
||||
func (m *ListDebuggeesRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListDebuggeesRequest) ProtoMessage() {}
|
||||
func (*ListDebuggeesRequest) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{7} }
|
||||
func (m *ListDebuggeesRequest) Reset() { *m = ListDebuggeesRequest{} }
|
||||
func (m *ListDebuggeesRequest) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListDebuggeesRequest) ProtoMessage() {}
|
||||
func (*ListDebuggeesRequest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{7}
|
||||
}
|
||||
|
||||
func (m *ListDebuggeesRequest) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListDebuggeesRequest.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListDebuggeesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListDebuggeesRequest.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListDebuggeesRequest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListDebuggeesRequest.Merge(m, src)
|
||||
}
|
||||
func (m *ListDebuggeesRequest) XXX_Size() int {
|
||||
return xxx_messageInfo_ListDebuggeesRequest.Size(m)
|
||||
}
|
||||
func (m *ListDebuggeesRequest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListDebuggeesRequest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListDebuggeesRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *ListDebuggeesRequest) GetProject() string {
|
||||
if m != nil {
|
||||
@@ -349,13 +560,36 @@ type ListDebuggeesResponse struct {
|
||||
// The fields `debuggee.id` and `description` are guaranteed to be set.
|
||||
// The `description` field is a human readable field provided by agents and
|
||||
// can be displayed to users.
|
||||
Debuggees []*Debuggee `protobuf:"bytes,1,rep,name=debuggees" json:"debuggees,omitempty"`
|
||||
Debuggees []*Debuggee `protobuf:"bytes,1,rep,name=debuggees,proto3" json:"debuggees,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ListDebuggeesResponse) Reset() { *m = ListDebuggeesResponse{} }
|
||||
func (m *ListDebuggeesResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListDebuggeesResponse) ProtoMessage() {}
|
||||
func (*ListDebuggeesResponse) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{8} }
|
||||
func (m *ListDebuggeesResponse) Reset() { *m = ListDebuggeesResponse{} }
|
||||
func (m *ListDebuggeesResponse) String() string { return proto.CompactTextString(m) }
|
||||
func (*ListDebuggeesResponse) ProtoMessage() {}
|
||||
func (*ListDebuggeesResponse) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_682c945d4794189b, []int{8}
|
||||
}
|
||||
|
||||
func (m *ListDebuggeesResponse) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ListDebuggeesResponse.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ListDebuggeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ListDebuggeesResponse.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ListDebuggeesResponse) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ListDebuggeesResponse.Merge(m, src)
|
||||
}
|
||||
func (m *ListDebuggeesResponse) XXX_Size() int {
|
||||
return xxx_messageInfo_ListDebuggeesResponse.Size(m)
|
||||
}
|
||||
func (m *ListDebuggeesResponse) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ListDebuggeesResponse.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ListDebuggeesResponse proto.InternalMessageInfo
|
||||
|
||||
func (m *ListDebuggeesResponse) GetDebuggees() []*Debuggee {
|
||||
if m != nil {
|
||||
@@ -377,6 +611,65 @@ func init() {
|
||||
proto.RegisterType((*ListDebuggeesResponse)(nil), "google.devtools.clouddebugger.v2.ListDebuggeesResponse")
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("google/devtools/clouddebugger/v2/debugger.proto", fileDescriptor_682c945d4794189b)
|
||||
}
|
||||
|
||||
var fileDescriptor_682c945d4794189b = []byte{
|
||||
// 802 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xdd, 0x6e, 0xdb, 0x36,
|
||||
0x14, 0x06, 0x9d, 0xe5, 0xc7, 0xc7, 0x71, 0x92, 0x11, 0xf9, 0x11, 0xbc, 0x3f, 0x43, 0xfb, 0xcb,
|
||||
0xb2, 0x41, 0x1a, 0x94, 0x61, 0x4b, 0xb6, 0x9b, 0xc5, 0xcb, 0xe0, 0x18, 0xc8, 0x82, 0x40, 0xdb,
|
||||
0x3c, 0x60, 0x08, 0x60, 0xc8, 0x36, 0x23, 0xa8, 0x51, 0x44, 0x55, 0xa4, 0xdc, 0x16, 0x41, 0x6e,
|
||||
0x52, 0xa0, 0xf7, 0x45, 0x5f, 0xa0, 0xd7, 0x45, 0x81, 0xbe, 0x40, 0x0b, 0xf4, 0x3a, 0xbd, 0xec,
|
||||
0x2b, 0xf4, 0x41, 0x0a, 0x49, 0x64, 0x2c, 0xbb, 0x6a, 0x6d, 0x39, 0x40, 0xee, 0xa8, 0x8f, 0x3c,
|
||||
0x87, 0xdf, 0xf7, 0xf1, 0xf0, 0x50, 0xa0, 0xdb, 0x94, 0xda, 0x2e, 0xd1, 0xbb, 0xa4, 0xc7, 0x29,
|
||||
0x75, 0x99, 0xde, 0x71, 0x69, 0xd8, 0xed, 0x92, 0x76, 0x68, 0xdb, 0x24, 0xd0, 0x7b, 0x86, 0x2e,
|
||||
0xc7, 0x9a, 0x1f, 0x50, 0x4e, 0x71, 0x35, 0x09, 0xd0, 0x64, 0x80, 0x36, 0x10, 0xa0, 0xf5, 0x8c,
|
||||
0xca, 0xa7, 0x22, 0xa5, 0xe5, 0x3b, 0xba, 0xe5, 0x79, 0x94, 0x5b, 0xdc, 0xa1, 0x1e, 0x4b, 0xe2,
|
||||
0x2b, 0xdf, 0x8f, 0xde, 0xd0, 0xe2, 0x96, 0x58, 0xfc, 0x89, 0x58, 0x1c, 0x7f, 0xb5, 0xc3, 0x63,
|
||||
0x9d, 0x9c, 0xfa, 0xfc, 0x5e, 0x32, 0xa9, 0x3e, 0x45, 0xb0, 0xfc, 0x37, 0xe1, 0xb5, 0x80, 0x58,
|
||||
0x27, 0x3e, 0x75, 0x3c, 0x6e, 0x92, 0xdb, 0x21, 0x61, 0x1c, 0x7f, 0x01, 0x25, 0x91, 0x8f, 0xb4,
|
||||
0x9c, 0xae, 0x82, 0xaa, 0x68, 0xbd, 0x68, 0x82, 0x84, 0x1a, 0x5d, 0xbc, 0x0f, 0xd0, 0xbe, 0x8a,
|
||||
0x52, 0x0a, 0x55, 0xb4, 0x5e, 0x32, 0x7e, 0xd0, 0x46, 0x09, 0xd3, 0x52, 0x3b, 0xa5, 0xe2, 0xf1,
|
||||
0xd7, 0xb0, 0xd0, 0x71, 0x1d, 0xe2, 0xf1, 0x56, 0x8f, 0x04, 0xcc, 0xa1, 0x9e, 0xf2, 0x51, 0xbc,
|
||||
0x63, 0x39, 0x41, 0x9b, 0x09, 0xa8, 0x12, 0x58, 0x19, 0x62, 0xcb, 0x7c, 0xea, 0x31, 0x32, 0xc4,
|
||||
0x06, 0x5d, 0x8f, 0x8d, 0x7a, 0x1f, 0xc1, 0x72, 0x7d, 0x22, 0x57, 0xbe, 0x84, 0x72, 0x3f, 0x4f,
|
||||
0xb4, 0xa4, 0x10, 0x2f, 0x99, 0xef, 0x83, 0x8d, 0x6e, 0x0e, 0xb1, 0xf5, 0x1b, 0x10, 0xfb, 0x00,
|
||||
0xc1, 0xda, 0x2e, 0x71, 0x09, 0x27, 0x37, 0xa7, 0x77, 0x2a, 0x4b, 0xef, 0xab, 0x29, 0x58, 0xdd,
|
||||
0x77, 0x58, 0x4a, 0x31, 0x1b, 0x9b, 0xc7, 0x06, 0x7c, 0xec, 0x78, 0x1d, 0x37, 0xec, 0x92, 0x96,
|
||||
0xe5, 0xba, 0xad, 0x90, 0x91, 0x80, 0xc5, 0x5c, 0xe6, 0xcc, 0x45, 0x31, 0xb1, 0xe3, 0xba, 0xff,
|
||||
0x46, 0x30, 0xfe, 0x0e, 0x96, 0xe4, 0x5a, 0xc7, 0xb3, 0x3a, 0xdc, 0xe9, 0x91, 0x98, 0x50, 0x7f,
|
||||
0x69, 0x43, 0xc0, 0xf8, 0x18, 0x66, 0xa2, 0x91, 0x38, 0xa1, 0x92, 0x71, 0x30, 0xda, 0xe5, 0x6c,
|
||||
0x05, 0x29, 0xf3, 0x77, 0xe2, 0x84, 0x4d, 0xcb, 0x0d, 0x89, 0x29, 0xb2, 0xe3, 0x6f, 0xa1, 0xcc,
|
||||
0x78, 0xe0, 0xf8, 0xad, 0x80, 0xb0, 0xd0, 0xe5, 0x4c, 0x99, 0x8e, 0xf8, 0xd4, 0x0a, 0x0a, 0x32,
|
||||
0xe7, 0xe3, 0x09, 0x33, 0xc1, 0xf1, 0x67, 0x00, 0x77, 0x2c, 0x87, 0xb7, 0x38, 0x3d, 0x21, 0x9e,
|
||||
0x32, 0x13, 0xfb, 0x50, 0x8c, 0x90, 0x7f, 0x22, 0x20, 0xc3, 0xe9, 0xb9, 0x0c, 0xa7, 0x2b, 0x6d,
|
||||
0x58, 0xc9, 0xe4, 0x83, 0x1b, 0x30, 0xdd, 0x8b, 0x06, 0xb1, 0xc3, 0x0b, 0xc6, 0x66, 0x9e, 0xa2,
|
||||
0xd2, 0x92, 0x44, 0x66, 0x92, 0x41, 0x7d, 0x88, 0x60, 0xed, 0x1d, 0x2f, 0x44, 0x01, 0x1f, 0x40,
|
||||
0xa9, 0x5f, 0x20, 0x4c, 0x41, 0xd5, 0xa9, 0xdc, 0x15, 0x9c, 0x4e, 0x80, 0xbf, 0x81, 0x45, 0x8f,
|
||||
0xdc, 0xe5, 0xad, 0x94, 0x35, 0x49, 0x1d, 0x96, 0x23, 0xf8, 0x3f, 0x69, 0x8f, 0x7a, 0x81, 0x60,
|
||||
0x39, 0xe2, 0xb4, 0x2b, 0x0a, 0xe7, 0xaa, 0xbe, 0x14, 0x98, 0xf5, 0x03, 0x7a, 0x8b, 0x74, 0xb8,
|
||||
0x08, 0x94, 0x9f, 0x79, 0x8a, 0x65, 0xcc, 0x6b, 0x6d, 0xc1, 0xca, 0x10, 0x07, 0xe1, 0xca, 0x1e,
|
||||
0x14, 0x65, 0x45, 0x4b, 0x4f, 0x36, 0x46, 0x7b, 0x22, 0xf3, 0x98, 0xfd, 0x60, 0xe3, 0xc5, 0x2c,
|
||||
0x14, 0x05, 0x1e, 0x18, 0xf8, 0x12, 0x41, 0x79, 0xa0, 0x6b, 0xe2, 0x9f, 0x47, 0xa7, 0xcd, 0x7a,
|
||||
0x14, 0x2a, 0xbf, 0xe4, 0x8e, 0x4b, 0xa4, 0xa9, 0x7b, 0x17, 0xaf, 0xdf, 0x3c, 0x2a, 0xd4, 0xd4,
|
||||
0x9f, 0xd2, 0x8f, 0xa1, 0x7e, 0x45, 0x58, 0x3f, 0x4b, 0xdd, 0xee, 0x73, 0x3d, 0x75, 0xb4, 0x3a,
|
||||
0x23, 0xfc, 0xd7, 0xf4, 0x43, 0x11, 0x89, 0xa9, 0xe7, 0x15, 0x53, 0x9f, 0x50, 0x4c, 0xfd, 0x43,
|
||||
0x62, 0xf0, 0xef, 0xb9, 0xc5, 0x9c, 0x0d, 0xf4, 0xca, 0x73, 0xfc, 0x0c, 0xc1, 0xd2, 0x70, 0xeb,
|
||||
0xc5, 0xdb, 0xe3, 0x9c, 0x79, 0x66, 0xbb, 0xae, 0xac, 0xca, 0x50, 0xf9, 0xd6, 0x6b, 0x7f, 0x46,
|
||||
0x6f, 0xbd, 0x64, 0xbc, 0x71, 0x7d, 0xc6, 0x2f, 0x11, 0x2c, 0x0e, 0xdd, 0x6a, 0xbc, 0x35, 0x69,
|
||||
0x53, 0xac, 0x6c, 0x4f, 0x10, 0x29, 0x0e, 0x61, 0x2b, 0x96, 0x64, 0xe0, 0x1f, 0xf3, 0x4a, 0xc2,
|
||||
0x8f, 0x11, 0x94, 0x07, 0x2e, 0xe0, 0x38, 0x15, 0x94, 0xd5, 0x35, 0xc6, 0xa9, 0xa0, 0xcc, 0x9b,
|
||||
0xae, 0x7e, 0x1e, 0x93, 0x57, 0xf0, 0x6a, 0x36, 0xf9, 0xda, 0x73, 0x04, 0x5f, 0x75, 0xe8, 0xe9,
|
||||
0xc8, 0xf4, 0xb5, 0xb2, 0xbc, 0xe5, 0x87, 0xd1, 0x81, 0x1f, 0xa2, 0xff, 0xff, 0x12, 0x21, 0x36,
|
||||
0x75, 0x2d, 0xcf, 0xd6, 0x68, 0x60, 0xeb, 0x36, 0xf1, 0xe2, 0x72, 0x10, 0x7f, 0xa9, 0x96, 0xef,
|
||||
0xb0, 0xf7, 0xff, 0x38, 0xfe, 0x36, 0x00, 0x3c, 0x29, 0x28, 0xf5, 0x24, 0xdf, 0x1f, 0x11, 0x2c,
|
||||
0x7b, 0x4d, 0xa0, 0x35, 0x8d, 0x4b, 0x39, 0x75, 0x14, 0x4f, 0x1d, 0xc9, 0xa9, 0xa3, 0xa6, 0xd1,
|
||||
0x9e, 0x89, 0xf7, 0xdb, 0x7c, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x13, 0xd7, 0xe1, 0x18, 0x0b,
|
||||
0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ context.Context
|
||||
var _ grpc.ClientConn
|
||||
@@ -385,15 +678,16 @@ var _ grpc.ClientConn
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
const _ = grpc.SupportPackageIsVersion4
|
||||
|
||||
// Client API for Debugger2 service
|
||||
|
||||
// Debugger2Client is the client API for Debugger2 service.
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||
type Debugger2Client interface {
|
||||
// Sets the breakpoint to the debuggee.
|
||||
SetBreakpoint(ctx context.Context, in *SetBreakpointRequest, opts ...grpc.CallOption) (*SetBreakpointResponse, error)
|
||||
// Gets breakpoint information.
|
||||
GetBreakpoint(ctx context.Context, in *GetBreakpointRequest, opts ...grpc.CallOption) (*GetBreakpointResponse, error)
|
||||
// Deletes the breakpoint from the debuggee.
|
||||
DeleteBreakpoint(ctx context.Context, in *DeleteBreakpointRequest, opts ...grpc.CallOption) (*google_protobuf3.Empty, error)
|
||||
DeleteBreakpoint(ctx context.Context, in *DeleteBreakpointRequest, opts ...grpc.CallOption) (*empty.Empty, error)
|
||||
// Lists all breakpoints for the debuggee.
|
||||
ListBreakpoints(ctx context.Context, in *ListBreakpointsRequest, opts ...grpc.CallOption) (*ListBreakpointsResponse, error)
|
||||
// Lists all the debuggees that the user has access to.
|
||||
@@ -410,7 +704,7 @@ func NewDebugger2Client(cc *grpc.ClientConn) Debugger2Client {
|
||||
|
||||
func (c *debugger2Client) SetBreakpoint(ctx context.Context, in *SetBreakpointRequest, opts ...grpc.CallOption) (*SetBreakpointResponse, error) {
|
||||
out := new(SetBreakpointResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/SetBreakpoint", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/SetBreakpoint", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -419,16 +713,16 @@ func (c *debugger2Client) SetBreakpoint(ctx context.Context, in *SetBreakpointRe
|
||||
|
||||
func (c *debugger2Client) GetBreakpoint(ctx context.Context, in *GetBreakpointRequest, opts ...grpc.CallOption) (*GetBreakpointResponse, error) {
|
||||
out := new(GetBreakpointResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/GetBreakpoint", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/GetBreakpoint", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *debugger2Client) DeleteBreakpoint(ctx context.Context, in *DeleteBreakpointRequest, opts ...grpc.CallOption) (*google_protobuf3.Empty, error) {
|
||||
out := new(google_protobuf3.Empty)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/DeleteBreakpoint", in, out, c.cc, opts...)
|
||||
func (c *debugger2Client) DeleteBreakpoint(ctx context.Context, in *DeleteBreakpointRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
|
||||
out := new(empty.Empty)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/DeleteBreakpoint", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -437,7 +731,7 @@ func (c *debugger2Client) DeleteBreakpoint(ctx context.Context, in *DeleteBreakp
|
||||
|
||||
func (c *debugger2Client) ListBreakpoints(ctx context.Context, in *ListBreakpointsRequest, opts ...grpc.CallOption) (*ListBreakpointsResponse, error) {
|
||||
out := new(ListBreakpointsResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/ListBreakpoints", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/ListBreakpoints", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -446,22 +740,21 @@ func (c *debugger2Client) ListBreakpoints(ctx context.Context, in *ListBreakpoin
|
||||
|
||||
func (c *debugger2Client) ListDebuggees(ctx context.Context, in *ListDebuggeesRequest, opts ...grpc.CallOption) (*ListDebuggeesResponse, error) {
|
||||
out := new(ListDebuggeesResponse)
|
||||
err := grpc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/ListDebuggees", in, out, c.cc, opts...)
|
||||
err := c.cc.Invoke(ctx, "/google.devtools.clouddebugger.v2.Debugger2/ListDebuggees", in, out, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// Server API for Debugger2 service
|
||||
|
||||
// Debugger2Server is the server API for Debugger2 service.
|
||||
type Debugger2Server interface {
|
||||
// Sets the breakpoint to the debuggee.
|
||||
SetBreakpoint(context.Context, *SetBreakpointRequest) (*SetBreakpointResponse, error)
|
||||
// Gets breakpoint information.
|
||||
GetBreakpoint(context.Context, *GetBreakpointRequest) (*GetBreakpointResponse, error)
|
||||
// Deletes the breakpoint from the debuggee.
|
||||
DeleteBreakpoint(context.Context, *DeleteBreakpointRequest) (*google_protobuf3.Empty, error)
|
||||
DeleteBreakpoint(context.Context, *DeleteBreakpointRequest) (*empty.Empty, error)
|
||||
// Lists all breakpoints for the debuggee.
|
||||
ListBreakpoints(context.Context, *ListBreakpointsRequest) (*ListBreakpointsResponse, error)
|
||||
// Lists all the debuggees that the user has access to.
|
||||
@@ -590,59 +883,3 @@ var _Debugger2_serviceDesc = grpc.ServiceDesc{
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "google/devtools/clouddebugger/v2/debugger.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/devtools/clouddebugger/v2/debugger.proto", fileDescriptor2) }
|
||||
|
||||
var fileDescriptor2 = []byte{
|
||||
// 797 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xdd, 0x6a, 0xdb, 0x48,
|
||||
0x14, 0x66, 0x9c, 0xcd, 0x8f, 0x8f, 0xe3, 0x24, 0x3b, 0xe4, 0x47, 0x78, 0xff, 0x8c, 0xf6, 0x87,
|
||||
0x6c, 0x76, 0x91, 0x16, 0x65, 0xd9, 0x4d, 0x76, 0x6f, 0x1a, 0x37, 0xc5, 0x31, 0xa4, 0x21, 0xb8,
|
||||
0xad, 0x0b, 0x25, 0x60, 0x64, 0x7b, 0x22, 0xd4, 0x28, 0x1a, 0x55, 0x33, 0x72, 0x5b, 0x42, 0x6e,
|
||||
0x52, 0xe8, 0x7d, 0xe9, 0x0b, 0xf4, 0xba, 0x14, 0xfa, 0x02, 0x2d, 0xf4, 0xae, 0x90, 0xdb, 0xbe,
|
||||
0x42, 0x1f, 0xa4, 0x48, 0x9a, 0x89, 0x65, 0x57, 0xad, 0x2d, 0x07, 0x72, 0x37, 0xfa, 0x66, 0xce,
|
||||
0x99, 0xef, 0xfb, 0xe6, 0xcc, 0x19, 0x81, 0x6e, 0x51, 0x6a, 0x39, 0x44, 0xef, 0x90, 0x2e, 0xa7,
|
||||
0xd4, 0x61, 0x7a, 0xdb, 0xa1, 0x41, 0xa7, 0x43, 0x5a, 0x81, 0x65, 0x11, 0x5f, 0xef, 0x1a, 0xba,
|
||||
0x1c, 0x6b, 0x9e, 0x4f, 0x39, 0xc5, 0xe5, 0x38, 0x40, 0x93, 0x01, 0x5a, 0x5f, 0x80, 0xd6, 0x35,
|
||||
0x4a, 0xdf, 0x8b, 0x94, 0xa6, 0x67, 0xeb, 0xa6, 0xeb, 0x52, 0x6e, 0x72, 0x9b, 0xba, 0x2c, 0x8e,
|
||||
0x2f, 0xfd, 0x31, 0x7c, 0x43, 0x93, 0x9b, 0x62, 0xf1, 0x77, 0x62, 0x71, 0xf4, 0xd5, 0x0a, 0x0e,
|
||||
0x75, 0x72, 0xec, 0xf1, 0xc7, 0xf1, 0xa4, 0xfa, 0x0a, 0xc1, 0xe2, 0x2d, 0xc2, 0x2b, 0x3e, 0x31,
|
||||
0x8f, 0x3c, 0x6a, 0xbb, 0xbc, 0x4e, 0x1e, 0x04, 0x84, 0x71, 0xfc, 0x13, 0x14, 0x44, 0x3e, 0xd2,
|
||||
0xb4, 0x3b, 0x0a, 0x2a, 0xa3, 0xd5, 0x7c, 0x1d, 0x24, 0x54, 0xeb, 0xe0, 0x5d, 0x80, 0xd6, 0x45,
|
||||
0x94, 0x92, 0x2b, 0xa3, 0xd5, 0x82, 0xf1, 0xa7, 0x36, 0x4c, 0x98, 0x96, 0xd8, 0x29, 0x11, 0x8f,
|
||||
0x7f, 0x85, 0xb9, 0xb6, 0x63, 0x13, 0x97, 0x37, 0xbb, 0xc4, 0x67, 0x36, 0x75, 0x95, 0x6f, 0xa2,
|
||||
0x1d, 0x8b, 0x31, 0xda, 0x88, 0x41, 0x95, 0xc0, 0xd2, 0x00, 0x5b, 0xe6, 0x51, 0x97, 0x91, 0x01,
|
||||
0x36, 0xe8, 0x72, 0x6c, 0xd4, 0x27, 0x08, 0x16, 0xab, 0x63, 0xb9, 0xf2, 0x33, 0x14, 0x7b, 0x79,
|
||||
0xc2, 0x25, 0xb9, 0x68, 0xc9, 0x6c, 0x0f, 0xac, 0x75, 0x32, 0x88, 0xad, 0x5e, 0x81, 0xd8, 0xa7,
|
||||
0x08, 0x56, 0xb6, 0x89, 0x43, 0x38, 0xb9, 0x3a, 0xbd, 0x13, 0x69, 0x7a, 0xdf, 0x4f, 0xc0, 0xf2,
|
||||
0xae, 0xcd, 0x12, 0x8a, 0xd9, 0xc8, 0x3c, 0xd6, 0xe0, 0x5b, 0xdb, 0x6d, 0x3b, 0x41, 0x87, 0x34,
|
||||
0x4d, 0xc7, 0x69, 0x06, 0x8c, 0xf8, 0x2c, 0xe2, 0x32, 0x53, 0x9f, 0x17, 0x13, 0x5b, 0x8e, 0x73,
|
||||
0x27, 0x84, 0xf1, 0xef, 0xb0, 0x20, 0xd7, 0xda, 0xae, 0xd9, 0xe6, 0x76, 0x97, 0x44, 0x84, 0x7a,
|
||||
0x4b, 0x6b, 0x02, 0xc6, 0x87, 0x30, 0x15, 0x8e, 0xc4, 0x09, 0x15, 0x8c, 0xbd, 0xe1, 0x2e, 0xa7,
|
||||
0x2b, 0x48, 0x98, 0xbf, 0x15, 0x25, 0x6c, 0x98, 0x4e, 0x40, 0xea, 0x22, 0x7b, 0x68, 0x23, 0xe3,
|
||||
0xbe, 0xed, 0x35, 0x7d, 0xc2, 0x02, 0x87, 0x33, 0x65, 0x32, 0xe2, 0x33, 0x1b, 0x81, 0xf5, 0x18,
|
||||
0xc3, 0x3f, 0x00, 0x3c, 0x34, 0x6d, 0xde, 0xe4, 0xf4, 0x88, 0xb8, 0xca, 0x54, 0xe4, 0x41, 0x3e,
|
||||
0x44, 0x6e, 0x87, 0x40, 0x8a, 0xcb, 0x33, 0x29, 0x2e, 0x97, 0x5a, 0xb0, 0x94, 0xca, 0x05, 0xd7,
|
||||
0x60, 0xb2, 0x1b, 0x0e, 0x22, 0x77, 0xe7, 0x8c, 0xf5, 0x2c, 0x05, 0xa5, 0xc5, 0x89, 0xea, 0x71,
|
||||
0x06, 0xf5, 0x19, 0x82, 0x95, 0xcf, 0x7c, 0x10, 0xc5, 0xbb, 0x07, 0x85, 0x5e, 0x71, 0x30, 0x05,
|
||||
0x95, 0x27, 0x32, 0x57, 0x6f, 0x32, 0x01, 0xfe, 0x0d, 0xe6, 0x5d, 0xf2, 0x88, 0x37, 0x13, 0xd6,
|
||||
0xc4, 0x35, 0x58, 0x0c, 0xe1, 0xbb, 0xd2, 0x1e, 0xf5, 0x0c, 0xc1, 0x62, 0xc8, 0x69, 0x5b, 0x14,
|
||||
0xcd, 0x45, 0x6d, 0x29, 0x30, 0xed, 0xf9, 0xf4, 0x3e, 0x69, 0x73, 0x11, 0x28, 0x3f, 0xb3, 0x14,
|
||||
0xca, 0x88, 0x57, 0xda, 0x84, 0xa5, 0x01, 0x0e, 0xc2, 0x95, 0x1d, 0xc8, 0xcb, 0x6a, 0x96, 0x9e,
|
||||
0xac, 0x0d, 0xf7, 0x44, 0xe6, 0xa9, 0xf7, 0x82, 0x8d, 0xb7, 0xd3, 0x90, 0x17, 0xb8, 0x6f, 0xe0,
|
||||
0x73, 0x04, 0xc5, 0xbe, 0x8e, 0x89, 0xff, 0x19, 0x9e, 0x36, 0xed, 0x41, 0x28, 0xfd, 0x9b, 0x39,
|
||||
0x2e, 0x96, 0xa6, 0xee, 0x9c, 0x7d, 0xf8, 0xf8, 0x3c, 0x57, 0x51, 0xff, 0x4e, 0x3e, 0x84, 0xfa,
|
||||
0x05, 0x61, 0xfd, 0x24, 0x71, 0xb3, 0x4f, 0xf5, 0xc4, 0xd1, 0xea, 0x8c, 0xf0, 0xff, 0x92, 0x8f,
|
||||
0x44, 0x28, 0xa6, 0x9a, 0x55, 0x4c, 0x75, 0x4c, 0x31, 0xd5, 0xaf, 0x89, 0xc1, 0xd7, 0x32, 0x8b,
|
||||
0x39, 0xe9, 0xeb, 0x93, 0xa7, 0xf8, 0x35, 0x82, 0x85, 0xc1, 0xb6, 0x8b, 0x37, 0x47, 0x39, 0xf3,
|
||||
0xd4, 0x56, 0x5d, 0x5a, 0x96, 0xa1, 0xf2, 0x9d, 0xd7, 0x6e, 0x84, 0xef, 0xbc, 0x64, 0xbc, 0x76,
|
||||
0x79, 0xc6, 0xef, 0x10, 0xcc, 0x0f, 0xdc, 0x6a, 0xbc, 0x31, 0x6e, 0x43, 0x2c, 0x6d, 0x8e, 0x11,
|
||||
0x29, 0x0e, 0x61, 0x23, 0x92, 0x64, 0xe0, 0xbf, 0xb2, 0x4a, 0xc2, 0x2f, 0x10, 0x14, 0xfb, 0x2e,
|
||||
0xe0, 0x28, 0x15, 0x94, 0xd6, 0x35, 0x46, 0xa9, 0xa0, 0xd4, 0x9b, 0xae, 0xfe, 0x18, 0x91, 0x57,
|
||||
0xf0, 0x72, 0x3a, 0xf9, 0xca, 0x1b, 0x04, 0xbf, 0xb4, 0xe9, 0xf1, 0xd0, 0xf4, 0x95, 0xa2, 0xbc,
|
||||
0xe5, 0xfb, 0xe1, 0x81, 0xef, 0xa3, 0x7b, 0x37, 0x45, 0x88, 0x45, 0x1d, 0xd3, 0xb5, 0x34, 0xea,
|
||||
0x5b, 0xba, 0x45, 0xdc, 0xa8, 0x1c, 0xc4, 0x1f, 0xaa, 0xe9, 0xd9, 0xec, 0xcb, 0x3f, 0x8d, 0xff,
|
||||
0xf7, 0x01, 0x2f, 0x73, 0x4a, 0x35, 0xce, 0x77, 0x3d, 0x84, 0x65, 0xaf, 0xf1, 0xb5, 0x86, 0x71,
|
||||
0x2e, 0xa7, 0x0e, 0xa2, 0xa9, 0x03, 0x39, 0x75, 0xd0, 0x30, 0x5a, 0x53, 0xd1, 0x7e, 0xeb, 0x9f,
|
||||
0x02, 0x00, 0x00, 0xff, 0xff, 0x52, 0x23, 0xb7, 0x95, 0x14, 0x0b, 0x00, 0x00,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user