...

Source file src/google.golang.org/genproto/googleapis/cloud/healthcare/logging/annotation.pb.go

Documentation: google.golang.org/genproto/googleapis/cloud/healthcare/logging

     1  // Copyright 2022 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.26.0
    18  // 	protoc        v3.12.2
    19  // source: google/cloud/healthcare/logging/annotation.proto
    20  
    21  package logging
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	status "google.golang.org/genproto/googleapis/rpc/status"
    28  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    29  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    30  )
    31  
    32  const (
    33  	// Verify that this generated code is sufficiently up-to-date.
    34  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    35  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    36  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    37  )
    38  
    39  // A log entry for an Annotation import long-running operation.
    40  type ImportAnnotationLogEntry struct {
    41  	state         protoimpl.MessageState
    42  	sizeCache     protoimpl.SizeCache
    43  	unknownFields protoimpl.UnknownFields
    44  
    45  	// The source in Cloud Storage. For example,
    46  	// `gs://{bucket_id}/{path/to/file}`.
    47  	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
    48  	// The error code and message.
    49  	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
    50  }
    51  
    52  func (x *ImportAnnotationLogEntry) Reset() {
    53  	*x = ImportAnnotationLogEntry{}
    54  	if protoimpl.UnsafeEnabled {
    55  		mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[0]
    56  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    57  		ms.StoreMessageInfo(mi)
    58  	}
    59  }
    60  
    61  func (x *ImportAnnotationLogEntry) String() string {
    62  	return protoimpl.X.MessageStringOf(x)
    63  }
    64  
    65  func (*ImportAnnotationLogEntry) ProtoMessage() {}
    66  
    67  func (x *ImportAnnotationLogEntry) ProtoReflect() protoreflect.Message {
    68  	mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[0]
    69  	if protoimpl.UnsafeEnabled && x != nil {
    70  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    71  		if ms.LoadMessageInfo() == nil {
    72  			ms.StoreMessageInfo(mi)
    73  		}
    74  		return ms
    75  	}
    76  	return mi.MessageOf(x)
    77  }
    78  
    79  // Deprecated: Use ImportAnnotationLogEntry.ProtoReflect.Descriptor instead.
    80  func (*ImportAnnotationLogEntry) Descriptor() ([]byte, []int) {
    81  	return file_google_cloud_healthcare_logging_annotation_proto_rawDescGZIP(), []int{0}
    82  }
    83  
    84  func (x *ImportAnnotationLogEntry) GetSource() string {
    85  	if x != nil {
    86  		return x.Source
    87  	}
    88  	return ""
    89  }
    90  
    91  func (x *ImportAnnotationLogEntry) GetError() *status.Status {
    92  	if x != nil {
    93  		return x.Error
    94  	}
    95  	return nil
    96  }
    97  
    98  // A log entry for an Annotation export long-running operation.
    99  type ExportAnnotationLogEntry struct {
   100  	state         protoimpl.MessageState
   101  	sizeCache     protoimpl.SizeCache
   102  	unknownFields protoimpl.UnknownFields
   103  
   104  	// The destination in Cloud Storage or BigQuery.
   105  	Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
   106  	// The annotation record being exported. For example:
   107  	// `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{store_id}/annotations/{annotation_id}`.
   108  	AnnotationName string `protobuf:"bytes,2,opt,name=annotation_name,json=annotationName,proto3" json:"annotation_name,omitempty"`
   109  	// The error code and message.
   110  	Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
   111  }
   112  
   113  func (x *ExportAnnotationLogEntry) Reset() {
   114  	*x = ExportAnnotationLogEntry{}
   115  	if protoimpl.UnsafeEnabled {
   116  		mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[1]
   117  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   118  		ms.StoreMessageInfo(mi)
   119  	}
   120  }
   121  
   122  func (x *ExportAnnotationLogEntry) String() string {
   123  	return protoimpl.X.MessageStringOf(x)
   124  }
   125  
   126  func (*ExportAnnotationLogEntry) ProtoMessage() {}
   127  
   128  func (x *ExportAnnotationLogEntry) ProtoReflect() protoreflect.Message {
   129  	mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[1]
   130  	if protoimpl.UnsafeEnabled && x != nil {
   131  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   132  		if ms.LoadMessageInfo() == nil {
   133  			ms.StoreMessageInfo(mi)
   134  		}
   135  		return ms
   136  	}
   137  	return mi.MessageOf(x)
   138  }
   139  
   140  // Deprecated: Use ExportAnnotationLogEntry.ProtoReflect.Descriptor instead.
   141  func (*ExportAnnotationLogEntry) Descriptor() ([]byte, []int) {
   142  	return file_google_cloud_healthcare_logging_annotation_proto_rawDescGZIP(), []int{1}
   143  }
   144  
   145  func (x *ExportAnnotationLogEntry) GetDestination() string {
   146  	if x != nil {
   147  		return x.Destination
   148  	}
   149  	return ""
   150  }
   151  
   152  func (x *ExportAnnotationLogEntry) GetAnnotationName() string {
   153  	if x != nil {
   154  		return x.AnnotationName
   155  	}
   156  	return ""
   157  }
   158  
   159  func (x *ExportAnnotationLogEntry) GetError() *status.Status {
   160  	if x != nil {
   161  		return x.Error
   162  	}
   163  	return nil
   164  }
   165  
   166  // A log entry for an Annotation evaluate long-running operation.
   167  type EvaluateAnnotationLogEntry struct {
   168  	state         protoimpl.MessageState
   169  	sizeCache     protoimpl.SizeCache
   170  	unknownFields protoimpl.UnknownFields
   171  
   172  	// The report destination in BigQuery.
   173  	Destination string `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
   174  	// The eval annotation record being evaluated. For example:
   175  	// `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{eval_store_id}/annotations/{eval_annotation_id}`.
   176  	EvalAnnotationName string `protobuf:"bytes,2,opt,name=eval_annotation_name,json=evalAnnotationName,proto3" json:"eval_annotation_name,omitempty"`
   177  	// The golden annotation record being evaluated. For example:
   178  	// `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{golden_store_id}/annotations/{golden_annotation_id}`.
   179  	GoldenAnnotationName string `protobuf:"bytes,3,opt,name=golden_annotation_name,json=goldenAnnotationName,proto3" json:"golden_annotation_name,omitempty"`
   180  	// The error code and message.
   181  	Error *status.Status `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
   182  }
   183  
   184  func (x *EvaluateAnnotationLogEntry) Reset() {
   185  	*x = EvaluateAnnotationLogEntry{}
   186  	if protoimpl.UnsafeEnabled {
   187  		mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[2]
   188  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   189  		ms.StoreMessageInfo(mi)
   190  	}
   191  }
   192  
   193  func (x *EvaluateAnnotationLogEntry) String() string {
   194  	return protoimpl.X.MessageStringOf(x)
   195  }
   196  
   197  func (*EvaluateAnnotationLogEntry) ProtoMessage() {}
   198  
   199  func (x *EvaluateAnnotationLogEntry) ProtoReflect() protoreflect.Message {
   200  	mi := &file_google_cloud_healthcare_logging_annotation_proto_msgTypes[2]
   201  	if protoimpl.UnsafeEnabled && x != nil {
   202  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   203  		if ms.LoadMessageInfo() == nil {
   204  			ms.StoreMessageInfo(mi)
   205  		}
   206  		return ms
   207  	}
   208  	return mi.MessageOf(x)
   209  }
   210  
   211  // Deprecated: Use EvaluateAnnotationLogEntry.ProtoReflect.Descriptor instead.
   212  func (*EvaluateAnnotationLogEntry) Descriptor() ([]byte, []int) {
   213  	return file_google_cloud_healthcare_logging_annotation_proto_rawDescGZIP(), []int{2}
   214  }
   215  
   216  func (x *EvaluateAnnotationLogEntry) GetDestination() string {
   217  	if x != nil {
   218  		return x.Destination
   219  	}
   220  	return ""
   221  }
   222  
   223  func (x *EvaluateAnnotationLogEntry) GetEvalAnnotationName() string {
   224  	if x != nil {
   225  		return x.EvalAnnotationName
   226  	}
   227  	return ""
   228  }
   229  
   230  func (x *EvaluateAnnotationLogEntry) GetGoldenAnnotationName() string {
   231  	if x != nil {
   232  		return x.GoldenAnnotationName
   233  	}
   234  	return ""
   235  }
   236  
   237  func (x *EvaluateAnnotationLogEntry) GetError() *status.Status {
   238  	if x != nil {
   239  		return x.Error
   240  	}
   241  	return nil
   242  }
   243  
   244  var File_google_cloud_healthcare_logging_annotation_proto protoreflect.FileDescriptor
   245  
   246  var file_google_cloud_healthcare_logging_annotation_proto_rawDesc = []byte{
   247  	0x0a, 0x30, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x68,
   248  	0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
   249  	0x67, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
   250  	0x74, 0x6f, 0x12, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
   251  	0x2e, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2e, 0x6c, 0x6f, 0x67, 0x67,
   252  	0x69, 0x6e, 0x67, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f,
   253  	0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x5c, 0x0a, 0x18,
   254  	0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   255  	0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72,
   256  	0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
   257  	0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
   258  	0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61,
   259  	0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x8f, 0x01, 0x0a, 0x18, 0x45,
   260  	0x78, 0x70, 0x6f, 0x72, 0x74, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
   261  	0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69,
   262  	0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65,
   263  	0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x0f, 0x61, 0x6e, 0x6e,
   264  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
   265  	0x28, 0x09, 0x52, 0x0e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61,
   266  	0x6d, 0x65, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28,
   267  	0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53,
   268  	0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0xd0, 0x01, 0x0a,
   269  	0x1a, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
   270  	0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x64,
   271  	0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
   272  	0x52, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x0a,
   273  	0x14, 0x65, 0x76, 0x61, 0x6c, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   274  	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x65, 0x76, 0x61,
   275  	0x6c, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12,
   276  	0x34, 0x0a, 0x16, 0x67, 0x6f, 0x6c, 0x64, 0x65, 0x6e, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
   277  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
   278  	0x14, 0x67, 0x6f, 0x6c, 0x64, 0x65, 0x6e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
   279  	0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x04,
   280  	0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70,
   281  	0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x42,
   282  	0x6d, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c,
   283  	0x6f, 0x75, 0x64, 0x2e, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2e, 0x6c,
   284  	0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5a, 0x46, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67,
   285  	0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f,
   286  	0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c,
   287  	0x6f, 0x75, 0x64, 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2f, 0x6c,
   288  	0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x3b, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x62, 0x06,
   289  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   290  }
   291  
   292  var (
   293  	file_google_cloud_healthcare_logging_annotation_proto_rawDescOnce sync.Once
   294  	file_google_cloud_healthcare_logging_annotation_proto_rawDescData = file_google_cloud_healthcare_logging_annotation_proto_rawDesc
   295  )
   296  
   297  func file_google_cloud_healthcare_logging_annotation_proto_rawDescGZIP() []byte {
   298  	file_google_cloud_healthcare_logging_annotation_proto_rawDescOnce.Do(func() {
   299  		file_google_cloud_healthcare_logging_annotation_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_healthcare_logging_annotation_proto_rawDescData)
   300  	})
   301  	return file_google_cloud_healthcare_logging_annotation_proto_rawDescData
   302  }
   303  
   304  var file_google_cloud_healthcare_logging_annotation_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
   305  var file_google_cloud_healthcare_logging_annotation_proto_goTypes = []interface{}{
   306  	(*ImportAnnotationLogEntry)(nil),   // 0: google.cloud.healthcare.logging.ImportAnnotationLogEntry
   307  	(*ExportAnnotationLogEntry)(nil),   // 1: google.cloud.healthcare.logging.ExportAnnotationLogEntry
   308  	(*EvaluateAnnotationLogEntry)(nil), // 2: google.cloud.healthcare.logging.EvaluateAnnotationLogEntry
   309  	(*status.Status)(nil),              // 3: google.rpc.Status
   310  }
   311  var file_google_cloud_healthcare_logging_annotation_proto_depIdxs = []int32{
   312  	3, // 0: google.cloud.healthcare.logging.ImportAnnotationLogEntry.error:type_name -> google.rpc.Status
   313  	3, // 1: google.cloud.healthcare.logging.ExportAnnotationLogEntry.error:type_name -> google.rpc.Status
   314  	3, // 2: google.cloud.healthcare.logging.EvaluateAnnotationLogEntry.error:type_name -> google.rpc.Status
   315  	3, // [3:3] is the sub-list for method output_type
   316  	3, // [3:3] is the sub-list for method input_type
   317  	3, // [3:3] is the sub-list for extension type_name
   318  	3, // [3:3] is the sub-list for extension extendee
   319  	0, // [0:3] is the sub-list for field type_name
   320  }
   321  
   322  func init() { file_google_cloud_healthcare_logging_annotation_proto_init() }
   323  func file_google_cloud_healthcare_logging_annotation_proto_init() {
   324  	if File_google_cloud_healthcare_logging_annotation_proto != nil {
   325  		return
   326  	}
   327  	if !protoimpl.UnsafeEnabled {
   328  		file_google_cloud_healthcare_logging_annotation_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   329  			switch v := v.(*ImportAnnotationLogEntry); i {
   330  			case 0:
   331  				return &v.state
   332  			case 1:
   333  				return &v.sizeCache
   334  			case 2:
   335  				return &v.unknownFields
   336  			default:
   337  				return nil
   338  			}
   339  		}
   340  		file_google_cloud_healthcare_logging_annotation_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   341  			switch v := v.(*ExportAnnotationLogEntry); i {
   342  			case 0:
   343  				return &v.state
   344  			case 1:
   345  				return &v.sizeCache
   346  			case 2:
   347  				return &v.unknownFields
   348  			default:
   349  				return nil
   350  			}
   351  		}
   352  		file_google_cloud_healthcare_logging_annotation_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   353  			switch v := v.(*EvaluateAnnotationLogEntry); i {
   354  			case 0:
   355  				return &v.state
   356  			case 1:
   357  				return &v.sizeCache
   358  			case 2:
   359  				return &v.unknownFields
   360  			default:
   361  				return nil
   362  			}
   363  		}
   364  	}
   365  	type x struct{}
   366  	out := protoimpl.TypeBuilder{
   367  		File: protoimpl.DescBuilder{
   368  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   369  			RawDescriptor: file_google_cloud_healthcare_logging_annotation_proto_rawDesc,
   370  			NumEnums:      0,
   371  			NumMessages:   3,
   372  			NumExtensions: 0,
   373  			NumServices:   0,
   374  		},
   375  		GoTypes:           file_google_cloud_healthcare_logging_annotation_proto_goTypes,
   376  		DependencyIndexes: file_google_cloud_healthcare_logging_annotation_proto_depIdxs,
   377  		MessageInfos:      file_google_cloud_healthcare_logging_annotation_proto_msgTypes,
   378  	}.Build()
   379  	File_google_cloud_healthcare_logging_annotation_proto = out.File
   380  	file_google_cloud_healthcare_logging_annotation_proto_rawDesc = nil
   381  	file_google_cloud_healthcare_logging_annotation_proto_goTypes = nil
   382  	file_google_cloud_healthcare_logging_annotation_proto_depIdxs = nil
   383  }
   384  

View as plain text