mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			883 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			883 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /**
 | |
|  * @fileoverview
 | |
|  * @enhanceable
 | |
|  * @public
 | |
|  */
 | |
| // GENERATED CODE -- DO NOT EDIT!
 | |
| 
 | |
| goog.provide('proto.google.protobuf.Timestamp');
 | |
| 
 | |
| goog.require('jspb.Message');
 | |
| 
 | |
| /**
 | |
|  * Generated by JsPbCodeGenerator.
 | |
|  * @param {Array=} opt_data Optional initial data array, typically from a
 | |
|  * server response, or constructed directly in Javascript. The array is used
 | |
|  * in place and becomes part of the constructed object. It is not cloned.
 | |
|  * If no data is provided, the constructed object will be empty, but still
 | |
|  * valid.
 | |
|  * @extends {jspb.Message}
 | |
|  * @constructor
 | |
|  */
 | |
| proto.google.protobuf.Timestamp = function(opt_data) {
 | |
|   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
 | |
| };
 | |
| goog.inherits(proto.google.protobuf.Timestamp, jspb.Message);
 | |
| if (goog.DEBUG && !COMPILED) {
 | |
|   proto.google.protobuf.Timestamp.displayName = 'proto.google.protobuf.Timestamp';
 | |
| }
 | |
| 
 | |
| 
 | |
| // Remainder elided
 |