• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/datacatalog/v1/timestamps.proto
18 
19 package com.google.cloud.datacatalog.v1;
20 
21 public final class Timestamps {
Timestamps()22   private Timestamps() {}
23 
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25 
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27     registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28   }
29 
30   static final com.google.protobuf.Descriptors.Descriptor
31       internal_static_google_cloud_datacatalog_v1_SystemTimestamps_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_datacatalog_v1_SystemTimestamps_fieldAccessorTable;
34 
getDescriptor()35   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36     return descriptor;
37   }
38 
39   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40 
41   static {
42     java.lang.String[] descriptorData = {
43       "\n,google/cloud/datacatalog/v1/timestamps"
44           + ".proto\022\033google.cloud.datacatalog.v1\032\037goo"
45           + "gle/api/field_behavior.proto\032\037google/pro"
46           + "tobuf/timestamp.proto\"\252\001\n\020SystemTimestam"
47           + "ps\022/\n\013create_time\030\001 \001(\0132\032.google.protobu"
48           + "f.Timestamp\022/\n\013update_time\030\002 \001(\0132\032.googl"
49           + "e.protobuf.Timestamp\0224\n\013expire_time\030\003 \001("
50           + "\0132\032.google.protobuf.TimestampB\003\340A\003B\306\001\n\037c"
51           + "om.google.cloud.datacatalog.v1P\001ZAcloud."
52           + "google.com/go/datacatalog/apiv1/datacata"
53           + "logpb;datacatalogpb\370\001\001\252\002\033Google.Cloud.Da"
54           + "taCatalog.V1\312\002\033Google\\Cloud\\DataCatalog\\"
55           + "V1\352\002\036Google::Cloud::DataCatalog::V1b\006pro"
56           + "to3"
57     };
58     descriptor =
59         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
60             descriptorData,
61             new com.google.protobuf.Descriptors.FileDescriptor[] {
62               com.google.api.FieldBehaviorProto.getDescriptor(),
63               com.google.protobuf.TimestampProto.getDescriptor(),
64             });
65     internal_static_google_cloud_datacatalog_v1_SystemTimestamps_descriptor =
66         getDescriptor().getMessageTypes().get(0);
67     internal_static_google_cloud_datacatalog_v1_SystemTimestamps_fieldAccessorTable =
68         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
69             internal_static_google_cloud_datacatalog_v1_SystemTimestamps_descriptor,
70             new java.lang.String[] {
71               "CreateTime", "UpdateTime", "ExpireTime",
72             });
73     com.google.protobuf.ExtensionRegistry registry =
74         com.google.protobuf.ExtensionRegistry.newInstance();
75     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)76     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
77         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()78     com.google.api.FieldBehaviorProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor()79     com.google.protobuf.TimestampProto.getDescriptor();
80   }
81 
82   // @@protoc_insertion_point(outer_class_scope)
83 }
84