config_change_pb2.py 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2025 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. # http://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. # Generated by the protocol buffer compiler. DO NOT EDIT!
  16. # source: google/api/config_change.proto
  17. # Protobuf Python Version: 4.25.3
  18. """Generated protocol buffer code."""
  19. from google.protobuf import descriptor as _descriptor
  20. from google.protobuf import descriptor_pool as _descriptor_pool
  21. from google.protobuf import symbol_database as _symbol_database
  22. from google.protobuf.internal import builder as _builder
  23. # @@protoc_insertion_point(imports)
  24. _sym_db = _symbol_database.Default()
  25. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
  26. b'\n\x1egoogle/api/config_change.proto\x12\ngoogle.api"\x97\x01\n\x0c\x43onfigChange\x12\x0f\n\x07\x65lement\x18\x01 \x01(\t\x12\x11\n\told_value\x18\x02 \x01(\t\x12\x11\n\tnew_value\x18\x03 \x01(\t\x12+\n\x0b\x63hange_type\x18\x04 \x01(\x0e\x32\x16.google.api.ChangeType\x12#\n\x07\x61\x64vices\x18\x05 \x03(\x0b\x32\x12.google.api.Advice"\x1d\n\x06\x41\x64vice\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t*O\n\nChangeType\x12\x1b\n\x17\x43HANGE_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05\x41\x44\x44\x45\x44\x10\x01\x12\x0b\n\x07REMOVED\x10\x02\x12\x0c\n\x08MODIFIED\x10\x03\x42q\n\x0e\x63om.google.apiB\x11\x43onfigChangeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/configchange;configchange\xa2\x02\x04GAPIb\x06proto3'
  27. )
  28. _globals = globals()
  29. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  30. _builder.BuildTopDescriptorsAndMessages(
  31. DESCRIPTOR, "google.api.config_change_pb2", _globals
  32. )
  33. if _descriptor._USE_C_DESCRIPTORS == False:
  34. _globals["DESCRIPTOR"]._options = None
  35. _globals[
  36. "DESCRIPTOR"
  37. ]._serialized_options = b"\n\016com.google.apiB\021ConfigChangeProtoP\001ZCgoogle.golang.org/genproto/googleapis/api/configchange;configchange\242\002\004GAPI"
  38. _globals["_CHANGETYPE"]._serialized_start = 231
  39. _globals["_CHANGETYPE"]._serialized_end = 310
  40. _globals["_CONFIGCHANGE"]._serialized_start = 47
  41. _globals["_CONFIGCHANGE"]._serialized_end = 198
  42. _globals["_ADVICE"]._serialized_start = 200
  43. _globals["_ADVICE"]._serialized_end = 229
  44. # @@protoc_insertion_point(module_scope)