• 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/talent/v4beta1/batch.proto
18 
19 package com.google.cloud.talent.v4beta1;
20 
21 public final class BatchProto {
BatchProto()22   private BatchProto() {}
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 
getDescriptor()30   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
31     return descriptor;
32   }
33 
34   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
35 
36   static {
37     java.lang.String[] descriptorData = {
38       "\n\'google/cloud/talent/v4beta1/batch.prot"
39           + "o\022\033google.cloud.talent.v4beta1Bn\n\037com.go"
40           + "ogle.cloud.talent.v4beta1B\nBatchProtoP\001Z"
41           + "7cloud.google.com/go/talent/apiv4beta1/t"
42           + "alentpb;talentpb\242\002\003CTSb\006proto3"
43     };
44     descriptor =
45         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
46             descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
47   }
48 
49   // @@protoc_insertion_point(outer_class_scope)
50 }
51