extended_operations_pb2.pyi 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Copyright 2025 Google LLC
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. from typing import ClassVar as _ClassVar
  15. from google.protobuf import descriptor as _descriptor
  16. from google.protobuf import descriptor_pb2 as _descriptor_pb2
  17. from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
  18. DESCRIPTOR: _descriptor.FileDescriptor
  19. class OperationResponseMapping(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
  20. __slots__ = ()
  21. UNDEFINED: _ClassVar[OperationResponseMapping]
  22. NAME: _ClassVar[OperationResponseMapping]
  23. STATUS: _ClassVar[OperationResponseMapping]
  24. ERROR_CODE: _ClassVar[OperationResponseMapping]
  25. ERROR_MESSAGE: _ClassVar[OperationResponseMapping]
  26. UNDEFINED: OperationResponseMapping
  27. NAME: OperationResponseMapping
  28. STATUS: OperationResponseMapping
  29. ERROR_CODE: OperationResponseMapping
  30. ERROR_MESSAGE: OperationResponseMapping
  31. OPERATION_FIELD_FIELD_NUMBER: _ClassVar[int]
  32. operation_field: _descriptor.FieldDescriptor
  33. OPERATION_REQUEST_FIELD_FIELD_NUMBER: _ClassVar[int]
  34. operation_request_field: _descriptor.FieldDescriptor
  35. OPERATION_RESPONSE_FIELD_FIELD_NUMBER: _ClassVar[int]
  36. operation_response_field: _descriptor.FieldDescriptor
  37. OPERATION_SERVICE_FIELD_NUMBER: _ClassVar[int]
  38. operation_service: _descriptor.FieldDescriptor
  39. OPERATION_POLLING_METHOD_FIELD_NUMBER: _ClassVar[int]
  40. operation_polling_method: _descriptor.FieldDescriptor