• 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/v4/tenant.proto
18 
19 package com.google.cloud.talent.v4;
20 
21 public final class TenantProto {
TenantProto()22   private TenantProto() {}
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_talent_v4_Tenant_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_talent_v4_Tenant_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/talent/v4/tenant.proto\022\026g"
44           + "oogle.cloud.talent.v4\032\037google/api/field_"
45           + "behavior.proto\032\031google/api/resource.prot"
46           + "o\"v\n\006Tenant\022\014\n\004name\030\001 \001(\t\022\030\n\013external_id"
47           + "\030\002 \001(\tB\003\340A\002:D\352AA\n\032jobs.googleapis.com/Te"
48           + "nant\022#projects/{project}/tenants/{tenant"
49           + "}Be\n\032com.google.cloud.talent.v4B\013TenantP"
50           + "rotoP\001Z2cloud.google.com/go/talent/apiv4"
51           + "/talentpb;talentpb\242\002\003CTSb\006proto3"
52     };
53     descriptor =
54         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
55             descriptorData,
56             new com.google.protobuf.Descriptors.FileDescriptor[] {
57               com.google.api.FieldBehaviorProto.getDescriptor(),
58               com.google.api.ResourceProto.getDescriptor(),
59             });
60     internal_static_google_cloud_talent_v4_Tenant_descriptor =
61         getDescriptor().getMessageTypes().get(0);
62     internal_static_google_cloud_talent_v4_Tenant_fieldAccessorTable =
63         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
64             internal_static_google_cloud_talent_v4_Tenant_descriptor,
65             new java.lang.String[] {
66               "Name", "ExternalId",
67             });
68     com.google.protobuf.ExtensionRegistry registry =
69         com.google.protobuf.ExtensionRegistry.newInstance();
70     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
71     registry.add(com.google.api.ResourceProto.resource);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)72     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
73         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()74     com.google.api.FieldBehaviorProto.getDescriptor();
com.google.api.ResourceProto.getDescriptor()75     com.google.api.ResourceProto.getDescriptor();
76   }
77 
78   // @@protoc_insertion_point(outer_class_scope)
79 }
80