...

Source file src/google.golang.org/genproto/googleapis/cloud/healthcare/logging/dicom.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/dicom.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 a DICOM import long-running operation.
    40  type ImportDicomLogEntry struct {
    41  	state         protoimpl.MessageState
    42  	sizeCache     protoimpl.SizeCache
    43  	unknownFields protoimpl.UnknownFields
    44  
    45  	// The source file, in the format `gs://{bucket-id}/{path/to/file}`.
    46  	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
    47  	// The error code and message.
    48  	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
    49  }
    50  
    51  func (x *ImportDicomLogEntry) Reset() {
    52  	*x = ImportDicomLogEntry{}
    53  	if protoimpl.UnsafeEnabled {
    54  		mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[0]
    55  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    56  		ms.StoreMessageInfo(mi)
    57  	}
    58  }
    59  
    60  func (x *ImportDicomLogEntry) String() string {
    61  	return protoimpl.X.MessageStringOf(x)
    62  }
    63  
    64  func (*ImportDicomLogEntry) ProtoMessage() {}
    65  
    66  func (x *ImportDicomLogEntry) ProtoReflect() protoreflect.Message {
    67  	mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[0]
    68  	if protoimpl.UnsafeEnabled && x != nil {
    69  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    70  		if ms.LoadMessageInfo() == nil {
    71  			ms.StoreMessageInfo(mi)
    72  		}
    73  		return ms
    74  	}
    75  	return mi.MessageOf(x)
    76  }
    77  
    78  // Deprecated: Use ImportDicomLogEntry.ProtoReflect.Descriptor instead.
    79  func (*ImportDicomLogEntry) Descriptor() ([]byte, []int) {
    80  	return file_google_cloud_healthcare_logging_dicom_proto_rawDescGZIP(), []int{0}
    81  }
    82  
    83  func (x *ImportDicomLogEntry) GetSource() string {
    84  	if x != nil {
    85  		return x.Source
    86  	}
    87  	return ""
    88  }
    89  
    90  func (x *ImportDicomLogEntry) GetError() *status.Status {
    91  	if x != nil {
    92  		return x.Error
    93  	}
    94  	return nil
    95  }
    96  
    97  // A log entry for a DICOM export long-running operation.
    98  type ExportDicomLogEntry struct {
    99  	state         protoimpl.MessageState
   100  	sizeCache     protoimpl.SizeCache
   101  	unknownFields protoimpl.UnknownFields
   102  
   103  	// The DICOM resource being exported.
   104  	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
   105  	// The error code and message.
   106  	Error *status.Status `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
   107  }
   108  
   109  func (x *ExportDicomLogEntry) Reset() {
   110  	*x = ExportDicomLogEntry{}
   111  	if protoimpl.UnsafeEnabled {
   112  		mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[1]
   113  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   114  		ms.StoreMessageInfo(mi)
   115  	}
   116  }
   117  
   118  func (x *ExportDicomLogEntry) String() string {
   119  	return protoimpl.X.MessageStringOf(x)
   120  }
   121  
   122  func (*ExportDicomLogEntry) ProtoMessage() {}
   123  
   124  func (x *ExportDicomLogEntry) ProtoReflect() protoreflect.Message {
   125  	mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[1]
   126  	if protoimpl.UnsafeEnabled && x != nil {
   127  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   128  		if ms.LoadMessageInfo() == nil {
   129  			ms.StoreMessageInfo(mi)
   130  		}
   131  		return ms
   132  	}
   133  	return mi.MessageOf(x)
   134  }
   135  
   136  // Deprecated: Use ExportDicomLogEntry.ProtoReflect.Descriptor instead.
   137  func (*ExportDicomLogEntry) Descriptor() ([]byte, []int) {
   138  	return file_google_cloud_healthcare_logging_dicom_proto_rawDescGZIP(), []int{1}
   139  }
   140  
   141  func (x *ExportDicomLogEntry) GetResourceName() string {
   142  	if x != nil {
   143  		return x.ResourceName
   144  	}
   145  	return ""
   146  }
   147  
   148  func (x *ExportDicomLogEntry) GetError() *status.Status {
   149  	if x != nil {
   150  		return x.Error
   151  	}
   152  	return nil
   153  }
   154  
   155  // A log entry for a DICOM store Pub/Sub notification.
   156  type DicomNotificationLogEntry struct {
   157  	state         protoimpl.MessageState
   158  	sizeCache     protoimpl.SizeCache
   159  	unknownFields protoimpl.UnknownFields
   160  
   161  	// The DICOM resource being created.
   162  	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
   163  	// The Pub/Sub topic that the notification is published on.
   164  	PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"`
   165  	// The error code and message.
   166  	Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
   167  }
   168  
   169  func (x *DicomNotificationLogEntry) Reset() {
   170  	*x = DicomNotificationLogEntry{}
   171  	if protoimpl.UnsafeEnabled {
   172  		mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[2]
   173  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   174  		ms.StoreMessageInfo(mi)
   175  	}
   176  }
   177  
   178  func (x *DicomNotificationLogEntry) String() string {
   179  	return protoimpl.X.MessageStringOf(x)
   180  }
   181  
   182  func (*DicomNotificationLogEntry) ProtoMessage() {}
   183  
   184  func (x *DicomNotificationLogEntry) ProtoReflect() protoreflect.Message {
   185  	mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[2]
   186  	if protoimpl.UnsafeEnabled && x != nil {
   187  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   188  		if ms.LoadMessageInfo() == nil {
   189  			ms.StoreMessageInfo(mi)
   190  		}
   191  		return ms
   192  	}
   193  	return mi.MessageOf(x)
   194  }
   195  
   196  // Deprecated: Use DicomNotificationLogEntry.ProtoReflect.Descriptor instead.
   197  func (*DicomNotificationLogEntry) Descriptor() ([]byte, []int) {
   198  	return file_google_cloud_healthcare_logging_dicom_proto_rawDescGZIP(), []int{2}
   199  }
   200  
   201  func (x *DicomNotificationLogEntry) GetResourceName() string {
   202  	if x != nil {
   203  		return x.ResourceName
   204  	}
   205  	return ""
   206  }
   207  
   208  func (x *DicomNotificationLogEntry) GetPubsubTopic() string {
   209  	if x != nil {
   210  		return x.PubsubTopic
   211  	}
   212  	return ""
   213  }
   214  
   215  func (x *DicomNotificationLogEntry) GetError() *status.Status {
   216  	if x != nil {
   217  		return x.Error
   218  	}
   219  	return nil
   220  }
   221  
   222  // A log entry for a DICOM streaming export notification.
   223  type DicomStreamLogEntry struct {
   224  	state         protoimpl.MessageState
   225  	sizeCache     protoimpl.SizeCache
   226  	unknownFields protoimpl.UnknownFields
   227  
   228  	// The DICOM resource being exported.
   229  	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
   230  	// The destination in BigQuery, in the format
   231  	// `bq://{projectId}.{bqDatasetId}.{bqTableId}`.
   232  	Destination string `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
   233  	// The error code and message.
   234  	Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
   235  }
   236  
   237  func (x *DicomStreamLogEntry) Reset() {
   238  	*x = DicomStreamLogEntry{}
   239  	if protoimpl.UnsafeEnabled {
   240  		mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[3]
   241  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   242  		ms.StoreMessageInfo(mi)
   243  	}
   244  }
   245  
   246  func (x *DicomStreamLogEntry) String() string {
   247  	return protoimpl.X.MessageStringOf(x)
   248  }
   249  
   250  func (*DicomStreamLogEntry) ProtoMessage() {}
   251  
   252  func (x *DicomStreamLogEntry) ProtoReflect() protoreflect.Message {
   253  	mi := &file_google_cloud_healthcare_logging_dicom_proto_msgTypes[3]
   254  	if protoimpl.UnsafeEnabled && x != nil {
   255  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   256  		if ms.LoadMessageInfo() == nil {
   257  			ms.StoreMessageInfo(mi)
   258  		}
   259  		return ms
   260  	}
   261  	return mi.MessageOf(x)
   262  }
   263  
   264  // Deprecated: Use DicomStreamLogEntry.ProtoReflect.Descriptor instead.
   265  func (*DicomStreamLogEntry) Descriptor() ([]byte, []int) {
   266  	return file_google_cloud_healthcare_logging_dicom_proto_rawDescGZIP(), []int{3}
   267  }
   268  
   269  func (x *DicomStreamLogEntry) GetResourceName() string {
   270  	if x != nil {
   271  		return x.ResourceName
   272  	}
   273  	return ""
   274  }
   275  
   276  func (x *DicomStreamLogEntry) GetDestination() string {
   277  	if x != nil {
   278  		return x.Destination
   279  	}
   280  	return ""
   281  }
   282  
   283  func (x *DicomStreamLogEntry) GetError() *status.Status {
   284  	if x != nil {
   285  		return x.Error
   286  	}
   287  	return nil
   288  }
   289  
   290  var File_google_cloud_healthcare_logging_dicom_proto protoreflect.FileDescriptor
   291  
   292  var file_google_cloud_healthcare_logging_dicom_proto_rawDesc = []byte{
   293  	0x0a, 0x2b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x68,
   294  	0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2f, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e,
   295  	0x67, 0x2f, 0x64, 0x69, 0x63, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x67,
   296  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x68, 0x65, 0x61, 0x6c,
   297  	0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x1a, 0x17,
   298  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75,
   299  	0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x57, 0x0a, 0x13, 0x49, 0x6d, 0x70, 0x6f, 0x72,
   300  	0x74, 0x44, 0x69, 0x63, 0x6f, 0x6d, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x16,
   301  	0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
   302  	0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
   303  	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72,
   304  	0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
   305  	0x22, 0x64, 0x0a, 0x13, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x44, 0x69, 0x63, 0x6f, 0x6d, 0x4c,
   306  	0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75,
   307  	0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
   308  	0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x05,
   309  	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f,
   310  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
   311  	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x8d, 0x01, 0x0a, 0x19, 0x44, 0x69, 0x63, 0x6f, 0x6d,
   312  	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x6f, 0x67, 0x45,
   313  	0x6e, 0x74, 0x72, 0x79, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
   314  	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x73,
   315  	0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x75, 0x62,
   316  	0x73, 0x75, 0x62, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
   317  	0x0b, 0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x28, 0x0a, 0x05,
   318  	0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f,
   319  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
   320  	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x86, 0x01, 0x0a, 0x13, 0x44, 0x69, 0x63, 0x6f, 0x6d,
   321  	0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4c, 0x6f, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x23,
   322  	0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
   323  	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e,
   324  	0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69,
   325  	0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e,
   326  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03,
   327  	0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x72, 0x70,
   328  	0x63, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x42,
   329  	0x6d, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c,
   330  	0x6f, 0x75, 0x64, 0x2e, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2e, 0x6c,
   331  	0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5a, 0x46, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67,
   332  	0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f,
   333  	0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c,
   334  	0x6f, 0x75, 0x64, 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x63, 0x61, 0x72, 0x65, 0x2f, 0x6c,
   335  	0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x3b, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x62, 0x06,
   336  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   337  }
   338  
   339  var (
   340  	file_google_cloud_healthcare_logging_dicom_proto_rawDescOnce sync.Once
   341  	file_google_cloud_healthcare_logging_dicom_proto_rawDescData = file_google_cloud_healthcare_logging_dicom_proto_rawDesc
   342  )
   343  
   344  func file_google_cloud_healthcare_logging_dicom_proto_rawDescGZIP() []byte {
   345  	file_google_cloud_healthcare_logging_dicom_proto_rawDescOnce.Do(func() {
   346  		file_google_cloud_healthcare_logging_dicom_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_healthcare_logging_dicom_proto_rawDescData)
   347  	})
   348  	return file_google_cloud_healthcare_logging_dicom_proto_rawDescData
   349  }
   350  
   351  var file_google_cloud_healthcare_logging_dicom_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
   352  var file_google_cloud_healthcare_logging_dicom_proto_goTypes = []interface{}{
   353  	(*ImportDicomLogEntry)(nil),       // 0: google.cloud.healthcare.logging.ImportDicomLogEntry
   354  	(*ExportDicomLogEntry)(nil),       // 1: google.cloud.healthcare.logging.ExportDicomLogEntry
   355  	(*DicomNotificationLogEntry)(nil), // 2: google.cloud.healthcare.logging.DicomNotificationLogEntry
   356  	(*DicomStreamLogEntry)(nil),       // 3: google.cloud.healthcare.logging.DicomStreamLogEntry
   357  	(*status.Status)(nil),             // 4: google.rpc.Status
   358  }
   359  var file_google_cloud_healthcare_logging_dicom_proto_depIdxs = []int32{
   360  	4, // 0: google.cloud.healthcare.logging.ImportDicomLogEntry.error:type_name -> google.rpc.Status
   361  	4, // 1: google.cloud.healthcare.logging.ExportDicomLogEntry.error:type_name -> google.rpc.Status
   362  	4, // 2: google.cloud.healthcare.logging.DicomNotificationLogEntry.error:type_name -> google.rpc.Status
   363  	4, // 3: google.cloud.healthcare.logging.DicomStreamLogEntry.error:type_name -> google.rpc.Status
   364  	4, // [4:4] is the sub-list for method output_type
   365  	4, // [4:4] is the sub-list for method input_type
   366  	4, // [4:4] is the sub-list for extension type_name
   367  	4, // [4:4] is the sub-list for extension extendee
   368  	0, // [0:4] is the sub-list for field type_name
   369  }
   370  
   371  func init() { file_google_cloud_healthcare_logging_dicom_proto_init() }
   372  func file_google_cloud_healthcare_logging_dicom_proto_init() {
   373  	if File_google_cloud_healthcare_logging_dicom_proto != nil {
   374  		return
   375  	}
   376  	if !protoimpl.UnsafeEnabled {
   377  		file_google_cloud_healthcare_logging_dicom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   378  			switch v := v.(*ImportDicomLogEntry); i {
   379  			case 0:
   380  				return &v.state
   381  			case 1:
   382  				return &v.sizeCache
   383  			case 2:
   384  				return &v.unknownFields
   385  			default:
   386  				return nil
   387  			}
   388  		}
   389  		file_google_cloud_healthcare_logging_dicom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   390  			switch v := v.(*ExportDicomLogEntry); i {
   391  			case 0:
   392  				return &v.state
   393  			case 1:
   394  				return &v.sizeCache
   395  			case 2:
   396  				return &v.unknownFields
   397  			default:
   398  				return nil
   399  			}
   400  		}
   401  		file_google_cloud_healthcare_logging_dicom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   402  			switch v := v.(*DicomNotificationLogEntry); i {
   403  			case 0:
   404  				return &v.state
   405  			case 1:
   406  				return &v.sizeCache
   407  			case 2:
   408  				return &v.unknownFields
   409  			default:
   410  				return nil
   411  			}
   412  		}
   413  		file_google_cloud_healthcare_logging_dicom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   414  			switch v := v.(*DicomStreamLogEntry); i {
   415  			case 0:
   416  				return &v.state
   417  			case 1:
   418  				return &v.sizeCache
   419  			case 2:
   420  				return &v.unknownFields
   421  			default:
   422  				return nil
   423  			}
   424  		}
   425  	}
   426  	type x struct{}
   427  	out := protoimpl.TypeBuilder{
   428  		File: protoimpl.DescBuilder{
   429  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   430  			RawDescriptor: file_google_cloud_healthcare_logging_dicom_proto_rawDesc,
   431  			NumEnums:      0,
   432  			NumMessages:   4,
   433  			NumExtensions: 0,
   434  			NumServices:   0,
   435  		},
   436  		GoTypes:           file_google_cloud_healthcare_logging_dicom_proto_goTypes,
   437  		DependencyIndexes: file_google_cloud_healthcare_logging_dicom_proto_depIdxs,
   438  		MessageInfos:      file_google_cloud_healthcare_logging_dicom_proto_msgTypes,
   439  	}.Build()
   440  	File_google_cloud_healthcare_logging_dicom_proto = out.File
   441  	file_google_cloud_healthcare_logging_dicom_proto_rawDesc = nil
   442  	file_google_cloud_healthcare_logging_dicom_proto_goTypes = nil
   443  	file_google_cloud_healthcare_logging_dicom_proto_depIdxs = nil
   444  }
   445  

View as plain text