type google.golang.org/genproto/googleapis/monitoring/v3.MutationRecord
16 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert.pb.go#L183: CreationRecord *MutationRecord `protobuf:"bytes,10,opt,name=creation_record,json=creationRecord,proto3" json:"creation_record,omitempty"`
alert.pb.go#L186: MutationRecord *MutationRecord `protobuf:"bytes,11,opt,name=mutation_record,json=mutationRecord,proto3" json:"mutation_record,omitempty"`
alert.pb.go#L284: func (x *AlertPolicy) GetCreationRecord() *MutationRecord {
alert.pb.go#L291: func (x *AlertPolicy) GetMutationRecord() *MutationRecord {
alert.pb.go#L1076: (*MutationRecord)(nil), // 10: google.monitoring.v3.MutationRecord
mutation_record.pb.go#L45: type MutationRecord struct {
mutation_record.pb.go#L56: func (x *MutationRecord) Reset() {
mutation_record.pb.go#L57: *x = MutationRecord{}
mutation_record.pb.go#L65: func (x *MutationRecord) String() string {
mutation_record.pb.go#L69: func (*MutationRecord) ProtoMessage() {}
mutation_record.pb.go#L71: func (x *MutationRecord) ProtoReflect() protoreflect.Message {
mutation_record.pb.go#L84: func (*MutationRecord) Descriptor() ([]byte, []int) {
mutation_record.pb.go#L88: func (x *MutationRecord) GetMutateTime() *timestamppb.Timestamp {
mutation_record.pb.go#L95: func (x *MutationRecord) GetMutatedBy() string {
mutation_record.pb.go#L148: (*MutationRecord)(nil), // 0: google.monitoring.v3.MutationRecord
mutation_record.pb.go#L167: switch v := v.(*MutationRecord); 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. |