| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: chromiumos/longrunning/operations.proto |
| """Generated protocol buffer code.""" |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import descriptor_pool as _descriptor_pool |
| from google.protobuf import symbol_database as _symbol_database |
| from google.protobuf.internal import builder as _builder |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2 |
| from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2 |
| from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 |
| from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2 |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'chromiumos/longrunning/operations.proto\x12\x16\x63hromiumos.longrunning\x1a\x19google/protobuf/any.proto\x1a google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\"\xb4\x01\n\tOperation\x12\x0c\n\x04name\x18\x01 \x01(\t\x12&\n\x08metadata\x18\x02 \x01(\x0b\x32\x14.google.protobuf.Any\x12\x0c\n\x04\x64one\x18\x03 \x01(\x08\x12/\n\x05\x65rror\x18\x04 \x01(\x0b\x32\x1e.chromiumos.longrunning.StatusH\x00\x12(\n\x08response\x18\x05 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x42\x08\n\x06result\"#\n\x13GetOperationRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\\\n\x15ListOperationsRequest\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"h\n\x16ListOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.chromiumos.longrunning.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"&\n\x16\x43\x61ncelOperationRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"&\n\x16\x44\x65leteOperationRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"P\n\x14WaitOperationRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x07timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"=\n\rOperationInfo\x12\x15\n\rresponse_type\x18\x01 \x01(\t\x12\x15\n\rmetadata_type\x18\x02 \x01(\t\"N\n\x06Status\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\t\x12%\n\x07\x64\x65tails\x18\x03 \x03(\x0b\x32\x14.google.protobuf.Any2\xff\x03\n\nOperations\x12q\n\x0eListOperations\x12-.chromiumos.longrunning.ListOperationsRequest\x1a..chromiumos.longrunning.ListOperationsResponse\"\x00\x12`\n\x0cGetOperation\x12+.chromiumos.longrunning.GetOperationRequest\x1a!.chromiumos.longrunning.Operation\"\x00\x12[\n\x0f\x44\x65leteOperation\x12..chromiumos.longrunning.DeleteOperationRequest\x1a\x16.google.protobuf.Empty\"\x00\x12[\n\x0f\x43\x61ncelOperation\x12..chromiumos.longrunning.CancelOperationRequest\x1a\x16.google.protobuf.Empty\"\x00\x12\x62\n\rWaitOperation\x12,.chromiumos.longrunning.WaitOperationRequest\x1a!.chromiumos.longrunning.Operation\"\x00:^\n\x0eoperation_info\x12\x1e.google.protobuf.MethodOptions\x18\x9a\x08 \x01(\x0b\x32%.chromiumos.longrunning.OperationInfoB2Z0go.chromium.org/chromiumos/config/go/longrunningb\x06proto3') |
| |
| _globals = globals() |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'chromiumos.longrunning.operations_pb2', _globals) |
| if _descriptor._USE_C_DESCRIPTORS == False: |
| google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(operation_info) |
| |
| DESCRIPTOR._options = None |
| DESCRIPTOR._serialized_options = b'Z0go.chromium.org/chromiumos/config/go/longrunning' |
| _globals['_OPERATION']._serialized_start=190 |
| _globals['_OPERATION']._serialized_end=370 |
| _globals['_GETOPERATIONREQUEST']._serialized_start=372 |
| _globals['_GETOPERATIONREQUEST']._serialized_end=407 |
| _globals['_LISTOPERATIONSREQUEST']._serialized_start=409 |
| _globals['_LISTOPERATIONSREQUEST']._serialized_end=501 |
| _globals['_LISTOPERATIONSRESPONSE']._serialized_start=503 |
| _globals['_LISTOPERATIONSRESPONSE']._serialized_end=607 |
| _globals['_CANCELOPERATIONREQUEST']._serialized_start=609 |
| _globals['_CANCELOPERATIONREQUEST']._serialized_end=647 |
| _globals['_DELETEOPERATIONREQUEST']._serialized_start=649 |
| _globals['_DELETEOPERATIONREQUEST']._serialized_end=687 |
| _globals['_WAITOPERATIONREQUEST']._serialized_start=689 |
| _globals['_WAITOPERATIONREQUEST']._serialized_end=769 |
| _globals['_OPERATIONINFO']._serialized_start=771 |
| _globals['_OPERATIONINFO']._serialized_end=832 |
| _globals['_STATUS']._serialized_start=834 |
| _globals['_STATUS']._serialized_end=912 |
| _globals['_OPERATIONS']._serialized_start=915 |
| _globals['_OPERATIONS']._serialized_end=1426 |
| # @@protoc_insertion_point(module_scope) |