gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

any_gen.go (1020B)


      1 // Copyright 2019 The Go Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style
      3 // license that can be found in the LICENSE file.
      4 
      5 // Code generated by generate-protos. DO NOT EDIT.
      6 
      7 package genid
      8 
      9 import (
     10 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
     11 )
     12 
     13 const File_google_protobuf_any_proto = "google/protobuf/any.proto"
     14 
     15 // Names for google.protobuf.Any.
     16 const (
     17 	Any_message_name     protoreflect.Name     = "Any"
     18 	Any_message_fullname protoreflect.FullName = "google.protobuf.Any"
     19 )
     20 
     21 // Field names for google.protobuf.Any.
     22 const (
     23 	Any_TypeUrl_field_name protoreflect.Name = "type_url"
     24 	Any_Value_field_name   protoreflect.Name = "value"
     25 
     26 	Any_TypeUrl_field_fullname protoreflect.FullName = "google.protobuf.Any.type_url"
     27 	Any_Value_field_fullname   protoreflect.FullName = "google.protobuf.Any.value"
     28 )
     29 
     30 // Field numbers for google.protobuf.Any.
     31 const (
     32 	Any_TypeUrl_field_number protoreflect.FieldNumber = 1
     33 	Any_Value_field_number   protoreflect.FieldNumber = 2
     34 )