type google.golang.org/genproto/googleapis/monitoring/v3.TextLocator_Position
15 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
metric.pb.go#L548: StartPosition *TextLocator_Position `protobuf:"bytes,2,opt,name=start_position,json=startPosition,proto3" json:"start_position,omitempty"`
metric.pb.go#L550: EndPosition *TextLocator_Position `protobuf:"bytes,3,opt,name=end_position,json=endPosition,proto3" json:"end_position,omitempty"`
metric.pb.go#L604: func (x *TextLocator) GetStartPosition() *TextLocator_Position {
metric.pb.go#L611: func (x *TextLocator) GetEndPosition() *TextLocator_Position {
metric.pb.go#L760: type TextLocator_Position struct {
metric.pb.go#L772: func (x *TextLocator_Position) Reset() {
metric.pb.go#L773: *x = TextLocator_Position{}
metric.pb.go#L781: func (x *TextLocator_Position) String() string {
metric.pb.go#L785: func (*TextLocator_Position) ProtoMessage() {}
metric.pb.go#L787: func (x *TextLocator_Position) ProtoReflect() protoreflect.Message {
metric.pb.go#L800: func (*TextLocator_Position) Descriptor() ([]byte, []int) {
metric.pb.go#L804: func (x *TextLocator_Position) GetLine() int32 {
metric.pb.go#L811: func (x *TextLocator_Position) GetColumn() int32 {
metric.pb.go#L988: (*TextLocator_Position)(nil), // 9: google.monitoring.v3.TextLocator.Position
metric.pb.go#L1142: switch v := v.(*TextLocator_Position); i {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |