2020-05-26 11:21:59 -07:00
|
|
|
// Copyright 2019 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
// Code generated by generate-protos. DO NOT EDIT.
|
|
|
|
|
|
|
|
package genid
|
|
|
|
|
|
|
|
import (
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
)
|
|
|
|
|
2020-06-12 11:12:50 -07:00
|
|
|
const File_google_protobuf_field_mask_proto = "google/protobuf/field_mask.proto"
|
|
|
|
|
2020-05-26 11:21:59 -07:00
|
|
|
// Names for google.protobuf.FieldMask.
|
|
|
|
const (
|
|
|
|
FieldMask_message_name protoreflect.Name = "FieldMask"
|
|
|
|
FieldMask_message_fullname protoreflect.FullName = "google.protobuf.FieldMask"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Field names for google.protobuf.FieldMask.
|
|
|
|
const (
|
|
|
|
FieldMask_Paths_field_name protoreflect.Name = "paths"
|
|
|
|
|
|
|
|
FieldMask_Paths_field_fullname protoreflect.FullName = "google.protobuf.FieldMask.paths"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Field numbers for google.protobuf.FieldMask.
|
|
|
|
const (
|
|
|
|
FieldMask_Paths_field_number protoreflect.FieldNumber = 1
|
|
|
|
)
|