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/api/service.proto 18 19 package com.google.api; 20 21 public final class ServiceProto { ServiceProto()22 private ServiceProto() {} 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_api_Service_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_api_Service_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\030google/api/service.proto\022\ngoogle.api\032\025" 44 + "google/api/auth.proto\032\030google/api/backen" 45 + "d.proto\032\030google/api/billing.proto\032\027googl" 46 + "e/api/client.proto\032\030google/api/context.p" 47 + "roto\032\030google/api/control.proto\032\036google/a" 48 + "pi/documentation.proto\032\031google/api/endpo" 49 + "int.proto\032\025google/api/http.proto\032\024google" 50 + "/api/log.proto\032\030google/api/logging.proto" 51 + "\032\027google/api/metric.proto\032#google/api/mo" 52 + "nitored_resource.proto\032\033google/api/monit" 53 + "oring.proto\032\026google/api/quota.proto\032\034goo" 54 + "gle/api/source_info.proto\032!google/api/sy" 55 + "stem_parameter.proto\032\026google/api/usage.p" 56 + "roto\032\031google/protobuf/api.proto\032\032google/" 57 + "protobuf/type.proto\032\036google/protobuf/wra" 58 + "ppers.proto\"\202\010\n\007Service\022\014\n\004name\030\001 \001(\t\022\r\n" 59 + "\005title\030\002 \001(\t\022\033\n\023producer_project_id\030\026 \001(" 60 + "\t\022\n\n\002id\030! \001(\t\022\"\n\004apis\030\003 \003(\0132\024.google.pro" 61 + "tobuf.Api\022$\n\005types\030\004 \003(\0132\025.google.protob" 62 + "uf.Type\022$\n\005enums\030\005 \003(\0132\025.google.protobuf" 63 + ".Enum\0220\n\rdocumentation\030\006 \001(\0132\031.google.ap" 64 + "i.Documentation\022$\n\007backend\030\010 \001(\0132\023.googl" 65 + "e.api.Backend\022\036\n\004http\030\t \001(\0132\020.google.api" 66 + ".Http\022 \n\005quota\030\n \001(\0132\021.google.api.Quota\022" 67 + "2\n\016authentication\030\013 \001(\0132\032.google.api.Aut" 68 + "hentication\022$\n\007context\030\014 \001(\0132\023.google.ap" 69 + "i.Context\022 \n\005usage\030\017 \001(\0132\021.google.api.Us" 70 + "age\022\'\n\tendpoints\030\022 \003(\0132\024.google.api.Endp" 71 + "oint\022$\n\007control\030\025 \001(\0132\023.google.api.Contr" 72 + "ol\022\'\n\004logs\030\027 \003(\0132\031.google.api.LogDescrip" 73 + "tor\022-\n\007metrics\030\030 \003(\0132\034.google.api.Metric" 74 + "Descriptor\022D\n\023monitored_resources\030\031 \003(\0132" 75 + "\'.google.api.MonitoredResourceDescriptor" 76 + "\022$\n\007billing\030\032 \001(\0132\023.google.api.Billing\022$" 77 + "\n\007logging\030\033 \001(\0132\023.google.api.Logging\022*\n\n" 78 + "monitoring\030\034 \001(\0132\026.google.api.Monitoring" 79 + "\0227\n\021system_parameters\030\035 \001(\0132\034.google.api" 80 + ".SystemParameters\022+\n\013source_info\030% \001(\0132\026" 81 + ".google.api.SourceInfo\022*\n\npublishing\030- \001" 82 + "(\0132\026.google.api.Publishing\0224\n\016config_ver" 83 + "sion\030\024 \001(\0132\034.google.protobuf.UInt32Value" 84 + "Bn\n\016com.google.apiB\014ServiceProtoP\001ZEgoog" 85 + "le.golang.org/genproto/googleapis/api/se" 86 + "rviceconfig;serviceconfig\242\002\004GAPIb\006proto3" 87 }; 88 descriptor = 89 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 90 descriptorData, 91 new com.google.protobuf.Descriptors.FileDescriptor[] { 92 com.google.api.AuthProto.getDescriptor(), 93 com.google.api.BackendProto.getDescriptor(), 94 com.google.api.BillingProto.getDescriptor(), 95 com.google.api.ClientProto.getDescriptor(), 96 com.google.api.ContextProto.getDescriptor(), 97 com.google.api.ControlProto.getDescriptor(), 98 com.google.api.DocumentationProto.getDescriptor(), 99 com.google.api.EndpointProto.getDescriptor(), 100 com.google.api.HttpProto.getDescriptor(), 101 com.google.api.LogProto.getDescriptor(), 102 com.google.api.LoggingProto.getDescriptor(), 103 com.google.api.MetricProto.getDescriptor(), 104 com.google.api.MonitoredResourceProto.getDescriptor(), 105 com.google.api.MonitoringProto.getDescriptor(), 106 com.google.api.QuotaProto.getDescriptor(), 107 com.google.api.SourceInfoProto.getDescriptor(), 108 com.google.api.SystemParameterProto.getDescriptor(), 109 com.google.api.UsageProto.getDescriptor(), 110 com.google.protobuf.ApiProto.getDescriptor(), 111 com.google.protobuf.TypeProto.getDescriptor(), 112 com.google.protobuf.WrappersProto.getDescriptor(), 113 }); 114 internal_static_google_api_Service_descriptor = getDescriptor().getMessageTypes().get(0); 115 internal_static_google_api_Service_fieldAccessorTable = 116 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 117 internal_static_google_api_Service_descriptor, 118 new java.lang.String[] { 119 "Name", 120 "Title", 121 "ProducerProjectId", 122 "Id", 123 "Apis", 124 "Types", 125 "Enums", 126 "Documentation", 127 "Backend", 128 "Http", 129 "Quota", 130 "Authentication", 131 "Context", 132 "Usage", 133 "Endpoints", 134 "Control", 135 "Logs", 136 "Metrics", 137 "MonitoredResources", 138 "Billing", 139 "Logging", 140 "Monitoring", 141 "SystemParameters", 142 "SourceInfo", 143 "Publishing", 144 "ConfigVersion", 145 }); com.google.api.AuthProto.getDescriptor()146 com.google.api.AuthProto.getDescriptor(); com.google.api.BackendProto.getDescriptor()147 com.google.api.BackendProto.getDescriptor(); com.google.api.BillingProto.getDescriptor()148 com.google.api.BillingProto.getDescriptor(); com.google.api.ClientProto.getDescriptor()149 com.google.api.ClientProto.getDescriptor(); com.google.api.ContextProto.getDescriptor()150 com.google.api.ContextProto.getDescriptor(); com.google.api.ControlProto.getDescriptor()151 com.google.api.ControlProto.getDescriptor(); com.google.api.DocumentationProto.getDescriptor()152 com.google.api.DocumentationProto.getDescriptor(); com.google.api.EndpointProto.getDescriptor()153 com.google.api.EndpointProto.getDescriptor(); com.google.api.HttpProto.getDescriptor()154 com.google.api.HttpProto.getDescriptor(); com.google.api.LogProto.getDescriptor()155 com.google.api.LogProto.getDescriptor(); com.google.api.LoggingProto.getDescriptor()156 com.google.api.LoggingProto.getDescriptor(); com.google.api.MetricProto.getDescriptor()157 com.google.api.MetricProto.getDescriptor(); com.google.api.MonitoredResourceProto.getDescriptor()158 com.google.api.MonitoredResourceProto.getDescriptor(); com.google.api.MonitoringProto.getDescriptor()159 com.google.api.MonitoringProto.getDescriptor(); com.google.api.QuotaProto.getDescriptor()160 com.google.api.QuotaProto.getDescriptor(); com.google.api.SourceInfoProto.getDescriptor()161 com.google.api.SourceInfoProto.getDescriptor(); com.google.api.SystemParameterProto.getDescriptor()162 com.google.api.SystemParameterProto.getDescriptor(); com.google.api.UsageProto.getDescriptor()163 com.google.api.UsageProto.getDescriptor(); com.google.protobuf.ApiProto.getDescriptor()164 com.google.protobuf.ApiProto.getDescriptor(); com.google.protobuf.TypeProto.getDescriptor()165 com.google.protobuf.TypeProto.getDescriptor(); com.google.protobuf.WrappersProto.getDescriptor()166 com.google.protobuf.WrappersProto.getDescriptor(); 167 } 168 169 // @@protoc_insertion_point(outer_class_scope) 170 } 171