OperationsServiceBase$json top-level constant

Map<String, dynamic> const OperationsServiceBase$json

Implementation

const $core.Map<$core.String, $core.dynamic> OperationsServiceBase$json = const {
  '1': 'Operations',
  '2': const [
    const {'1': 'ListOperations', '2': '.google.longrunning.ListOperationsRequest', '3': '.google.longrunning.ListOperationsResponse', '4': const {}},
    const {'1': 'GetOperation', '2': '.google.longrunning.GetOperationRequest', '3': '.google.longrunning.Operation', '4': const {}},
    const {'1': 'DeleteOperation', '2': '.google.longrunning.DeleteOperationRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'CancelOperation', '2': '.google.longrunning.CancelOperationRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'WaitOperation', '2': '.google.longrunning.WaitOperationRequest', '3': '.google.longrunning.Operation', '4': const {}},
  ],
};