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/automl/v1beta1/temporal.proto 18 19 package com.google.cloud.automl.v1beta1; 20 21 public final class Temporal { Temporal()22 private Temporal() {} 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_automl_v1beta1_TimeSegment_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_automl_v1beta1_TimeSegment_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/automl/v1beta1/temporal.p" 44 + "roto\022\033google.cloud.automl.v1beta1\032\036googl" 45 + "e/protobuf/duration.proto\"w\n\013TimeSegment" 46 + "\0224\n\021start_time_offset\030\001 \001(\0132\031.google.pro" 47 + "tobuf.Duration\0222\n\017end_time_offset\030\002 \001(\0132" 48 + "\031.google.protobuf.DurationB\233\001\n\037com.googl" 49 + "e.cloud.automl.v1beta1P\001Z7cloud.google.c" 50 + "om/go/automl/apiv1beta1/automlpb;automlp" 51 + "b\312\002\033Google\\Cloud\\AutoMl\\V1beta1\352\002\036Google" 52 + "::Cloud::AutoML::V1beta1b\006proto3" 53 }; 54 descriptor = 55 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 56 descriptorData, 57 new com.google.protobuf.Descriptors.FileDescriptor[] { 58 com.google.protobuf.DurationProto.getDescriptor(), 59 }); 60 internal_static_google_cloud_automl_v1beta1_TimeSegment_descriptor = 61 getDescriptor().getMessageTypes().get(0); 62 internal_static_google_cloud_automl_v1beta1_TimeSegment_fieldAccessorTable = 63 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 64 internal_static_google_cloud_automl_v1beta1_TimeSegment_descriptor, 65 new java.lang.String[] { 66 "StartTimeOffset", "EndTimeOffset", 67 }); com.google.protobuf.DurationProto.getDescriptor()68 com.google.protobuf.DurationProto.getDescriptor(); 69 } 70 71 // @@protoc_insertion_point(outer_class_scope) 72 } 73