type google.golang.org/protobuf/types/known/wrapperspb.BoolValue
22 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L392: type BoolValue struct {
wrappers.pb.go#L402: func Bool(v bool) *BoolValue {
wrappers.pb.go#L403: return &BoolValue{Value: v}
wrappers.pb.go#L406: func (x *BoolValue) Reset() {
wrappers.pb.go#L407: *x = BoolValue{}
wrappers.pb.go#L415: func (x *BoolValue) String() string {
wrappers.pb.go#L419: func (*BoolValue) ProtoMessage() {}
wrappers.pb.go#L421: func (x *BoolValue) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L434: func (*BoolValue) Descriptor() ([]byte, []int) {
wrappers.pb.go#L438: func (x *BoolValue) GetValue() bool {
wrappers.pb.go#L614: (*BoolValue)(nil), // 6: google.protobuf.BoolValue
wrappers.pb.go#L705: switch v := v.(*BoolValue); i {
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2
trace.pb.go#L287: SameProcessAsParentSpan *wrapperspb.BoolValue `protobuf:"bytes,12,opt,name=same_process_as_parent_span,json=sameProcessAsParentSpan,proto3" json:"same_process_as_parent_span,omitempty"`
trace.pb.go#L406: func (x *Span) GetSameProcessAsParentSpan() *wrapperspb.BoolValue {
trace.pb.go#L1716: (*wrapperspb.BoolValue)(nil), // 20: google.protobuf.BoolValue
google.golang.org/genproto/googleapis/monitoring/v3
alert.pb.go#L166: Enabled *wrapperspb.BoolValue `protobuf:"bytes,17,opt,name=enabled,proto3" json:"enabled,omitempty"`
alert.pb.go#L263: func (x *AlertPolicy) GetEnabled() *wrapperspb.BoolValue {
alert.pb.go#L1074: (*wrapperspb.BoolValue)(nil), // 8: google.protobuf.BoolValue
notification.pb.go#L300: Enabled *wrapperspb.BoolValue `protobuf:"bytes,11,opt,name=enabled,proto3" json:"enabled,omitempty"`
notification.pb.go#L384: func (x *NotificationChannel) GetEnabled() *wrapperspb.BoolValue {
notification.pb.go#L544: (*wrapperspb.BoolValue)(nil), // 8: google.protobuf.BoolValue
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L21: type BoolValue = wrapperspb.BoolValue
 |
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. |